This commit is contained in:
2025-09-14 17:10:40 +08:00
parent 08e5b1f3a4
commit 782da6f1ce
6 changed files with 474 additions and 363 deletions

View File

@@ -39,7 +39,7 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.24.4",
"@babel/runtime": "^7.28.4",
"@tarojs/components": "4.1.6",
"@tarojs/helper": "4.1.6",
"@tarojs/plugin-platform-weapp": "4.1.6",
@@ -63,30 +63,30 @@
"@tarojs/plugin-generator": "4.1.6",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"lint-staged": "^16.1.2",
"lint-staged": "^16.1.6",
"husky": "^9.1.7",
"stylelint-config-standard": "^38.0.0",
"@babel/core": "^7.24.4",
"stylelint-config-standard": "^39.0.0",
"@babel/core": "^7.28.4",
"@tarojs/cli": "4.1.6",
"@babel/plugin-transform-class-properties": "7.25.9",
"@types/webpack-env": "^1.13.6",
"@types/react": "^18.0.0",
"webpack": "5.91.0",
"@babel/plugin-transform-class-properties": "7.27.1",
"@types/webpack-env": "^1.18.8",
"@types/react": "^19.1.13",
"webpack": "5.101.3",
"@tarojs/taro-loader": "4.1.6",
"@tarojs/webpack5-runner": "4.1.6",
"babel-preset-taro": "4.1.6",
"eslint-config-taro": "4.1.6",
"eslint": "^8.57.0",
"eslint": "^9.35.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"react-refresh": "^0.14.0",
"@babel/preset-react": "^7.24.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.4.0",
"stylelint": "^16.4.0",
"typescript": "^5.4.5",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"postcss": "^8.4.38",
"@types/node": "^18",
"@types/minimatch": "^5"
"react-refresh": "^0.17.0",
"@babel/preset-react": "^7.27.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"stylelint": "^16.24.0",
"typescript": "^5.9.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"postcss": "^8.5.6",
"@types/node": "^24",
"@types/minimatch": "^6"
}
}