Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
dep: specify versions of @types/node
Browse files Browse the repository at this point in the history
- Lock @types/node to 18.8.0
- Issue: vuejs/language-tools#1985
  • Loading branch information
GefeiSHEN committed Oct 17, 2022
1 parent c1ee264 commit 69c2312
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -10,5 +10,8 @@
"devDependencies": {
"@nuxtjs/tailwindcss": "^5.3.5",
"nuxt": "3.0.0-rc.11"
},
"dependencies": {
"@types/node": "18.8.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -655,6 +655,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d"
integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==

"@types/node@18.8.0":
version "18.8.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.0.tgz#b8ee8d83a99470c0661bd899417fcd77060682fe"
integrity sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
Expand Down

0 comments on commit 69c2312

Please sign in to comment.