Skip to content

Commit

Permalink
Merge pull request #136 from MuxiKeStack/chore/spzy/depdences-upgrade
Browse files Browse the repository at this point in the history
🔧 chore:小版本依赖升级
  • Loading branch information
BlackishGreen33 authored Sep 21, 2024
2 parents f0e9bdc + 34a94c7 commit 1ca3116
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 417 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,79 +40,79 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.8",
"@taro-hooks/plugin-auto-import": "^2.0.11",
"@taro-hooks/plugin-react": "^2.0.11",
"@babel/runtime": "^7.25.6",
"@taro-hooks/plugin-auto-import": "^2.1.0",
"@taro-hooks/plugin-react": "^2.1.0",
"@taroify/core": "^0.4.0-alpha.0",
"@tarojs/components": "4.0.5",
"@tarojs/components-advanced": "^4.0.5",
"@tarojs/helper": "3.6.34",
"@tarojs/plugin-framework-react": "3.6.34",
"@tarojs/plugin-platform-alipay": "3.6.34",
"@tarojs/helper": "3.6.35",
"@tarojs/plugin-framework-react": "3.6.35",
"@tarojs/plugin-platform-alipay": "4.0.5",
"@tarojs/plugin-platform-h5": "4.0.5",
"@tarojs/plugin-platform-jd": "3.6.34",
"@tarojs/plugin-platform-qq": "3.6.33",
"@tarojs/plugin-platform-jd": "4.0.5",
"@tarojs/plugin-platform-qq": "4.0.5",
"@tarojs/plugin-platform-swan": "4.0.5",
"@tarojs/plugin-platform-tt": "4.0.5",
"@tarojs/plugin-platform-weapp": "4.0.5",
"@tarojs/react": "4.0.5",
"@tarojs/runtime": "4.0.5",
"@tarojs/shared": "3.6.34",
"@tarojs/shared": "3.6.35",
"@tarojs/taro": "4.0.5",
"echarts": "^5.5.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"immer": "^10.1.1",
"lodash": "4.17.21",
"prettier": "^3.3.3",
"qiniu-js": "^4.0.0-beta.3",
"qiniu-js": "^4.0.0-beta.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"taro-charts": "^1.0.7",
"taro-hooks": "^2.0.11",
"taro-hooks": "^2.1.0",
"taro-react-echarts": "^1.2.2",
"taro-ui": "^3.3.0",
"zustand": "^4.5.4"
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/cli": "3.6.35",
"@tarojs/taro-loader": "4.0.5",
"@tarojs/webpack5-runner": "3.6.35",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/sass": "1.45.0",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"autoprefixer": "^10.4.19",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"babel-plugin-import": "^1.13.8",
"babel-preset-taro": "3.6.35",
"cache-loader": "^4.1.0",
"cssnano": "^7.0.4",
"eslint": "^8.57.0",
"cssnano": "^7.0.6",
"eslint": "^8.57.1",
"eslint-config-taro": "4.0.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.0.1",
"husky": "^9.1.5",
"postcss": "^8.4.40",
"postcss-rem-to-responsive-pixel": "^6.0.1",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.6",
"postcss": "^8.4.47",
"postcss-rem-to-responsive-pixel": "^6.0.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"react-refresh": "^0.14.2",
"stylelint": "16.9.0",
"tailwindcss": "^3.4.6",
"tailwindcss": "^3.4.12",
"taro-iconfont-cli": "^3.3.0",
"taro-plugin-compiler-optimization": "^1.0.4",
"thread-loader": "^4.0.2",
"thread-loader": "^4.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"weapp-tailwindcss": "^3.4.0",
"webpack": "^5.93.0"
"typescript": "^5.6.2",
"weapp-tailwindcss": "^3.5.2",
"webpack": "^5.94.0"
},
"resolutions": {
"@types/sass": "1.45.0"
Expand Down
Loading

0 comments on commit 1ca3116

Please sign in to comment.