Skip to content

Commit 57d70c4

Browse files
Pgk minors (#3049)
1 parent 37240e0 commit 57d70c4

File tree

5 files changed

+1293
-764
lines changed

5 files changed

+1293
-764
lines changed

apps/modernjs-ssr/dynamic-nested-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dist/"
2626
],
2727
"dependencies": {
28-
"@babel/runtime": "7.24.4",
28+
"@babel/runtime": "7.25.7",
2929
"@modern-js/runtime": "2.57.0",
3030
"@module-federation/modern-js": "workspace:*",
3131
"antd": "4.24.15",

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"rambda": "7.5.0",
7272
"react": "18.3.1",
7373
"react-dom": "18.3.1",
74-
"react-router-dom": "6.22.3",
74+
"react-router-dom": "6.26.2",
7575
"regenerator-runtime": "0.14.1",
7676
"sharp": "^0.33.4",
7777
"storybook": "8.3.5",
@@ -88,16 +88,16 @@
8888
"@asciidoctor/core": "3.0.4",
8989
"@asciidoctor/tabs": "1.0.0-beta.6",
9090
"@babel/core": "^7.24.7",
91-
"@babel/plugin-transform-react-jsx": "7.24.7",
91+
"@babel/plugin-transform-react-jsx": "7.25.7",
9292
"@babel/preset-react": "^7.24.7",
9393
"@changesets/cli": "^2.27.7",
9494
"@chromatic-com/storybook": "^1.7.0",
9595
"@commitlint/cli": "^19.4.1",
96-
"@commitlint/config-conventional": "19.4.1",
97-
"@commitlint/config-nx-scopes": "19.3.1",
98-
"@commitlint/cz-commitlint": "19.4.0",
99-
"@fontsource/roboto": "5.0.14",
100-
"@fontsource/roboto-mono": "5.0.19",
96+
"@commitlint/config-conventional": "19.5.0",
97+
"@commitlint/config-nx-scopes": "19.5.0",
98+
"@commitlint/cz-commitlint": "19.5.0",
99+
"@fontsource/roboto": "5.1.0",
100+
"@fontsource/roboto-mono": "5.1.0",
101101
"@nx/cypress": "19.8.3",
102102
"@nx/devkit": "19.8.3",
103103
"@nx/esbuild": "19.8.3",
@@ -132,9 +132,9 @@
132132
"@storybook/node-logger": "8.1.11",
133133
"@storybook/react": "8.3.5",
134134
"@svgr/webpack": "8.1.0",
135-
"@swc-node/register": "1.9.2",
135+
"@swc-node/register": "1.10.9",
136136
"@swc/cli": "0.3.14",
137-
"@swc/core": "1.5.7",
137+
"@swc/core": "1.7.26",
138138
"@swc/helpers": "0.5.13",
139139
"@swc/jest": "0.2.36",
140140
"@tailwindcss/forms": "0.5.9",
@@ -166,18 +166,18 @@
166166
"commitizen": "^4.3.0",
167167
"concurrently": "8.2.2",
168168
"copy-webpack-plugin": "11.0.0",
169-
"cypress": "13.14.2",
169+
"cypress": "13.15.0",
170170
"directory-tree": "3.5.2",
171-
"esbuild": "0.23.0",
171+
"esbuild": "0.24.0",
172172
"eslint": "8.57.1",
173173
"eslint-config-next": "14.2.14",
174174
"eslint-config-prettier": "9.1.0",
175175
"eslint-plugin-cypress": "^2.13.4",
176-
"eslint-plugin-import": "2.29.1",
177-
"eslint-plugin-jsx-a11y": "6.9.0",
176+
"eslint-plugin-import": "2.31.0",
177+
"eslint-plugin-jsx-a11y": "6.10.0",
178178
"eslint-plugin-prettier": "5.2.1",
179-
"eslint-plugin-qwik": "1.6.0",
180-
"eslint-plugin-react": "7.35.1",
179+
"eslint-plugin-qwik": "1.9.1",
180+
"eslint-plugin-react": "7.37.1",
181181
"eslint-plugin-react-hooks": "4.6.2",
182182
"eslint-plugin-simple-import-sort": "12.1.1",
183183
"graceful-fs": "^4.2.11",

packages/chrome-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dagre": "^0.8.5",
5858
"react": "~18.3.1",
5959
"react-dom": "~18.3.1",
60-
"reactflow": "11.10.4"
60+
"reactflow": "11.11.4"
6161
},
6262
"devDependencies": {
6363
"@modern-js-app/eslint-config": "2.54.6",

packages/dts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"koa": "2.15.3",
5858
"log4js": "6.9.1",
5959
"node-schedule": "2.1.1",
60-
"ws": "8.17.1"
60+
"ws": "8.18.0"
6161
},
6262
"devDependencies": {
6363
"@types/ws": "8.5.12",

0 commit comments

Comments
 (0)