|
7 | 7 | "author": "JounQin (https://www.1stG.me) <[email protected]>", |
8 | 8 | "funding": "https://opencollective.com/unts", |
9 | 9 | "license": "MIT", |
10 | | - "packageManager": "pnpm@10.10.0", |
| 10 | + "packageManager": "pnpm@10.20.0", |
11 | 11 | "engines": { |
12 | 12 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
13 | 13 | }, |
|
51 | 51 | "version": "changeset version && pnpm i --no-frozen-lockfile" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@1stg/app-config": "^13.0.1", |
| 54 | + "@1stg/app-config": "^14.0.0", |
55 | 55 | "@1stg/lib-config": "^13.0.1", |
56 | 56 | "@changesets/changelog-github": "^0.5.1", |
57 | 57 | "@changesets/cli": "^2.29.2", |
58 | | - "@commitlint/cli": "^19.8.0", |
| 58 | + "@commitlint/cli": "^20.0.0", |
59 | 59 | "@mdx-js/rollup": "^3.1.0", |
60 | 60 | "@size-limit/preset-small-lib": "^11.2.0", |
61 | 61 | "@types/mdx": "^2.0.13", |
62 | | - "@types/node": "^22.15.3", |
| 62 | + "@types/node": "^24.0.0", |
63 | 63 | "@types/react": "^19.1.2", |
64 | 64 | "@types/react-dom": "^19.1.2", |
65 | | - "@types/web": "^0.0.228", |
| 65 | + "@types/web": "^0.0.287", |
66 | 66 | "@vercel/analytics": "^1.5.0", |
67 | | - "@vitejs/plugin-react-swc": "^3.9.0", |
68 | | - "@vitest/coverage-istanbul": "^3.1.2", |
| 67 | + "@vitejs/plugin-react-swc": "^4.0.0", |
| 68 | + "@vitest/coverage-istanbul": "^4.0.0", |
69 | 69 | "clean-pkg-json": "^1.3.0", |
70 | | - "cross-env": "^7.0.3", |
| 70 | + "cross-env": "^10.0.0", |
71 | 71 | "edge-runtime": "4.0.1", |
72 | 72 | "eslint": "^9.25.1", |
73 | 73 | "github-markdown-css": "^5.8.1", |
74 | | - "lint-staged": "^15.5.1", |
75 | | - "npm-run-all2": "^7.0.2", |
| 74 | + "lint-staged": "^16.0.0", |
| 75 | + "npm-run-all2": "^8.0.0", |
76 | 76 | "prettier": "^3.5.3", |
77 | 77 | "react": "^19.1.0", |
78 | 78 | "react-dom": "^19.1.0", |
|
84 | 84 | "stylelint": "^16.19.1", |
85 | 85 | "tsx": "^4.19.4", |
86 | 86 | "type-coverage": "^2.29.7", |
87 | | - "typescript": "~5.8.3", |
88 | | - "unplugin-auto-import": "^19.1.2", |
| 87 | + "typescript": "~5.9.0", |
| 88 | + "unplugin-auto-import": "^20.0.0", |
89 | 89 | "vite": "^6.3.3", |
90 | | - "vitest": "^3.1.2" |
| 90 | + "vitest": "^4.0.0" |
91 | 91 | }, |
92 | 92 | "publishConfig": { |
93 | 93 | "main": "./lib/index.cjs", |
|
131 | 131 | }, |
132 | 132 | "pnpm": { |
133 | 133 | "overrides": { |
134 | | - "@types/node": "^22.13.14", |
| 134 | + "@types/node": "^24.0.0", |
135 | 135 | "es5-ext": "npm:@unes/es5-ext@^0.10.64-1", |
136 | 136 | "prettier": "^3.5.3" |
137 | 137 | }, |
|
0 commit comments