Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Nov 6, 2024
1 parent 4358286 commit b69d9d6
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 16 deletions.
48 changes: 38 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Minor adjustments to the ThreatsDataViews component.


2 changes: 1 addition & 1 deletion projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@wordpress/components": "28.9.0",
"@wordpress/compose": "7.9.0",
"@wordpress/data": "10.9.0",
"@wordpress/dataviews": "4.5.0",
"@wordpress/dataviews": "4.7.0",
"@wordpress/date": "5.9.0",
"@wordpress/element": "6.9.0",
"@wordpress/i18n": "5.9.0",
Expand Down
11 changes: 11 additions & 0 deletions projects/js-packages/scan/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const baseConfig = require( 'jetpack-js-tools/jest/config.base.js' );

module.exports = {
...baseConfig,
transform: {
...baseConfig.transform,
'\\.[jt]sx?$': require( 'jetpack-js-tools/jest/babel-jest-config-factory.js' )(
require.resolve
),
},
};
7 changes: 2 additions & 5 deletions projects/js-packages/scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"build": "pnpm run clean && webpack",
"build": "pnpm run clean && pnpm run compile-ts",
"clean": "rm -rf build/",
"compile-ts": "tsc --pretty",
"test": "jest",
Expand Down Expand Up @@ -53,17 +53,14 @@
"dependencies": {
"@automattic/jetpack-api": "workspace:*",
"@automattic/jetpack-base-styles": "workspace:*",
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/api-fetch": "7.9.0",
"@wordpress/element": "6.9.0",
"@wordpress/i18n": "5.9.0",
"@wordpress/icons": "10.9.0",
"@wordpress/url": "4.9.0",
"debug": "4.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "5.94.0",
"webpack-cli": "4.9.1"
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@wordpress/i18n": "5.9.0",
Expand Down

0 comments on commit b69d9d6

Please sign in to comment.