Skip to content

Commit

Permalink
[optimize] upgrade Upstream packages (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Nov 25, 2023
1 parent 31d51b1 commit dbf8cbc
Show file tree
Hide file tree
Showing 5 changed files with 2,762 additions and 2,336 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
15 changes: 10 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

[![CI & CD](https://github.com/idea2app/Taro-Vant-MobX-ts/actions/workflows/main.yml/badge.svg)][6]

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][7]
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][8]

## Demo

https://ideapp.dev/Taro-Vant-MobX-ts/
Expand All @@ -13,8 +16,8 @@ https://ideapp.dev/Taro-Vant-MobX-ts/
- Language: [TypeScript v5][2]
- Component engine: [Preact 10][3]
- State management: [MobX v4][4]
- Component suite: [AntM Vant UI v3][5] + [Bootstrap v5 (CSS utility)][7]
- CI / CD: GitHub [Actions][8] + [Pages][9]
- Component suite: [AntM Vant UI v3][5] + [Bootstrap v5 (CSS utility)][9]
- CI / CD: GitHub [Actions][10] + [Pages][11]

## Extra components

Expand Down Expand Up @@ -65,6 +68,8 @@ pnpm build h5
[4]: https://github.com/mobxjs/mobx/blob/mobx4and5/docs/
[5]: https://antmjs.github.io/vantui/
[6]: https://github.com/idea2app/Taro-Vant-MobX-ts/actions/workflows/main.yml
[7]: https://getbootstrap.com/docs/5.1/getting-started/contents/#css-files
[8]: https://github.com/features/actions
[9]: https://pages.github.com/
[7]: https://codespaces.new/idea2app/Taro-Vant-MobX-ts
[8]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Taro-Vant-MobX-ts
[9]: https://getbootstrap.com/docs/5.1/getting-started/contents/#css-files
[10]: https://github.com/features/actions
[11]: https://pages.github.com/
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = {
750: 1,
828: 1.81 / 2
},
compiler: 'webpack5',
compiler: { type: 'webpack5', prebundle: { enable: false } },
sourceRoot: 'src',
outputRoot: 'dist',
defineConstants: {},
Expand Down
92 changes: 46 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,65 +21,65 @@
"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",
"@vant/area-data": "^1.5.0",
"@vant/icons": "^2.0.1",
"bootstrap": "^5.3.1",
"@antmjs/vantui": "^3.2.2",
"@babel/runtime": "^7.23.4",
"@tarojs/components": "3.6.20",
"@tarojs/helper": "3.6.20",
"@tarojs/plugin-framework-react": "3.6.20",
"@tarojs/plugin-html": "3.6.20",
"@tarojs/plugin-http": "3.6.20",
"@tarojs/plugin-platform-alipay": "3.6.20",
"@tarojs/plugin-platform-h5": "3.6.20",
"@tarojs/plugin-platform-jd": "3.6.20",
"@tarojs/plugin-platform-qq": "3.6.20",
"@tarojs/plugin-platform-swan": "3.6.20",
"@tarojs/plugin-platform-tt": "3.6.20",
"@tarojs/plugin-platform-weapp": "3.6.20",
"@tarojs/runtime": "3.6.20",
"@tarojs/shared": "3.6.20",
"@tarojs/taro": "3.6.20",
"@vant/area-data": "^1.5.1",
"@vant/icons": "^3.0.2",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"koajax": "^0.8.6",
"koajax": "^0.9.6",
"lodash.debounce": "^4.0.8",
"mobx": "^4.15.7",
"mobx-i18n": "^0.3.15",
"mobx-i18n": "^0.4.2",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.5",
"preact": "^10.17.0",
"mobx-restful": "^0.6.12",
"preact": "^10.19.2",
"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",
"@prefresh/babel-plugin": "^0.5.0",
"@prefresh/core": "^1.5.1",
"@babel/core": "^7.23.3",
"@octokit/openapi-types": "^19.0.2",
"@prefresh/babel-plugin": "^0.5.1",
"@prefresh/core": "^1.5.2",
"@prefresh/webpack": "~4.0.0",
"@tarojs/cli": "3.6.13",
"@tarojs/webpack5-runner": "3.6.13",
"@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",
"@tarojs/cli": "3.6.20",
"@tarojs/webpack5-runner": "3.6.20",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.38",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-plugin-import": "^1.13.8",
"babel-preset-taro": "3.6.13",
"babel-preset-taro": "3.6.20",
"cross-env": "^7.0.3",
"eslint": "^8.47.0",
"eslint-config-taro": "3.6.13",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.1",
"eslint": "^8.54.0",
"eslint-config-taro": "3.6.20",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"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",
"webpack": "~5.88.2"
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"stylelint": "^15.11.0",
"typescript": "~5.3.2",
"webpack": "~5.89.0"
},
"prettier": {
"trailingComma": "none",
Expand Down
Loading

0 comments on commit dbf8cbc

Please sign in to comment.