moved package to packages/components/package.json

This commit is contained in:
apeng-singlestore
2023-07-18 21:36:23 -07:00
parent 587ac62296
commit 258496e0c7
2 changed files with 2 additions and 4 deletions
-3
View File
@@ -52,8 +52,5 @@
},
"engines": {
"node": ">=18.15.0"
},
"dependencies": {
"mysql2": "^3.5.1"
}
}
+2 -1
View File
@@ -50,7 +50,8 @@
"srt-parser-2": "^1.2.3",
"vm2": "^3.9.19",
"weaviate-ts-client": "^1.1.0",
"ws": "^8.9.0"
"ws": "^8.9.0",
"mysql2": "^3.5.1"
},
"devDependencies": {
"@types/gulp": "4.0.9",