Merge pull request #25032 from awanlin/topic/update-create-app-node-gyp

Updated `node-gyp` for `create-app` to v10
This commit is contained in:
Patrik Oldsberg
2024-06-03 15:00:35 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Updated `node-gyp` to v10
@@ -37,7 +37,7 @@
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^8.0.0",
"lerna": "^7.3.0",
"node-gyp": "^9.0.0",
"node-gyp": "^10.0.0",
"prettier": "^2.3.2",
"typescript": "~5.4.0"
},
@@ -41,7 +41,7 @@
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
"node-gyp": "^9.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3",
"winston": "^3.2.1"
},