Verified Commit 152d25d1 authored by Nico's avatar Nico
Browse files

fix(deps-dev): install node types

Workaround for Masonic in production builds
parent 4cc3433d
Showing with 9 additions and 0 deletions
+9 -0
......@@ -26,6 +26,7 @@
"valtio": "^1.7.0"
},
"devDependencies": {
"@types/node": "~16.11.58",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
......@@ -37,5 +38,8 @@
"prettier": "^2.7.1",
"typescript": "^4.8.3",
"vite": "^3.1.0"
},
"engines": {
"node": ">=16"
}
}
......@@ -702,6 +702,11 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
"@types/node@~16.11.58":
version "16.11.58"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.58.tgz#0a3698dee3492617a8d5fe7998d18d7520b63026"
integrity sha512-uMVxJ111wpHzkx/vshZFb6Qni3BOMnlWLq7q9jrwej7Yw/KvjsEbpxCCxw+hLKxexFMc8YmpG8J9tnEe/rKsIg==
"@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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment