Skip to content

Commit

Permalink
docs(demo): update taro-app deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Oct 30, 2024
1 parent a8dae29 commit b67f5d4
Show file tree
Hide file tree
Showing 2 changed files with 792 additions and 418 deletions.
44 changes: 22 additions & 22 deletions demo/taro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,53 +39,53 @@
],
"author": "ice breaker <1324318532@qq.com>",
"dependencies": {
"@babel/runtime": "^7.25.7",
"@tarojs/components": "4.0.6",
"@tarojs/react": "4.0.6",
"@tarojs/runtime": "4.0.6",
"@tarojs/taro": "4.0.6",
"antd-mobile": "^5.37.1",
"@babel/runtime": "^7.26.0",
"@tarojs/components": "4.0.7",
"@tarojs/react": "4.0.7",
"@tarojs/runtime": "4.0.7",
"@tarojs/taro": "4.0.7",
"antd-mobile": "^5.38.1",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"taro-hooks": "2.1.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@tarojs/cli": "4.0.6",
"@tarojs/cli": "4.0.7",
"@tarojs/mini-runner": "3.6.35",
"@tarojs/plugin-framework-react": "^4.0.6",
"@tarojs/plugin-platform-h5": "^4.0.6",
"@tarojs/plugin-framework-react": "^4.0.7",
"@tarojs/plugin-platform-h5": "^4.0.7",
"@tarojs/webpack-runner": "3.6.35",
"@tarojs/webpack5-runner": "4.0.6",
"@types/react": "^18.3.11",
"@tarojs/webpack5-runner": "4.0.7",
"@types/react": "^18.3.12",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@weapp-tailwindcss/cli": "^2.0.2",
"autoprefixer": "^10.4.20",
"babel-plugin-import": "^1.13.8",
"babel-preset-taro": "4.0.6",
"babel-preset-taro": "4.0.7",
"create-functional-loader": "^0.1.4",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"eslint-config-taro": "4.0.6",
"eslint": "^9.13.0",
"eslint-config-taro": "4.0.7",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"less": "^4.2.0",
"postcss": "^8.4.47",
"postcss-rem-to-responsive-pixel": "^6.0.2",
"postcss-rpx-transform": "^1.0.1",
"stylelint": "16.9.0",
"stylelint": "16.10.0",
"tailwind-css-variables-theme-generator": "^0.4.0",
"tailwindcss": "^3.4.14",
"tailwindcss-patch": "^4.0.0",
"tailwindcss-patch": "^5.0.1",
"tailwindcss-rem2px-preset": "^1.0.3",
"terser-webpack-plugin": "^5.3.10",
"typescript": "~5.6.2",
"typescript": "~5.6.3",
"weapp-ide-cli": "^2.0.6",
"weapp-tailwindcss": "^3.6.2",
"weapp-tailwindcss-children": "^0.1.0",
Expand Down
Loading

0 comments on commit b67f5d4

Please sign in to comment.