Skip to content

Commit

Permalink
[optimize] upgrade to MobX 6
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 efae10a commit 6cc32a3
Show file tree
Hide file tree
Showing 7 changed files with 1,669 additions and 1,409 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Wiki map [PWA][4] with [Text-to-Speak][5] support, which is based on [OpenStreet
## Technology stack

- Language: [TypeScript v5][2]
- Component engine: [React 17][1]
- State management: [MobX v5][3]
- Component engine: [React v17][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 @@ pnpm build
6. https://github.com/super8989/WikiMap
7. https://github.com/corrinachow/wiki-maps

[1]: https://reactjs.org/
[1]: https://react.dev/
[2]: https://www.typescriptlang.org/
[3]: https://mobx.js.org/
[4]: https://web.dev/progressive-web-apps/
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,37 @@
"description": "Wiki map PWA with Text-to-Speak support, which is based on OpenStreetMap & Wikipedia API, and can be used as a trusted Tour guide.",
"dependencies": {
"browser-unhandled-rejection": "^1.0.2",
"idea-react": "^1.0.0-rc.3",
"iterable-observer": "^1.0.0-rc.1",
"koajax": "^0.8.4",
"idea-react": "^1.0.0-rc.22",
"iterable-observer": "^1.0.0",
"koajax": "^0.8.6",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
"mobx-i18n": "^0.3.15",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.5",
"mobx-restful-table": "^1.0.4",
"mobx": "^6.10.1",
"mobx-i18n": "^0.4.1",
"mobx-react": "^9.0.1",
"mobx-restful": "^0.6.11",
"mobx-restful-table": "^1.1.2",
"open-react-map": "^0.6.1",
"react": "^17.0.2",
"react-bootstrap": "^2.8.0",
"react-dom": "^17.0.2",
"react-router-class-tools": "^0.1.3",
"react-router-dom": "^6.14.0",
"web-utility": "^4.0.0"
"react-router-dom": "^6.15.0",
"web-utility": "^4.1.0"
},
"devDependencies": {
"@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": "^18.16.18",
"@types/react": "^17.0.62",
"@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": "^17.0.65",
"@types/react-dom": "^17.0.20",
"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.3",
"process": "^0.11.10",
"typescript": "~5.1.3",
"typescript": "~5.2.2",
"workbox-cli": "^7.0.0"
},
"prettier": {
Expand Down
Loading

1 comment on commit 6cc32a3

@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 wiki-map ready!

✅ Preview
https://wiki-rm3lugxxk-techquery.vercel.app

Built with commit 6cc32a3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.