We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45b436 commit 93e75d9Copy full SHA for 93e75d9
.npmrc
@@ -2,3 +2,4 @@ fund=false
2
audit=false
3
legacy-peer-deps=true
4
loglevel=error
5
+engine-strict=true
package.json
@@ -8,6 +8,10 @@
8
"type": "git",
9
"url": "https://github.com/InformaticsMatters/squonk2-data-manager-ui"
10
},
11
+ "engines": {
12
+ "node": ">=16",
13
+ "pnpm": ">=6"
14
+ },
15
"scripts": {
16
"prepare": "husky install",
17
"dev": "next dev",
0 commit comments