From 328f226a86f8bde16e7655abc3a3e1dd9818a053 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 9 Oct 2023 19:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index f75f3436..feb0970d 100644 --- a/package.json +++ b/package.json @@ -10,63 +10,63 @@ "analyz": "cross-env NODE_ENV=production npm_config_report=true npm run build" }, "dependencies": { - "@amcharts/amcharts4": "^4.10.24", + "@amcharts/amcharts4": "~4.10.0", "@amcharts/amcharts4-geodata": "^4.1.20", "@antv/g6": "^4.8.17", "axios": "^0.21.1", - "babel-plugin-lodash": "^3.3.4", + "babel-plugin-lodash": "~3.3.0", "codemirror": "^5.65.1", - "core-js": "^3.6.5", + "core-js": "~3.31.0", "dayjs": "^1.10.5", - "dexie": "^3.2.2", + "dexie": "~3.2.0", "echarts": "^5.1.1", "element-plus": "^1.0.2-beta.44", "lib-flexible": "^0.3.2", "lodash": "^4.17.21", "mockjs": "^1.1.0", "moment-timezone": "^0.5.33", - "node-sass": "^4.14.1", - "postcss-plugin-px2rem": "^0.8.1", + "node-sass": "~4.14.0", + "postcss-plugin-px2rem": "~0.8.1", "postcss-px2rem-exclude": "0.0.6", - "sass-loader": "^8.0.2", - "sass-resources-loader": "^2.2.1", + "sass-loader": "~8.0.2", + "sass-resources-loader": "~2.2.5", "tiny-emitter": "^2.1.0", "vue": "~3.3.0", "vue-grid-layout": "^3.0.0-beta1", - "vue-i18n": "^9.1.6", - "vue-router": "^4.0.8", - "vuex": "^4.0.1" + "vue-i18n": "~9.2.0", + "vue-router": "~4.2.0", + "vuex": "~4.1.0" }, "devDependencies": { - "@babel/cli": "^7.12.1", - "@babel/core": "^7.11.4", - "@babel/plugin-proposal-class-properties": "^7.12.1", - "@babel/plugin-proposal-private-methods": "^7.12.1", - "@babel/plugin-transform-runtime": "^7.12.1", - "@babel/plugin-proposal-private-property-in-object": "^7.12.1", - "@babel/preset-env": "^7.11.5", - "@babel/preset-typescript": "^7.10.4", + "@babel/cli": "~7.22.0", + "@babel/core": "~7.22.5", + "@babel/plugin-proposal-class-properties": "~7.18.0", + "@babel/plugin-proposal-private-methods": "~7.18.0", + "@babel/plugin-transform-runtime": "~7.22.0", + "@babel/plugin-proposal-private-property-in-object": "~7.21.0", + "@babel/preset-env": "~7.22.0", + "@babel/preset-typescript": "~7.22.0", "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", "@highlightjs/vue-plugin": "^2.0.1", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-typescript": "^6.0.0", - "@testing-library/jest-dom": "^5.16.5", - "@testing-library/user-event": "^14.4.3", - "@testing-library/vue": "^6.4.2", - "@types/jest": "^26.0.24", + "@testing-library/jest-dom": "~5.16.0", + "@testing-library/user-event": "~14.4.0", + "@testing-library/vue": "~6.6.0", + "@types/jest": "~26.0.0", "@types/lodash": "^4.14.161", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", - "@vue/babel-plugin-jsx": "^1.0.0", - "@vue/babel-preset-app": "^5.0.8", + "@vue/babel-plugin-jsx": "~1.1.0", + "@vue/babel-preset-app": "~5.0.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", - "@vue/compiler-sfc": "^3.0.0", - "@vue/component-compiler-utils": "^3.2.0", - "@vue/test-utils": "^2.2.7", + "@vue/compiler-sfc": "~3.3.0", + "@vue/component-compiler-utils": "~3.3.0", + "@vue/test-utils": "~2.4.0", "@vue/server-renderer": "~3.3.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.0.0", @@ -78,8 +78,8 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-vue": "^7.7.0", - "jest": "^26.0.0", - "ts-jest": "^26.4.4", + "jest": "~26.6.0", + "ts-jest": "~26.5.0", "uglifyjs-webpack-plugin": "^2.2.0", "vue-jest": "^5.0.0-alpha.10" },