|
7 | 7 | "author": "JounQin (https://www.1stG.me) <admin@1stg.me>", |
8 | 8 | "funding": "https://opencollective.com/unts", |
9 | 9 | "license": "MIT", |
10 | | - "packageManager": "pnpm@7.11.0", |
| 10 | + "packageManager": "pnpm@10.22.0", |
11 | 11 | "engines": { |
12 | 12 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
13 | 13 | }, |
|
42 | 42 | "tslib": "^2.4.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@1stg/app-config": "^7.2.1", |
46 | | - "@1stg/lib-config": "^10.2.1", |
47 | | - "@changesets/changelog-github": "^0.4.8", |
| 45 | + "@1stg/app-config": "^14.0.0", |
| 46 | + "@1stg/lib-config": "^13.0.0", |
| 47 | + "@changesets/changelog-github": "^0.5.0", |
48 | 48 | "@changesets/cli": "^2.24.4", |
49 | 49 | "@pkgr/webpack": "^3.4.0", |
50 | 50 | "@pkgr/webpack-mdx": "^2.2.0", |
51 | | - "@size-limit/preset-small-lib": "^8.1.2", |
| 51 | + "@size-limit/preset-small-lib": "^11.0.0", |
52 | 52 | "@types/mdx": "^2.0.3", |
53 | | - "@types/node": "^18.7.16", |
54 | | - "@types/react": "^18.0.28", |
55 | | - "@types/react-dom": "^18.0.11", |
56 | | - "@types/web": "^0.0.93", |
57 | | - "@vitest/coverage-istanbul": "^0.23.2", |
| 53 | + "@types/node": "^24.0.0", |
| 54 | + "@types/react": "^19.0.0", |
| 55 | + "@types/react-dom": "^19.0.0", |
| 56 | + "@types/web": "^0.0.294", |
| 57 | + "@vitest/coverage-istanbul": "^4.0.0", |
58 | 58 | "dlintr": "link:.", |
59 | 59 | "github-markdown-css": "^5.1.0", |
60 | | - "react": "^18.2.0", |
61 | | - "react-dom": "^18.2.0", |
62 | | - "react-router-dom": "^6.3.0", |
63 | | - "sirv-cli": "^2.0.2", |
64 | | - "size-limit": "^8.1.0", |
| 60 | + "react": "^19.0.0", |
| 61 | + "react-dom": "^19.0.0", |
| 62 | + "react-router-dom": "^7.0.0", |
| 63 | + "sirv-cli": "^3.0.0", |
| 64 | + "size-limit": "^11.0.0", |
65 | 65 | "type-coverage": "^2.22.0", |
66 | | - "typescript": "~4.7.4", |
67 | | - "unplugin-auto-import": "^0.11.2", |
68 | | - "vitest": "^0.23.2" |
| 66 | + "typescript": "~5.9.0", |
| 67 | + "unplugin-auto-import": "^20.0.0", |
| 68 | + "vitest": "^4.0.0" |
69 | 69 | }, |
70 | 70 | "resolutions": { |
71 | | - "typescript": "~4.7.4" |
| 71 | + "typescript": "~5.9.0" |
72 | 72 | }, |
73 | 73 | "publishConfig": { |
74 | 74 | "main": "./lib/index.cjs", |
|
82 | 82 | }, |
83 | 83 | "pnpm": { |
84 | 84 | "overrides": { |
85 | | - "typescript": "~4.7.4" |
| 85 | + "typescript": "~5.9.0" |
86 | 86 | } |
87 | 87 | }, |
88 | 88 | "size-limit": [ |
|
0 commit comments