Skip to content

Commit f3cfd72

Browse files
committed
chore: bump all devDependencies
1 parent aa33f41 commit f3cfd72

File tree

4 files changed

+920
-1014
lines changed

4 files changed

+920
-1014
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: yarn format
3232

3333
- name: Apply autofix.ci
34-
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1
34+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
3535
with:
3636
fail-fast: false

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
node:
17-
- 18
1817
- 20
1918
- 22
2019
- 24

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,31 @@
5151
"version": "changeset version && yarn --no-immutable"
5252
},
5353
"devDependencies": {
54-
"@1stg/common-config": "^14.1.0",
54+
"@1stg/common-config": "^14.2.0",
5555
"@changesets/changelog-github": "^0.5.1",
56-
"@changesets/cli": "^2.29.4",
56+
"@changesets/cli": "^2.29.5",
5757
"@commitlint/cli": "^19.8.1",
5858
"@mdx-js/rollup": "^3.1.0",
5959
"@mitata/counters": "^0.0.8",
60-
"@shikijs/rehype": "^3.5.0",
61-
"@types/node": "^22.15.29",
62-
"@types/react": "^19.1.6",
60+
"@shikijs/rehype": "^3.7.0",
61+
"@types/node": "^22.15.33",
62+
"@types/react": "^19.1.8",
6363
"@types/react-dom": "^19.1.6",
6464
"@types/web": "^0.0.243",
6565
"@vercel/analytics": "^1.5.0",
66-
"@vitejs/plugin-react-swc": "^3.10.1",
66+
"@vitejs/plugin-react-swc": "^3.10.2",
6767
"@vitest/coverage-v8": "3.2.4",
6868
"ab64": "^0.1.6",
6969
"clean-pkg-json": "^1.3.0",
7070
"esbuild": "^0.25.5",
71-
"eslint": "^9.28.0",
71+
"eslint": "^9.29.0",
7272
"flattie": "^1.1.1",
7373
"github-markdown-css": "^5.8.1",
7474
"hash-object": "^5.0.1",
7575
"json-stringify-deterministic": "^1.0.12",
7676
"nano-staged": "^0.8.0",
7777
"npm-run-all2": "^8.0.4",
78-
"prettier": "^3.5.3",
78+
"prettier": "^3.6.1",
7979
"react": "^19.1.0",
8080
"react-dom": "^19.1.0",
8181
"react-router-dom": "^7.6.2",
@@ -85,16 +85,16 @@
8585
"size-limit-preset-node-lib": "^0.4.0",
8686
"stable-hash": "^0.0.6",
8787
"tinybench": "^4.0.1",
88-
"tsdown": "^0.12.6",
88+
"tsdown": "^0.12.9",
8989
"type-coverage": "^2.29.7",
9090
"typescript": "^5.8.3",
9191
"vite": "^7.0.0",
92-
"vitest": "^3.2.1",
92+
"vitest": "^3.2.4",
9393
"yarn-berry-deduplicate": "^6.1.3"
9494
},
9595
"resolutions": {
96-
"prettier": "^3.5.3",
97-
"vite": "^7.0.0"
96+
"prettier": "^3.6.0",
97+
"vite": "npm:rolldown-vite@^7.0.0"
9898
},
9999
"typeCoverage": {
100100
"atLeast": 100,

0 commit comments

Comments
 (0)