Skip to content

Commit f8f45d5

Browse files
chore: patch update various packages (#3034)
1 parent c1f58ad commit f8f45d5

File tree

4 files changed

+803
-863
lines changed

4 files changed

+803
-863
lines changed

package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"test": "nx run-many --target=test",
2828
"build": "nx run-many --target=build --parallel=5 --projects=tag:type:pkg",
2929
"build:pkg": "nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache",
30+
"test:pkg": "nx run-many --targets=test --projects=tag:type:pkg --skip-nx-cache",
3031
"lint-fix": "nx format:write --uncommitted",
3132
"trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/core/actions/workflows/trigger-release.yml\"))'",
3233
"serve:next": "nx run-many --target=serve --all --parallel=3 -exclude='*,!tag:nextjs'",
@@ -54,7 +55,7 @@
5455
},
5556
"dependencies": {
5657
"@storybook/addon-interactions": "^8.2.8",
57-
"adm-zip": "0.5.14",
58+
"adm-zip": "0.5.16",
5859
"ansi-colors": "4.1.3",
5960
"antd": "5.19.1",
6061
"axios": "1.7.7",
@@ -97,25 +98,25 @@
9798
"@commitlint/cz-commitlint": "19.4.0",
9899
"@fontsource/roboto": "5.0.14",
99100
"@fontsource/roboto-mono": "5.0.19",
100-
"@nx/cypress": "19.8.2",
101-
"@nx/devkit": "19.8.2",
102-
"@nx/esbuild": "19.8.2",
103-
"@nx/eslint-plugin": "19.8.2",
104-
"@nx/express": "19.8.2",
105-
"@nx/jest": "19.8.2",
106-
"@nx/js": "19.8.2",
107-
"@nx/linter": "19.8.2",
108-
"@nx/next": "19.8.2",
109-
"@nx/node": "19.8.2",
110-
"@nx/react": "19.8.2",
111-
"@nx/rollup": "19.8.2",
101+
"@nx/cypress": "19.8.3",
102+
"@nx/devkit": "19.8.3",
103+
"@nx/esbuild": "19.8.3",
104+
"@nx/eslint-plugin": "19.8.3",
105+
"@nx/express": "19.8.3",
106+
"@nx/jest": "19.8.3",
107+
"@nx/js": "19.8.3",
108+
"@nx/linter": "19.8.3",
109+
"@nx/next": "19.8.3",
110+
"@nx/node": "19.8.3",
111+
"@nx/react": "19.8.3",
112+
"@nx/rollup": "19.8.3",
112113
"@nx/rspack": "19.8.0",
113-
"@nx/storybook": "19.8.2",
114-
"@nx/vite": "19.8.2",
115-
"@nx/web": "19.8.2",
116-
"@nx/webpack": "19.8.2",
114+
"@nx/storybook": "19.8.3",
115+
"@nx/vite": "19.8.3",
116+
"@nx/web": "19.8.3",
117+
"@nx/webpack": "19.8.3",
117118
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
118-
"@rollup/plugin-alias": "5.1.0",
119+
"@rollup/plugin-alias": "5.1.1",
119120
"@rollup/plugin-replace": "5.0.7",
120121
"@rspack/core": "^1.0.2",
121122
"@rspack/dev-server": "^1.0.2",
@@ -136,10 +137,10 @@
136137
"@swc/core": "1.5.7",
137138
"@swc/helpers": "0.5.13",
138139
"@swc/jest": "0.2.36",
139-
"@tailwindcss/forms": "0.5.7",
140+
"@tailwindcss/forms": "0.5.9",
140141
"@testing-library/react": "15.0.6",
141142
"@types/adm-zip": "0.5.5",
142-
"@types/chrome": "^0.0.272",
143+
"@types/chrome": "0.0.273",
143144
"@types/download": "8.0.5",
144145
"@types/eslint": "~8.37.0",
145146
"@types/express": "4.17.21",
@@ -150,23 +151,23 @@
150151
"@types/node": "18.16.9",
151152
"@types/node-fetch": "2.6.11",
152153
"@types/pidusage": "2.0.5",
153-
"@types/react": "18.3.1",
154+
"@types/react": "18.3.10",
154155
"@types/react-dom": "18.3.0",
155156
"@types/webpack-sources": "3.2.3",
156157
"@typescript-eslint/eslint-plugin": "7.18.0",
157158
"@typescript-eslint/parser": "7.18.0",
158159
"@vitest/coverage-istanbul": "1.6.0",
159160
"@vitest/coverage-v8": "1.6.0",
160161
"@vitest/ui": "1.6.0",
161-
"autoprefixer": "10.4.19",
162+
"autoprefixer": "10.4.20",
162163
"babel-jest": "29.7.0",
163164
"babel-loader": "9.2.1",
164165
"classnames": "2.5.1",
165166
"commitizen": "^4.3.0",
166167
"concurrently": "8.2.2",
167168
"copy-webpack-plugin": "11.0.0",
168169
"cypress": "13.14.2",
169-
"directory-tree": "3.5.1",
170+
"directory-tree": "3.5.2",
170171
"esbuild": "0.23.0",
171172
"eslint": "8.57.1",
172173
"eslint-config-next": "14.2.3",
@@ -191,20 +192,20 @@
191192
"mime-types": "2.1.35",
192193
"msw": "^1.2.1",
193194
"node-fetch": "~3.3.2",
194-
"nx": "19.8.2",
195+
"nx": "19.8.3",
195196
"open": "^10.1.0",
196197
"postcss-calc": "9.0.1",
197198
"postcss-custom-properties": "13.3.12",
198199
"postcss-import": "15.1.0",
199200
"postcss-url": "10.1.3",
200-
"prettier": "3.3.2",
201+
"prettier": "3.3.3",
201202
"prettier-eslint": "16.3.0",
202203
"react-refresh": "0.14.2",
203204
"rimraf": "^3.0.2",
204205
"rollup-plugin-copy": "3.5.0",
205206
"strip-ansi": "^6.0.0",
206207
"swc-loader": "0.2.6",
207-
"tailwindcss": "3.4.3",
208+
"tailwindcss": "3.4.13",
208209
"terser-webpack-plugin": "^5.3.10",
209210
"ts-jest": "29.1.5",
210211
"tslib": "2.6.3",

packages/dts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"ws": "8.17.1"
6161
},
6262
"devDependencies": {
63-
"@types/ws": "8.5.10",
63+
"@types/ws": "8.5.12",
6464
"@types/koa": "2.15.0",
6565
"@types/node-schedule": "2.1.7",
6666
"@module-federation/runtime": "workspace:*",

packages/modernjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"hoist-non-react-statics": "3.3.2"
7070
},
7171
"devDependencies": {
72-
"@types/hoist-non-react-statics": "3.3.2",
72+
"@types/hoist-non-react-statics": "3.3.5",
7373
"@module-federation/manifest": "workspace:*",
7474
"@modern-js/app-tools": "2.57.0",
7575
"@modern-js/core": "2.57.0",

0 commit comments

Comments
 (0)