Skip to content

Commit

Permalink
[optimize] MobX 6 compatibility
Browse files Browse the repository at this point in the history
[optimize] upgrade PNPM, Parcel & other Upstream packages
  • Loading branch information
TechQuery committed Aug 27, 2023
1 parent 6612372 commit 4e6d260
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 805 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org
cache: pnpm
- name: Install Dependencies
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test/
.parcel-cache/
docs/
.husky/
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-i18n",
"version": "0.3.15",
"version": "0.4.0",
"license": "LGPL-3.0",
"author": "[email protected]",
"description": "Responsive Translation utility based on TypeScript & MobX",
Expand All @@ -14,7 +14,7 @@
"mobx",
"responsive"
],
"homepage": "https://ideapp.dev/MobX-i18n/",
"homepage": "https://idea2app.github.io/MobX-i18n/",
"repository": {
"type": "git",
"url": "git+https://github.com/idea2app/MobX-i18n.git"
Expand All @@ -27,23 +27,23 @@
"module": "dist/index.esm.js",
"main": "dist/index.js",
"dependencies": {
"@swc/helpers": "^0.4.14",
"regenerator-runtime": "^0.13.11"
"@swc/helpers": "^0.5.1",
"regenerator-runtime": "^0.14.0"
},
"peerDependencies": {
"mobx": ">=4 <6"
"mobx": ">=4"
},
"devDependencies": {
"@parcel/packager-ts": "~2.8.3",
"@parcel/transformer-typescript-types": "~2.8.3",
"@parcel/packager-ts": "~2.9.3",
"@parcel/transformer-typescript-types": "~2.9.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"mobx": "^5.15.7",
"parcel": "~2.8.3",
"prettier": "^2.8.8",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.1.3"
"lint-staged": "^14.0.1",
"mobx": "^6.10.0",
"parcel": "~2.9.3",
"prettier": "^3.0.2",
"typedoc": "^0.25.0",
"typedoc-plugin-mdn-links": "^3.1.0",
"typescript": "~5.2.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 4e6d260

Please sign in to comment.