|
10 | 10 | "workspaces": [ |
11 | 11 | "packages/*" |
12 | 12 | ], |
13 | | - "packageManager": "yarn@4.0.2", |
| 13 | + "packageManager": "yarn@4.8.1", |
14 | 14 | "scripts": { |
15 | 15 | "build": "concurrently -r 'yarn:build:*'", |
16 | 16 | "build:r": "r -f cjs", |
|
31 | 31 | "version": "changeset version && yarn --no-immutable" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@1stg/app-config": "^10.0.1", |
| 34 | + "@1stg/app-config": "^11.0.0", |
35 | 35 | "@changesets/changelog-github": "^0.5.0", |
36 | 36 | "@changesets/cli": "^2.27.1", |
37 | | - "@commitlint/cli": "^18.5.0", |
| 37 | + "@commitlint/cli": "^19.0.0", |
38 | 38 | "@mdx-js/rollup": "^3.0.0", |
39 | | - "@pkgr/rollup": "^5.0.0", |
40 | | - "@types/node": "^20.11.5", |
41 | | - "@types/react": "^18.2.48", |
42 | | - "@types/react-dom": "^18.2.18", |
43 | | - "@types/web": "^0.0.135", |
| 39 | + "@pkgr/rollup": "^6.0.0", |
| 40 | + "@types/node": "^22.0.0", |
| 41 | + "@types/react": "^19.0.0", |
| 42 | + "@types/react-dom": "^19.0.0", |
| 43 | + "@types/web": "^0.0.216", |
44 | 44 | "@vitejs/plugin-react-swc": "^3.5.0", |
45 | | - "@vitest/coverage-istanbul": "^1.2.1", |
46 | | - "concurrently": "^8.2.2", |
47 | | - "eslint": "^8.56.0", |
| 45 | + "@vitest/coverage-istanbul": "^3.0.0", |
| 46 | + "concurrently": "^9.0.0", |
| 47 | + "eslint": "^9.0.0", |
48 | 48 | "github-markdown-css": "^5.5.0", |
49 | 49 | "lint-staged": "^15.2.0", |
50 | 50 | "pkg": "link:packages/pkg", |
51 | 51 | "prettier": "^3.2.4", |
52 | | - "react": "^18.2.0", |
53 | | - "react-dom": "^18.2.0", |
54 | | - "react-router-dom": "^6.21.3", |
| 52 | + "react": "^19.0.0", |
| 53 | + "react-dom": "^19.0.0", |
| 54 | + "react-router-dom": "^7.0.0", |
55 | 55 | "remark-gfm": "^4.0.0", |
56 | | - "rimraf": "^5.0.5", |
| 56 | + "rimraf": "^6.0.0", |
57 | 57 | "sass": "^1.70.0", |
58 | 58 | "simple-git-hooks": "^2.9.0", |
59 | | - "sirv-cli": "^2.0.2", |
| 59 | + "sirv-cli": "^3.0.0", |
60 | 60 | "stylelint": "^16.2.0", |
61 | 61 | "tsx": "^4.7.0", |
62 | 62 | "type-coverage": "^2.27.1", |
63 | 63 | "typescript": "^5.3.3", |
64 | | - "unplugin-auto-import": "^0.17.3", |
65 | | - "vite": "^5.0.12", |
66 | | - "vitest": "^1.2.1" |
| 64 | + "unplugin-auto-import": "^19.0.0", |
| 65 | + "vite": "^6.0.0", |
| 66 | + "vitest": "^3.0.0" |
67 | 67 | }, |
68 | 68 | "resolutions": { |
69 | 69 | "prettier": "^3.2.4" |
|
0 commit comments