Skip to content

Commit

Permalink
[optimize] upgrade Node.js, PNPM, MobX-RESTful table & other Upstream…
Browse files Browse the repository at this point in the history
… packages
  • Loading branch information
TechQuery committed Jun 25, 2023
1 parent 684de76 commit efae10a
Show file tree
Hide file tree
Showing 8 changed files with 2,767 additions and 2,565 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- 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
Expand Down
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Wiki map [PWA][4] with [Text-to-Speak][5] support, which is based on [OpenStreet

## Technology stack

- Language: [TypeScript v4][2]
- Language: [TypeScript v5][2]
- Component engine: [React 17][1]
- State management: [MobX v5][3]
- Component suite: [React Bootstrap v2][8]
- HTTP Client: [KoAJAX][9]
- PWA framework: [Workbox v6][10]
- PWA framework: [Workbox v7][10]
- Package bundler: [Parcel v2][11]
- CI / CD: GitHub [Actions][12] + [Pages][13]

Expand Down
47 changes: 21 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +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-beta.0",
"idea-react": "^1.0.0-rc.3",
"iterable-observer": "^1.0.0-rc.1",
"koajax": "^0.8.3",
"koajax": "^0.8.4",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
"mobx-i18n": "^0.3.14",
"mobx-i18n": "^0.3.15",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.3",
"mobx-restful-table": "^0.10.0",
"mobx-restful": "^0.6.5",
"mobx-restful-table": "^1.0.4",
"react": "^17.0.2",
"react-bootstrap": "^2.7.2",
"react-bootstrap": "^2.8.0",
"react-dom": "^17.0.2",
"react-router-class-tools": "^0.1.2",
"react-router-dom": "^6.9.0",
"react-router-class-tools": "^0.1.3",
"react-router-dom": "^6.14.0",
"web-utility": "^4.0.0"
},
"devDependencies": {
"@parcel/config-default": "2.7.0",
"@parcel/packager-raw-url": "2.7.0",
"@parcel/transformer-less": "2.7.0",
"@parcel/transformer-raw": "2.7.0",
"@parcel/transformer-typescript-tsc": "2.7.0",
"@parcel/transformer-webmanifest": "2.7.0",
"@types/lodash": "^4.14.191",
"@types/node": "^16.18.18",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@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",
"@types/react-dom": "^17.0.20",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"parcel": "2.7.0",
"postcss": "^8.4.21",
"postcss-modules": "^4.3.1",
"prettier": "^2.8.6",
"lint-staged": "^13.2.2",
"parcel": "~2.8.3",
"prettier": "^2.8.8",
"process": "^0.11.10",
"typescript": "~4.7.4",
"workbox-cli": "^6.5.4"
"typescript": "~5.1.3",
"workbox-cli": "^7.0.0"
},
"prettier": {
"singleQuote": true,
Expand All @@ -52,7 +47,7 @@
"lint-staged": {
"*.{html,md,less,json,yml,js,ts,tsx}": "prettier --write"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"browserslist": "> 0.5%, last 2 versions, not dead, IE 11",
"scripts": {
"prepare": "husky install",
"test": "lint-staged",
Expand Down
Loading

1 comment on commit efae10a

@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-lo152ts6y-techquery.vercel.app

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

Please sign in to comment.