Skip to content

Commit 55dce3f

Browse files
⬆️ Renovate - Update all dependencies
1 parent 899fea9 commit 55dce3f

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
script: [lint, check, format]
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Tools
3232
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 20.17.0
2-
bun 1.1.27
2+
bun 1.1.38

bun.lockb

16 KB
Binary file not shown.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,39 +14,39 @@
1414
"format": "prettier . --check"
1515
},
1616
"dependencies": {
17-
"@hookform/resolvers": "3.6.0",
17+
"@hookform/resolvers": "3.9.1",
1818
"@tanstack/react-query": "4.35.7",
19-
"@vanilla-extract/css": "1.15.3",
20-
"@vanilla-extract/sprinkles": "1.6.2",
19+
"@vanilla-extract/css": "1.16.1",
20+
"@vanilla-extract/sprinkles": "1.6.3",
2121
"clsx": "2.1.1",
2222
"i18next": "23.11.5",
2323
"lottie-react": "2.4.0",
2424
"next": "13.5.6",
2525
"react": "18.3.1",
2626
"react-dom": "18.3.1",
27-
"react-hook-form": "7.52.0",
28-
"react-hotkeys-hook": "4.5.0",
27+
"react-hook-form": "7.54.1",
28+
"react-hotkeys-hook": "4.6.1",
2929
"react-i18next": "13.5.0",
30-
"yup": "1.4.0"
30+
"yup": "1.5.0"
3131
},
3232
"devDependencies": {
33-
"@klnjs/prettier-config": "4.0.6",
34-
"@klnjs/eslint-config": "4.0.6",
35-
"@mswjs/http-middleware": "0.10.1",
33+
"@klnjs/prettier-config": "4.2.0",
34+
"@klnjs/eslint-config": "4.2.0",
35+
"@mswjs/http-middleware": "0.10.2",
3636
"@svgr/webpack": "8.1.0",
3737
"@types/express": "4.17.21",
3838
"@types/node": "20.14.8",
3939
"@types/react-dom": "18.3.0",
4040
"@types/react": "18.3.4",
41-
"@types/yargs": "17.0.32",
42-
"@vanilla-extract/next-plugin": "2.4.2",
41+
"@types/yargs": "17.0.33",
42+
"@vanilla-extract/next-plugin": "2.4.7",
4343
"chalk": "5.3.0",
44-
"eslint": "9.13.0",
45-
"express": "4.21.1",
46-
"msw": "2.4.9",
47-
"prettier": "3.3.3",
44+
"eslint": "9.17.0",
45+
"express": "4.21.2",
46+
"msw": "2.6.8",
47+
"prettier": "3.4.2",
4848
"ts-morph": "19.0.0",
49-
"typescript": "5.6.3",
49+
"typescript": "5.7.2",
5050
"yargs": "17.7.2"
5151
}
5252
}

0 commit comments

Comments
 (0)