template 依赖库版本调整

This commit is contained in:
wkj 2023-12-02 18:07:58 +08:00
parent e25897081a
commit 0e0ea10b51
2 changed files with 12 additions and 12 deletions

View File

@ -127,7 +127,7 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.179",
"@types/luxon": "^2.3.2", "@types/luxon": "^2.3.2",
"@types/mocha": "^8.2.0", "@types/mocha": "^8.2.0",
"@types/node": "^16.11.38", "@types/node": "^20.10.2",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/react": "^18.0.12", "@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5", "@types/react-dom": "^18.0.5",
@ -171,7 +171,7 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
"jest-watch-typeahead": "^1.0.0", "jest-watch-typeahead": "^1.0.0",
"less": "^4.1.2", "less": "^4.1.2",
"less-loader": "^10.2.0", "less-loader": "^10.2.0",
"metro-react-native-babel-preset": "0.76.8", "metro-react-native-babel-preset": "0.76.8",
"mini-css-extract-plugin": "^2.5.3", "mini-css-extract-plugin": "^2.5.3",
"miniprogram-api-typings": "^3.4.5", "miniprogram-api-typings": "^3.4.5",
"mocha": "^8.2.1", "mocha": "^8.2.1",
@ -201,14 +201,14 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
"tailwindcss": "^3.0.2", "tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5", "terser-webpack-plugin": "^5.2.5",
"ts-loader": "^9.3.0", "ts-loader": "^9.3.0",
"ts-node": "^10.8.1", "ts-node": "^10.9.1",
"tsc-alias": "^1.8.2", "tsc-alias": "^1.8.2",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.7.3", "typescript": "^5.2.2",
"ui-extract-webpack-plugin": "^1.0.0", "ui-extract-webpack-plugin": "^1.0.0",
"web-vitals": "^2.1.4", "web-vitals": "^2.1.4",
"webpack": "^5.69.1", "webpack": "^5.86.0",
"webpack-dev-server": "^4.6.0", "webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^4.0.2", "webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1" "workbox-webpack-plugin": "^6.4.1"
}, },

View File

@ -134,7 +134,7 @@ export function packageJsonContent({
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.179",
"@types/luxon": "^2.3.2", "@types/luxon": "^2.3.2",
"@types/mocha": "^8.2.0", "@types/mocha": "^8.2.0",
"@types/node": "^16.11.38", "@types/node": "^20.10.2",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@types/react": "^18.0.12", "@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5", "@types/react-dom": "^18.0.5",
@ -178,7 +178,7 @@ export function packageJsonContent({
"jest-watch-typeahead": "^1.0.0", "jest-watch-typeahead": "^1.0.0",
"less": "^4.1.2", "less": "^4.1.2",
"less-loader": "^10.2.0", "less-loader": "^10.2.0",
"metro-react-native-babel-preset": "0.76.8", "metro-react-native-babel-preset": "0.76.8",
"mini-css-extract-plugin": "^2.5.3", "mini-css-extract-plugin": "^2.5.3",
"miniprogram-api-typings": "^3.4.5", "miniprogram-api-typings": "^3.4.5",
"mocha": "^8.2.1", "mocha": "^8.2.1",
@ -208,14 +208,14 @@ export function packageJsonContent({
"tailwindcss": "^3.0.2", "tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5", "terser-webpack-plugin": "^5.2.5",
"ts-loader": "^9.3.0", "ts-loader": "^9.3.0",
"ts-node": "^10.8.1", "ts-node": "^10.9.1",
"tsc-alias": "^1.8.2", "tsc-alias": "^1.8.2",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.7.3", "typescript": "^5.2.2",
"ui-extract-webpack-plugin": "^1.0.0", "ui-extract-webpack-plugin": "^1.0.0",
"web-vitals": "^2.1.4", "web-vitals": "^2.1.4",
"webpack": "^5.69.1", "webpack": "^5.86.0",
"webpack-dev-server": "^4.6.0", "webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^4.0.2", "webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1" "workbox-webpack-plugin": "^6.4.1"
}, },