Skip to content

Commit f2fd203

Browse files
committed
[add] Sort parameters & Date Key filter of Strapi API
[optimize] Non-browser compatibility of Observable Persistence [optimize] update Upstream packages
1 parent 10656c1 commit f2fd203

File tree

6 files changed

+653
-639
lines changed

6 files changed

+653
-639
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-restful",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Common MobX abstract base Class & Decorator utilities for RESTful API",
@@ -31,35 +31,35 @@
3131
"idb-keyval": "^6.2.2",
3232
"koajax": "^3.1.2",
3333
"regenerator-runtime": "^0.14.1",
34-
"web-utility": "^4.4.3"
34+
"web-utility": "^4.6.1"
3535
},
3636
"peerDependencies": {
3737
"mobx": ">=6.11"
3838
},
3939
"devDependencies": {
40-
"@octokit/openapi-types": "^25.1.0",
40+
"@octokit/openapi-types": "^26.0.0",
4141
"@parcel/config-default": "~2.15.4",
4242
"@parcel/packager-ts": "~2.15.4",
4343
"@parcel/transformer-typescript-tsc": "~2.15.4",
4444
"@parcel/transformer-typescript-types": "~2.15.4",
4545
"@types/jest": "^29.5.14",
46-
"@types/node": "^22.15.34",
47-
"core-js": "^3.43.0",
48-
"dotenv": "^17.0.0",
49-
"fake-indexeddb": "^6.0.1",
46+
"@types/node": "^22.18.5",
47+
"core-js": "^3.45.1",
48+
"dotenv": "^17.2.2",
49+
"fake-indexeddb": "^6.2.2",
5050
"husky": "^9.1.7",
5151
"jest": "^29.7.0",
5252
"jest-environment-jsdom": "^29.7.0",
53-
"lint-staged": "^16.1.2",
53+
"lint-staged": "^16.1.6",
5454
"mobx": "^6.13.7",
5555
"open-cli": "^8.0.0",
5656
"parcel": "~2.15.4",
5757
"prettier": "^3.6.2",
58-
"ts-jest": "^29.4.0",
59-
"typedoc": "^0.28.6",
60-
"typedoc-plugin-mdn-links": "^5.0.2",
61-
"typescript": "~5.8.3",
62-
"web-streams-polyfill": "^4.1.0"
58+
"ts-jest": "^29.4.2",
59+
"typedoc": "^0.28.13",
60+
"typedoc-plugin-mdn-links": "^5.0.9",
61+
"typescript": "~5.9.2",
62+
"web-streams-polyfill": "^4.2.0"
6363
},
6464
"pnpm": {
6565
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)