Skip to content

Commit 382670d

Browse files
committed
[fix] Edge Touch failed of Scroll Boundary component
[optimize] update Upstream packages
1 parent 39601e5 commit 382670d

3 files changed

Lines changed: 887 additions & 921 deletions

File tree

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-restful-table",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "A Pagination Table & Scroll List component suite for CRUD operation, which is based on MobX RESTful & React.",
@@ -28,43 +28,43 @@
2828
"@swc/helpers": "^0.5.17",
2929
"classnames": "^2.5.1",
3030
"lodash": "^4.17.21",
31-
"mobx": "^6.13.7",
31+
"mobx": "^6.15.0",
3232
"mobx-i18n": ">=0.6",
33-
"mobx-react": "^9.2.0",
33+
"mobx-react": "^9.2.1",
3434
"mobx-react-helper": "^0.5.1",
35-
"mobx-restful": "^2.1.0",
35+
"mobx-restful": "^2.1.4",
3636
"react-bootstrap": "^2.10.10",
3737
"react-bootstrap-editor": "^2.1.1",
3838
"regenerator-runtime": "^0.14.1",
39-
"web-utility": "^4.5.3"
39+
"web-utility": "^4.6.2"
4040
},
4141
"peerDependencies": {
4242
"react": ">=16.8"
4343
},
4444
"devDependencies": {
45-
"@octokit/openapi-types": "^25.1.0",
46-
"@parcel/config-default": "~2.15.4",
47-
"@parcel/packager-ts": "~2.15.4",
48-
"@parcel/transformer-typescript-tsc": "~2.15.4",
49-
"@parcel/transformer-typescript-types": "~2.15.4",
45+
"@octokit/openapi-types": "^26.0.0",
46+
"@parcel/config-default": "~2.16.0",
47+
"@parcel/packager-ts": "~2.16.0",
48+
"@parcel/transformer-typescript-tsc": "~2.16.0",
49+
"@parcel/transformer-typescript-types": "~2.16.0",
5050
"@types/lodash": "^4.17.20",
51-
"@types/node": "^22.18.1",
52-
"@types/react": "^19.1.12",
53-
"@types/react-dom": "^19.1.9",
51+
"@types/node": "^22.18.11",
52+
"@types/react": "^19.2.2",
53+
"@types/react-dom": "^19.2.2",
5454
"husky": "^9.1.7",
5555
"idea-react": "^2.0.0-rc.13",
5656
"koajax": "^3.1.2",
57-
"lint-staged": "^16.1.6",
58-
"mobx-github": "^0.5.1",
59-
"parcel": "~2.15.4",
57+
"lint-staged": "^16.2.5",
58+
"mobx-github": "^0.6.0",
59+
"parcel": "~2.16.0",
6060
"prettier": "^3.6.2",
6161
"prismjs": "^1.30.0",
62-
"react": "^19.1.1",
63-
"react-dom": "^19.1.1",
62+
"react": "^19.2.0",
63+
"react-dom": "^19.2.0",
6464
"rimraf": "^6.0.1",
65-
"typedoc": "^0.28.12",
66-
"typedoc-plugin-mdn-links": "^5.0.9",
67-
"typescript": "~5.9.2"
65+
"typedoc": "^0.28.14",
66+
"typedoc-plugin-mdn-links": "^5.0.10",
67+
"typescript": "~5.9.3"
6868
},
6969
"resolutions": {
7070
"@octokit/openapi-types": "$@octokit/openapi-types"

0 commit comments

Comments
 (0)