|
38 | 38 | "@1stg/postcss-config": "^6.2.0", |
39 | 39 | "@changesets/changelog-github": "^0.7.0", |
40 | 40 | "@changesets/cli": "^2.31.0", |
41 | | - "@commitlint/cli": "^21.0.2", |
| 41 | + "@commitlint/cli": "^21.2.1", |
42 | 42 | "@mdx-js/rollup": "^3.1.1", |
43 | 43 | "@pkgr/rollup": "^7.1.0", |
44 | | - "@shikijs/rehype": "^4.1.0", |
| 44 | + "@shikijs/rehype": "^4.3.1", |
45 | 45 | "@stylistic/eslint-plugin": "^5.10.0", |
46 | | - "@types/node": "^24.12.4", |
47 | | - "@types/react": "^19.2.15", |
| 46 | + "@types/node": "^24.13.3", |
| 47 | + "@types/react": "^19.2.17", |
48 | 48 | "@types/react-dom": "^19.2.3", |
49 | 49 | "@types/serialize-javascript": "^5.0.4", |
50 | 50 | "@types/web": "^0.0.352", |
| 51 | + "@typescript/native": "npm:typescript@^7.0.2", |
51 | 52 | "@vitejs/plugin-react-swc": "^4.3.1", |
52 | | - "@vitest/coverage-istanbul": "^4.1.7", |
53 | | - "@vitest/eslint-plugin": "^1.6.18", |
| 53 | + "@vitest/coverage-istanbul": "^4.1.10", |
| 54 | + "@vitest/eslint-plugin": "^1.6.22", |
54 | 55 | "clean-pkg-json": "^2.0.0", |
55 | | - "eslint": "^10.4.1", |
| 56 | + "eslint": "^10.6.0", |
56 | 57 | "eslint-plugin-tsdoc": "^0.5.2", |
57 | 58 | "github-markdown-css": "^5.9.0", |
58 | | - "linguist-languages": "^9.3.2", |
| 59 | + "linguist-languages": "^9.4.0", |
59 | 60 | "nano-staged": "^1.0.2", |
60 | | - "npm-run-all2": "^9.0.1", |
61 | | - "prettier": "^3.8.3", |
| 61 | + "npm-run-all2": "^9.0.2", |
| 62 | + "prettier": "^3.9.4", |
62 | 63 | "prettier-plugin-autocorrect": "workspace:*", |
63 | 64 | "prettier-plugin-pkg": "workspace:*", |
64 | 65 | "prettier-plugin-sh": "workspace:*", |
65 | 66 | "prettier-plugin-sql": "workspace:*", |
66 | 67 | "prettier-plugin-toml": "workspace:*", |
67 | | - "react": "^19.2.6", |
68 | | - "react-dom": "^19.2.6", |
69 | | - "react-router-dom": "^7.16.0", |
| 68 | + "react": "^19.2.7", |
| 69 | + "react-dom": "^19.2.7", |
| 70 | + "react-router-dom": "^7.18.1", |
70 | 71 | "rehype-slug": "^6.0.0", |
71 | 72 | "remark-gfm": "^4.0.1", |
72 | 73 | "rimraf": "^6.1.3", |
73 | | - "serialize-javascript": "^7.0.5", |
| 74 | + "serialize-javascript": "^7.0.7", |
74 | 75 | "simple-git-hooks": "^2.13.1", |
75 | 76 | "sirv-cli": "^3.0.1", |
76 | 77 | "size-limit": "^12.1.0", |
77 | 78 | "size-limit-preset-node-lib": "^0.4.0", |
78 | | - "tsx": "^4.22.3", |
| 79 | + "tsx": "^4.23.0", |
79 | 80 | "type-coverage": "^2.29.7", |
80 | | - "typescript": "^7.0.0", |
81 | | - "vite": "^8.0.14", |
82 | | - "vitest": "^4.1.7", |
| 81 | + "vite": "^8.1.4", |
| 82 | + "vitest": "^4.1.10", |
83 | 83 | "yarn-berry-deduplicate": "^6.1.3" |
84 | 84 | }, |
85 | 85 | "resolutions": { |
86 | | - "prettier": "^3.8.3", |
| 86 | + "prettier": "^3.9.4", |
87 | 87 | "prettier-plugin-autocorrect": "workspace:*", |
88 | 88 | "prettier-plugin-pkg": "workspace:*", |
89 | 89 | "prettier-plugin-sh": "workspace:*", |
90 | 90 | "prettier-plugin-sql": "workspace:*", |
91 | | - "prettier-plugin-toml": "workspace:*" |
| 91 | + "prettier-plugin-toml": "workspace:*", |
| 92 | + "typescript": "npm:@typescript/typescript6@^6.0.2" |
92 | 93 | }, |
93 | 94 | "browserslist": [ |
94 | 95 | "extends @1stg/browserslist-config/modern" |
|
0 commit comments