Skip to content

Commit

Permalink
[optimize] upgrade Upstream packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Oct 13, 2023
1 parent 31d51b1 commit 38d87cb
Show file tree
Hide file tree
Showing 3 changed files with 2,102 additions and 1,953 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,64 +21,64 @@
"ios >= 8"
],
"dependencies": {
"@antmjs/vantui": "^3.1.5",
"@babel/runtime": "^7.22.10",
"@tarojs/components": "3.6.13",
"@tarojs/helper": "3.6.13",
"@tarojs/plugin-framework-react": "3.6.13",
"@tarojs/plugin-html": "3.6.13",
"@tarojs/plugin-http": "3.6.13",
"@tarojs/plugin-platform-alipay": "3.6.13",
"@tarojs/plugin-platform-h5": "3.6.13",
"@tarojs/plugin-platform-jd": "3.6.13",
"@tarojs/plugin-platform-qq": "3.6.13",
"@tarojs/plugin-platform-swan": "3.6.13",
"@tarojs/plugin-platform-tt": "3.6.13",
"@tarojs/plugin-platform-weapp": "3.6.13",
"@tarojs/runtime": "3.6.13",
"@tarojs/shared": "3.6.13",
"@tarojs/taro": "3.6.13",
"@antmjs/vantui": "^3.2.1",
"@babel/runtime": "^7.23.2",
"@tarojs/components": "3.6.17",
"@tarojs/helper": "3.6.17",
"@tarojs/plugin-framework-react": "3.6.17",
"@tarojs/plugin-html": "3.6.17",
"@tarojs/plugin-http": "3.6.17",
"@tarojs/plugin-platform-alipay": "3.6.17",
"@tarojs/plugin-platform-h5": "3.6.17",
"@tarojs/plugin-platform-jd": "3.6.17",
"@tarojs/plugin-platform-qq": "3.6.17",
"@tarojs/plugin-platform-swan": "3.6.17",
"@tarojs/plugin-platform-tt": "3.6.17",
"@tarojs/plugin-platform-weapp": "3.6.17",
"@tarojs/runtime": "3.6.17",
"@tarojs/shared": "3.6.17",
"@tarojs/taro": "3.6.17",
"@vant/area-data": "^1.5.0",
"@vant/icons": "^2.0.1",
"bootstrap": "^5.3.1",
"@vant/icons": "^3.0.2",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"koajax": "^0.8.6",
"koajax": "^0.9.4",
"lodash.debounce": "^4.0.8",
"mobx": "^4.15.7",
"mobx-i18n": "^0.3.15",
"mobx-i18n": "^0.4.1",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.5",
"preact": "^10.17.0",
"mobx-restful": "^0.6.12",
"preact": "^10.18.1",
"query-string": "^8.1.0",
"web-utility": "^4.1.0"
"web-utility": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@octokit/openapi-types": "^18.0.0",
"@babel/core": "^7.23.2",
"@octokit/openapi-types": "^19.0.0",
"@prefresh/babel-plugin": "^0.5.0",
"@prefresh/core": "^1.5.1",
"@prefresh/core": "^1.5.2",
"@prefresh/webpack": "~4.0.0",
"@tarojs/cli": "3.6.13",
"@tarojs/webpack5-runner": "3.6.13",
"@tarojs/cli": "3.6.17",
"@tarojs/webpack5-runner": "3.6.17",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.20",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@types/react": "^18.2.28",
"@types/webpack-env": "^1.18.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-plugin-import": "^1.13.8",
"babel-preset-taro": "3.6.13",
"babel-preset-taro": "3.6.17",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"eslint-config-taro": "3.6.13",
"eslint-plugin-import": "^2.28.0",
"eslint": "^8.51.0",
"eslint-config-taro": "3.6.17",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"stylelint": "^15.10.2",
"typescript": "~5.1.6",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"typescript": "~5.2.2",
"webpack": "~5.88.2"
},
"prettier": {
Expand Down
Loading

1 comment on commit 38d87cb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for taro-vant-mobx-ts ready!

✅ Preview
https://taro-vant-mobx-kgap808b9-techquery.vercel.app

Built with commit 38d87cb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.