This commit is contained in:
Benjamin Toby 2025-01-15 08:47:54 +01:00
parent 8394963f0b
commit 785b15aad5
2 changed files with 10 additions and 10 deletions

BIN
bun.lockb Normal file → Executable file

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "3.6.2", "version": "3.6.3",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {
@ -29,14 +29,6 @@
}, },
"homepage": "https://datasquirel.com/", "homepage": "https://datasquirel.com/",
"dependencies": { "dependencies": {
"@types/ace": "^0.0.52",
"@types/lodash": "^4.17.13",
"@types/mysql": "^2.15.21",
"@types/next": "^9.0.0",
"@types/node": "^22.7.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^19.0.0",
"@types/tinymce": "^4.6.9",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"generate-password": "^1.7.1", "generate-password": "^1.7.1",
"google-auth-library": "^9.15.0", "google-auth-library": "^9.15.0",
@ -49,6 +41,14 @@
"serverless-mysql": "^1.5.5" "serverless-mysql": "^1.5.5"
}, },
"devDependencies": { "devDependencies": {
"@types/nodemailer": "^6.4.17" "@types/nodemailer": "^6.4.17",
"@types/ace": "^0.0.52",
"@types/lodash": "^4.17.13",
"@types/mysql": "^2.15.21",
"@types/next": "^9.0.0",
"@types/node": "^22.7.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^19.0.0",
"@types/tinymce": "^4.6.9"
} }
} }