|
11 | 11 | "url": "https://github.com/idea2app/React-MobX-Ant-Design-ts/issues" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@ant-design/cssinjs": "^1.20.0", |
| 14 | + "@ant-design/cssinjs": "^1.21.0", |
15 | 15 | "@ant-design/icons": "^5.3.7", |
16 | | - "antd": "^5.18.0", |
| 16 | + "antd": "^5.18.3", |
17 | 17 | "browser-unhandled-rejection": "^1.0.2", |
18 | 18 | "koajax": "^1.1.2", |
19 | 19 | "lodash": "^4.17.21", |
20 | | - "mobx": "^6.12.3", |
21 | | - "mobx-github": "^0.3.1", |
| 20 | + "mobx": "^6.12.4", |
| 21 | + "mobx-github": "^0.3.2", |
22 | 22 | "mobx-i18n": "^0.5.0", |
23 | 23 | "mobx-react": "^9.1.1", |
24 | 24 | "mobx-react-helper": "^0.3.1", |
25 | | - "mobx-restful": "^1.0.0-rc.6", |
| 25 | + "mobx-restful": "^1.0.0", |
26 | 26 | "mobx-restful-table": "^2.0.0-rc.1", |
27 | 27 | "preact": "^10.22.0", |
28 | | - "react-router": "^6.23.1", |
| 28 | + "react-router": "^6.24.0", |
29 | 29 | "react-router-class-tools": "^0.1.3", |
30 | | - "react-router-dom": "^6.23.1", |
| 30 | + "react-router-dom": "^6.24.0", |
31 | 31 | "web-utility": "^4.4.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@parcel/config-default": "~2.12.0", |
35 | 35 | "@parcel/packager-raw-url": "~2.12.0", |
36 | 36 | "@parcel/transformer-typescript-tsc": "~2.12.0", |
37 | 37 | "@parcel/transformer-webmanifest": "~2.12.0", |
38 | | - "@types/lodash": "^4.17.4", |
39 | | - "@types/node": "^18.19.34", |
| 38 | + "@types/lodash": "^4.17.5", |
| 39 | + "@types/node": "^18.19.39", |
40 | 40 | "husky": "^9.0.11", |
41 | | - "lint-staged": "^15.2.5", |
| 41 | + "lint-staged": "^15.2.7", |
42 | 42 | "parcel": "~2.12.0", |
43 | | - "prettier": "^3.3.1", |
| 43 | + "prettier": "^3.3.2", |
44 | 44 | "process": "^0.11.10", |
45 | | - "typescript": "~5.4.5", |
| 45 | + "typescript": "~5.5.2", |
46 | 46 | "workbox-cli": "^7.1.0" |
47 | 47 | }, |
48 | 48 | "alias": { |
|
63 | 63 | "prepare": "husky", |
64 | 64 | "test": "lint-staged", |
65 | 65 | "clean": "rm -rf .parcel-cache/ dist/", |
66 | | - "start": "npm run clean && parcel src/index.html --open", |
| 66 | + "start": "npm run clean && parcel src/index.html", |
67 | 67 | "pack": "npm run clean && parcel build src/index.html --public-url .", |
68 | 68 | "build": "npm run pack && workbox generateSW" |
69 | 69 | } |
|
0 commit comments