Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent a3f88e1 commit 9619dae
Show file tree
Hide file tree
Showing 200 changed files with 2,213 additions and 4,677 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@
]
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/core": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@modern-js/monorepo-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"@scripts/build": "workspace:*",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitest/ui": "^0.33.0",
"antd": "^5",
"@vitest/ui": "0.33.0",
"antd": "5.3.0",
"check-dependency-version-consistency": "4.1.0",
"cross-env": "^7.0.3",
"cross-env": "7.0.3",
"esbuild": "0.17.19",
"husky": "^8.0.0",
"lint-staged": "~13.1.0",
"nx": "^17.0.1",
"rimraf": "^6.0.1",
"husky": "8.0.1",
"lint-staged": "13.1.4",
"nx": "17.2.7",
"rimraf": "6.0.1",
"vitest": "0.33.0"
},
"pnpm": {
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@
"test:watch": "vitest dev"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-export-default-from": "^7.24.7",
"@babel/plugin-proposal-partial-application": "^7.24.7",
"@babel/plugin-proposal-pipeline-operator": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@babel/types": "^7.24.7",
"@babel/core": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-export-default-from": "7.24.7",
"@babel/plugin-proposal-partial-application": "7.24.7",
"@babel/plugin-proposal-pipeline-operator": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/runtime": "7.24.7",
"@babel/types": "7.24.7",
"@rsbuild/plugin-babel": "1.0.1",
"@swc/helpers": "0.5.13",
"@types/babel__core": "^7.20.5",
"babel-plugin-dynamic-import-node": "2.3.3",
"core-js": "~3.37.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@modern-js/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"jest": "29.5.0",
"tsm": "2.3.0",
"typescript": "^5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/plugin-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "7.24.7",
"@modern-js/bff-core": "workspace:*",
"@modern-js/create-request": "workspace:*",
"@modern-js/server-core": "workspace:*",
Expand All @@ -83,11 +83,11 @@
"@types/babel__core": "^7.20.5",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"memfs": "^3.5.1",
"ts-jest": "^29.1.0",
"jest": "29.5.0",
"memfs": "3.5.1",
"ts-jest": "29.1.0",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "5.94.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/plugin-changeset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"@modern-js/plugin-i18n": "workspace:*",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.13",
"axios": "^1.7.4",
"resolve-from": "^5.0.0"
"axios": "1.7.4",
"resolve-from": "5.0.0"
},
"devDependencies": {
"@modern-js/core": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"jest": "29.5.0",
"typescript": "^5"
},
"sideEffects": false,
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/plugin-data-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "7.24.7",
"@modern-js/runtime-utils": "workspace:*",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.13",
"path-to-regexp": "^6.2.0"
"path-to-regexp": "6.3.0"
},
"devDependencies": {
"@modern-js/core": "workspace:*",
Expand All @@ -69,18 +69,18 @@
"@types/jest": "^29",
"@types/node": "^14",
"@types/supertest": "^2.0.11",
"isomorphic-fetch": "^3.0.0",
"jest": "^29",
"memfs": "^3.5.1",
"react": "^18",
"react-dom": "^18",
"supertest": "^6.1.6",
"ts-jest": "^29.1.0",
"isomorphic-fetch": "3.0.0",
"jest": "29.5.0",
"memfs": "3.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"supertest": "6.2.3",
"ts-jest": "29.1.0",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "5.94.0"
},
"peerDependencies": {
"react": ">=17.0.0"
"react": "18.3.1"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"jest": "29.5.0",
"typescript": "^5"
},
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/plugin-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"dependencies": {
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.13",
"whistle": "^2.7.18"
"whistle": "2.9.22"
},
"devDependencies": {
"@modern-js/core": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"jest": "29.5.0",
"typescript": "^5"
},
"sideEffects": false,
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/plugin-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@modern-js/prod-server": "workspace:*",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.13",
"node-mocks-http": "^1.11.0",
"node-mocks-http": "1.11.0",
"normalize-path": "3.0.0",
"portfinder": "^1.0.28"
"portfinder": "1.0.28"
},
"peerDependencies": {
"react-router-dom": ">=5.1.2"
"react-router-dom": "6.28.0"
},
"peerDependenciesMeta": {
"react-router-dom": {
Expand All @@ -88,9 +88,9 @@
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"react": "^18",
"react-dom": "^18",
"jest": "29.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.0",
"typescript": "^5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/node": "^14",
"jest": "^29",
"postcss": "^8.4.35",
"react": "^18",
"tailwindcss": "^3.3.3",
"jest": "29.5.0",
"postcss": "8.4.35",
"react": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "^5"
},
"peerDependencies": {
"tailwindcss": ">= 2.0.0 || >= 3.0.0",
"tailwindcss": "3.4.14",
"@modern-js/runtime": "workspace:^2.60.1"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/rsbuild-plugin-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@swc/helpers": "0.5.13",
"esbuild": "0.17.19",
"webpack": "^5.94.0"
"webpack": "5.94.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.6",
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"test:watch": "vitest dev"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.22.15",
"@babel/types": "^7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.22.15",
"@babel/types": "7.24.7",
"@modern-js/babel-preset": "workspace:*",
"@modern-js/utils": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
Expand Down Expand Up @@ -60,25 +60,25 @@
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "4.23.1",
"cssnano": "6.0.1",
"glob": "^9.3.5",
"html-minifier-terser": "^7.2.0",
"glob": "9.3.5",
"html-minifier-terser": "7.2.0",
"html-webpack-plugin": "5.5.3",
"lodash": "^4.17.21",
"picocolors": "^1.0.1",
"postcss": "^8.4.35",
"lodash": "4.17.21",
"picocolors": "1.0.1",
"postcss": "8.4.35",
"postcss-custom-properties": "13.1.5",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-font-variant": "5.0.0",
"postcss-initial": "4.0.1",
"postcss-media-minmax": "5.0.0",
"postcss-nesting": "12.0.1",
"postcss-page-break": "3.0.4",
"react-refresh": "^0.14.0",
"react-refresh": "0.14.0",
"rspack-manifest-plugin": "5.0.0",
"terser-webpack-plugin": "5.3.10",
"ts-deepmerge": "7.0.0",
"ts-loader": "9.4.4",
"webpack": "^5.94.0",
"webpack": "5.94.0",
"webpack-subresource-integrity": "5.1.0"
},
"devDependencies": {
Expand All @@ -87,9 +87,9 @@
"@scripts/vitest-config": "workspace:*",
"@types/html-minifier-terser": "^7.0.2",
"@types/lodash": "^4.14.202",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"terser": "^5.31.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"terser": "5.31.1",
"typescript": "^5.3.0"
},
"publishConfig": {
Expand Down
58 changes: 29 additions & 29 deletions packages/devtools/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@modern-js/tsconfig": "workspace:*",
"@modern-js/types": "workspace:*",
"@modern-js/utils": "workspace:*",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/themes": "^3.0.5",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toast": "1.1.5",
"@radix-ui/themes": "3.0.5",
"@rsbuild/core": "1.0.6",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
Expand All @@ -48,34 +48,34 @@
"@types/react-devtools-inline": "^4.24.8",
"@types/react-dom": "^18",
"birpc": "0.2.13",
"clsx": "^1.2.1",
"flatted": "^3.2.9",
"hookable": "^5.5.3",
"jest": "^29",
"lodash": "^4.17.21",
"clsx": "1.2.1",
"flatted": "3.2.9",
"hookable": "5.5.3",
"jest": "29.5.0",
"lodash": "4.17.21",
"nanoid": "3.3.4",
"p-defer": "^3.0.0",
"postcss-custom-media": "^10.0.1",
"react": "^18.2.0",
"react-base16-styling": "^0.9.1",
"react-devtools-inline": "^4.28.5",
"react-dom": "^18.2.0",
"p-defer": "3.0.0",
"postcss-custom-media": "10.0.2",
"react": "18.2.0",
"react-base16-styling": "0.9.1",
"react-devtools-inline": "4.28.5",
"react-dom": "18.2.0",
"react-dom-exp": "npm:[email protected]",
"react-error-boundary": "^4.0.12",
"react-error-boundary": "4.0.12",
"react-exp": "npm:[email protected]",
"react-icons": "^4.11.0",
"react-is": "^18",
"react-json-tree": "^0.18.0",
"react-json-view": "^1.21.3",
"react-use": "^17.4.0",
"scheduler": "^0.23.0",
"suspend-react": "^0.1.3",
"type-fest": "^4.1.0",
"react-icons": "4.11.0",
"react-is": "18.2.0",
"react-json-tree": "0.18.0",
"react-json-view": "1.21.3",
"react-use": "17.4.0",
"scheduler": "0.23.0",
"suspend-react": "0.1.3",
"type-fest": "4.1.0",
"typescript": "~5.0.4",
"ufo": "^1.3.0",
"valtio": "^1.11.1"
"ufo": "1.3.0",
"valtio": "1.11.2"
},
"dependencies": {
"cookie-es": "^1.0.0"
"cookie-es": "1.0.0"
}
}
Loading

0 comments on commit 9619dae

Please sign in to comment.