Add missing dependency

This commit is contained in:
Kalle 2024-09-22 13:15:50 +03:00
parent b26882ed27
commit 647d6432cc
2 changed files with 21 additions and 0 deletions

20
package-lock.json generated
View File

@ -77,6 +77,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-responsive-masonry": "^2.1.3",
"cross-env": "^7.0.3",
"ley": "^0.8.1",
"sql-formatter": "^15.4.2",
"tsm": "^2.3.0",
@ -7575,6 +7576,25 @@
"integrity": "sha512-nPklKJ5qtmY5MdBKw1NiBAoyx5Sa7p2yPpljZyQ7gyCN1m+eMFs9I6CT37Mxt8zvR5L3VzD3DJBE4WQzX3WF4A==",
"license": "MIT"
},
"node_modules/cross-env": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.1"
},
"bin": {
"cross-env": "src/bin/cross-env.js",
"cross-env-shell": "src/bin/cross-env-shell.js"
},
"engines": {
"node": ">=10.14",
"npm": ">=6",
"yarn": ">=1"
}
},
"node_modules/cross-fetch": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",

View File

@ -93,6 +93,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-responsive-masonry": "^2.1.3",
"cross-env": "^7.0.3",
"ley": "^0.8.1",
"sql-formatter": "^15.4.2",
"tsm": "^2.3.0",