|
1 | 1 | { |
2 | 2 | "name": "mobx-restful-table", |
3 | | - "version": "2.5.4", |
| 3 | + "version": "2.5.5", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "A Pagination Table & Scroll List component suite for CRUD operation, which is based on MobX RESTful & React.", |
|
28 | 28 | "@swc/helpers": "^0.5.17", |
29 | 29 | "classnames": "^2.5.1", |
30 | 30 | "lodash": "^4.17.21", |
31 | | - "mobx": "^6.13.7", |
| 31 | + "mobx": "^6.15.0", |
32 | 32 | "mobx-i18n": ">=0.6", |
33 | | - "mobx-react": "^9.2.0", |
| 33 | + "mobx-react": "^9.2.1", |
34 | 34 | "mobx-react-helper": "^0.5.1", |
35 | | - "mobx-restful": "^2.1.0", |
| 35 | + "mobx-restful": "^2.1.4", |
36 | 36 | "react-bootstrap": "^2.10.10", |
37 | 37 | "react-bootstrap-editor": "^2.1.1", |
38 | 38 | "regenerator-runtime": "^0.14.1", |
39 | | - "web-utility": "^4.5.3" |
| 39 | + "web-utility": "^4.6.2" |
40 | 40 | }, |
41 | 41 | "peerDependencies": { |
42 | 42 | "react": ">=16.8" |
43 | 43 | }, |
44 | 44 | "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", |
50 | 50 | "@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", |
54 | 54 | "husky": "^9.1.7", |
55 | 55 | "idea-react": "^2.0.0-rc.13", |
56 | 56 | "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", |
60 | 60 | "prettier": "^3.6.2", |
61 | 61 | "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", |
64 | 64 | "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" |
68 | 68 | }, |
69 | 69 | "resolutions": { |
70 | 70 | "@octokit/openapi-types": "$@octokit/openapi-types" |
|
0 commit comments