Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nico
BMBF 2
Commits
152d25d1
Verified
Commit
152d25d1
authored
2 years ago
by
Nico
Browse files
Options
Download
Email Patches
Plain Diff
fix(deps-dev): install node types
Workaround for Masonic in production builds
parent
4cc3433d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
BMBF.Frontend/package.json
+4
-0
BMBF.Frontend/package.json
BMBF.Frontend/yarn.lock
+5
-0
BMBF.Frontend/yarn.lock
with
9 additions
and
0 deletions
+9
-0
BMBF.Frontend/package.json
+
4
-
0
View file @
152d25d1
...
...
@@ -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"
}
}
This diff is collapsed.
Click to expand it.
BMBF.Frontend/yarn.lock
+
5
-
0
View file @
152d25d1
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help