|
10 | 10 | "workspaces": [ |
11 | 11 | "packages/*" |
12 | 12 | ], |
13 | | - "packageManager": "yarn@4.9.1", |
| 13 | + "packageManager": "yarn@4.14.1", |
14 | 14 | "scripts": { |
15 | 15 | "build": "tsc -b", |
16 | 16 | "clean": "rimraf -g 'packages/**/{lib,*.tsbuildinfo}'", |
|
31 | 31 | "devDependencies": { |
32 | 32 | "@1stg/app-config": "^14.0.0", |
33 | 33 | "@1stg/common-config": "^14.0.0", |
34 | | - "@changesets/changelog-github": "^0.5.1", |
| 34 | + "@changesets/changelog-github": "^0.7.0", |
35 | 35 | "@changesets/cli": "^2.29.4", |
36 | | - "@commitlint/cli": "^19.8.1", |
| 36 | + "@commitlint/cli": "^21.0.0", |
37 | 37 | "@mdx-js/rollup": "^3.1.0", |
38 | | - "@shikijs/rehype": "^3.4.2", |
39 | | - "@types/node": "^22.15.19", |
| 38 | + "@shikijs/rehype": "^4.0.0", |
| 39 | + "@types/node": "^24.0.0", |
40 | 40 | "@types/react": "^19.1.4", |
41 | 41 | "@types/react-dom": "^19.1.5", |
42 | | - "@types/web": "^0.0.236", |
43 | | - "@vitejs/plugin-react-swc": "^3.9.0", |
44 | | - "eslint": "^9.27.0", |
| 42 | + "@types/web": "^0.0.349", |
| 43 | + "@vitejs/plugin-react-swc": "^4.0.0", |
| 44 | + "eslint": "^10.0.0", |
45 | 45 | "github-markdown-css": "^5.8.1", |
46 | | - "nano-staged": "^0.8.0", |
47 | | - "npm-run-all2": "^8.0.2", |
| 46 | + "nano-staged": "^1.0.0", |
| 47 | + "npm-run-all2": "^9.0.0", |
48 | 48 | "react": "^19.1.0", |
49 | 49 | "react-dom": "^19.1.0", |
50 | 50 | "react-router-dom": "^7.6.0", |
|
54 | 54 | "sass": "^1.89.0", |
55 | 55 | "simple-git-hooks": "^2.13.0", |
56 | 56 | "sirv-cli": "^3.0.1", |
57 | | - "size-limit": "^11.2.0", |
| 57 | + "size-limit": "^12.0.0", |
58 | 58 | "size-limit-node-esbuild": "link:packages/node-esbuild", |
59 | 59 | "size-limit-preset-node-lib": "link:packages/preset-node-lib", |
60 | | - "stylelint": "^16.19.1", |
| 60 | + "stylelint": "^17.0.0", |
61 | 61 | "type-coverage": "^2.29.7", |
62 | | - "typescript": "^5.8.3", |
| 62 | + "typescript": "^6.0.0", |
63 | 63 | "vite": "^6.3.5", |
64 | 64 | "yarn-berry-deduplicate": "^6.1.3" |
65 | 65 | }, |
|
0 commit comments