Skip to content

Commit f67988f

Browse files
chore: bump up all non-major dependencies
1 parent 98d3970 commit f67988f

3 files changed

Lines changed: 382 additions & 382 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Setup the environment
44
runs:
55
using: composite
66
steps:
7-
- uses: pnpm/action-setup@v6.0.1
7+
- uses: pnpm/action-setup@v6.0.6
88
with:
99
run_install: false
1010

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@tailwindcss/postcss": "^4.1.7",
4141
"@types/lodash.debounce": "^4.0.7",
4242
"@types/lodash.throttle": "^4.1.9",
43-
"@types/node": "24.12.2",
43+
"@types/node": "24.12.3",
4444
"@types/react": "19.2.14",
4545
"@types/react-dom": "19.2.3",
4646
"@uiw/codemirror-theme-eclipse": "^4.23.0",
@@ -54,11 +54,11 @@
5454
"lodash.debounce": "^4.0.8",
5555
"lodash.throttle": "^4.1.1",
5656
"lz-string": "^1.5.0",
57-
"next": "16.2.4",
57+
"next": "16.2.6",
5858
"next-pwa": "^5.6.0",
5959
"postcss": "^8.4.21",
60-
"react": "19.2.5",
61-
"react-dom": "19.2.5",
60+
"react": "19.2.6",
61+
"react-dom": "19.2.6",
6262
"react-json-tree": "^0.20.0",
6363
"react-spinners": "^0.17.0",
6464
"remark-directive": "^4.0.0",
@@ -69,12 +69,12 @@
6969
"workbox-window": "^7.0.0"
7070
},
7171
"devDependencies": {
72-
"oxfmt": "^0.46.0",
72+
"oxfmt": "^0.48.0",
7373
"oxlint": "^1.56.0",
7474
"tsx": "^4.18.0"
7575
},
7676
"engines": {
7777
"node": ">=22.0.0"
7878
},
79-
"packageManager": "pnpm@10.33.0"
79+
"packageManager": "pnpm@10.33.4"
8080
}

0 commit comments

Comments
 (0)