Skip to content

Commit 2858c9a

Browse files
committed
moved devDeps to deps
1 parent 1938d08 commit 2858c9a

File tree

2 files changed

+179
-170
lines changed

2 files changed

+179
-170
lines changed

package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,19 @@
3333
},
3434
"dependencies": {
3535
"@modelcontextprotocol/sdk": "1.8.0",
36-
"mysql2": "^3.13.0"
36+
"dotenv": "^16.4.7",
37+
"mysql2": "^3.14.0"
3738
},
3839
"devDependencies": {
39-
"@types/jest": "^29.5.12",
40-
"@types/node": "^20.17.9",
41-
"@typescript-eslint/parser": "^7.1.0",
42-
"dotenv": "^16.0.0",
43-
"eslint": "^8.57.0",
44-
"mysql2": "^3.0.0",
40+
"@types/jest": "^29.5.14",
41+
"@types/node": "^20.17.28",
42+
"@typescript-eslint/parser": "^7.18.0",
43+
"eslint": "^8.57.1",
4544
"shx": "^0.3.4",
4645
"ts-node": "^10.9.2",
4746
"tslib": "^2.8.1",
48-
"typescript": "^5.7.2",
49-
"vitest": "^1.3.1"
47+
"typescript": "^5.8.2",
48+
"vitest": "^1.6.1"
5049
},
5150
"publishConfig": {
5251
"access": "public"

0 commit comments

Comments
 (0)