Skip to content

Commit f5f9868

Browse files
committed
@types/nodeのバージョンを修正
1 parent 3208375 commit f5f9868

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@nuxt/module-builder": "^0.4.0",
5151
"@nuxt/schema": "^3.5.3",
5252
"@nuxt/test-utils": "^3.5.3",
53-
"@types/node": "18",
53+
"@types/node": "^18.11.9",
5454
"eslint": "^8.42.0",
5555
"eslint-config-prettier": "^8.8.0",
5656
"nuxt": "^3.5.3"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@
11481148
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
11491149
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==
11501150

1151-
"@types/node@18":
1151+
"@types/node@^18.11.9":
11521152
version "18.16.18"
11531153
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
11541154
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==

0 commit comments

Comments
 (0)