Skip to content

Commit

Permalink
[optimize] upgrade to MobX 6 & React 18
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Aug 29, 2023
1 parent 539abac commit c7d5e98
Show file tree
Hide file tree
Showing 10 changed files with 1,887 additions and 2,061 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install Dependencies
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
Expand Down
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ which is inspired by [WebCell scaffold][5].
## Technology stack

- Language: [TypeScript v5][2]
- Component engine: [React 17][1]
- State management: [MobX v5][3]
- Component engine: [React v18][1]
- State management: [MobX v6][3]
- Component suite: [React Bootstrap v2][8]
- HTTP Client: [KoAJAX][9]
- PWA framework: [Workbox v7][10]
Expand Down Expand Up @@ -41,7 +41,7 @@ npm start
pnpm build
```

[1]: https://reactjs.org/
[1]: https://react.dev/
[2]: https://www.typescriptlang.org/
[3]: https://mobx.js.org/
[4]: https://getbootstrap.com/
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "react-mobx-bootstrap-ts",
"version": "0.3.0",
"version": "0.8.0",
"description": "React project scaffold based on TypeScript, MobX & Bootstrap, which is inspired by WebCell scaffold.",
"author": "[email protected]",
"dependencies": {
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.27.0",
"@editorjs/editorjs": "^2.28.0",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/paragraph": "^2.10.0",
"@editorjs/quote": "^2.5.0",
"browser-fs-access": "^0.34.1",
"browser-unhandled-rejection": "^1.0.2",
"editorjs-html": "^3.4.2",
"idea-react": "^1.0.0-beta.1",
"koajax": "^0.8.4",
"editorjs-html": "^3.4.3",
"idea-react": "^1.0.0-rc.22",
"koajax": "^0.8.6",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
"mobx-i18n": "^0.3.14",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.4",
"mobx-restful-table": "^1.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.7.4",
"react-bootstrap-editor": "^1.0.0-rc.7",
"react-dom": "^17.0.2",
"mobx": "^6.10.0",
"mobx-i18n": "^0.4.1",
"mobx-react": "^9.0.0",
"mobx-restful": "^0.6.11",
"mobx-restful-table": "^1.1.2",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-editor": "^1.0.5",
"react-dom": "^18.2.0",
"react-editor-js": "^2.1.0",
"react-router-class-tools": "^0.1.3",
"react-router-dom": "^6.11.2",
"web-utility": "^4.0.0"
"react-router-dom": "^6.15.0",
"web-utility": "^4.1.0"
},
"devDependencies": {
"@octokit/openapi-types": "^17.2.0",
"@parcel/packager-raw-url": "~2.8.3",
"@parcel/transformer-less": "~2.8.3",
"@parcel/transformer-webmanifest": "~2.8.3",
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.34",
"@types/react": "^17.0.60",
"@types/react-dom": "^17.0.20",
"@octokit/openapi-types": "^18.0.0",
"@parcel/packager-raw-url": "~2.9.3",
"@parcel/transformer-less": "~2.9.3",
"@parcel/transformer-webmanifest": "~2.9.3",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.12",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"parcel": "~2.8.3",
"prettier": "^2.8.8",
"lint-staged": "^14.0.1",
"parcel": "~2.9.3",
"prettier": "^3.0.2",
"prismjs": "^1.29.0",
"process": "^0.11.10",
"typescript": "~5.1.3",
"typescript": "~5.2.2",
"workbox-cli": "^7.0.0"
},
"prettier": {
Expand Down
Loading

0 comments on commit c7d5e98

Please sign in to comment.