Skip to content

Commit 6a9bc45

Browse files
authored
fix: mysql type not found (ali-sdk#109)
1 parent ee88542 commit 6a9bc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"prepublishOnly": "npm run clean && npm run build"
1717
},
1818
"dependencies": {
19+
"@types/mysql": "^2.15.21",
1920
"mysql": "^2.18.1"
2021
},
2122
"devDependencies": {
2223
"@eggjs/tsconfig": "^1.3.2",
2324
"@types/mocha": "^10.0.1",
24-
"@types/mysql": "^2.15.21",
2525
"@types/node": "^18.14.6",
2626
"egg-bin": "^6.1.2",
2727
"eslint": "^8.29.0",

0 commit comments

Comments
 (0)