Skip to content

Commit c58b42a

Browse files
committed
Merge branch 'main' into feature/upgrade-eslint-v9
2 parents 17a10e9 + dcb489a commit c58b42a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@eslint/js": "^9.9.0",
57-
"@types/node": "^22.1.0",
57+
"@types/node": "^22.2.0",
5858
"@vitest/coverage-v8": "^2.0.5",
5959
"@vitest/ui": "^2.0.5",
6060
"eslint": "^9.9.0",
@@ -64,7 +64,7 @@
6464
"prettier": "^3.3.3",
6565
"typescript": "^5.5.4",
6666
"typescript-eslint": "^8.0.1",
67-
"vite": "^5.3.5",
67+
"vite": "^5.4.0",
6868
"vite-plugin-dts": "^4.0.2",
6969
"vitest": "^2.0.5"
7070
},

code/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
480480
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
481481

482-
"@types/node@^22.1.0":
482+
"@types/node@^22.2.0":
483483
version "22.2.0"
484484
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
485485
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
@@ -2175,7 +2175,7 @@ vite-plugin-dts@^4.0.2:
21752175
magic-string "^0.30.11"
21762176
vue-tsc "2.0.29"
21772177

2178-
vite@^5.0.0, vite@^5.3.5:
2178+
vite@^5.0.0, vite@^5.4.0:
21792179
version "5.4.0"
21802180
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f"
21812181
integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==

0 commit comments

Comments
 (0)