Merge pull request #10 from AliKdhim87/feature/node-20-support

feat: Add Node.js 20 support
main
Shahriar 2024-01-19 17:12:25 +03:30 committed by GitHub
commit f00b3038a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "strapi-content-type-explorer",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@strapi/design-system": "^1.6.3",
@ -17,7 +17,7 @@
"reactflow": "^11.7.4"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"peerDependencies": {

View File

@ -37,8 +37,8 @@
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"node": ">=14.19.1 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}
}