Skip to content

Commit

Permalink
fix: mysql type not found (ali-sdk#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxkl committed Jun 5, 2023
1 parent ee88542 commit 6a9bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@types/mysql": "^2.15.21",
"mysql": "^2.18.1"
},
"devDependencies": {
"@eggjs/tsconfig": "^1.3.2",
"@types/mocha": "^10.0.1",
"@types/mysql": "^2.15.21",
"@types/node": "^18.14.6",
"egg-bin": "^6.1.2",
"eslint": "^8.29.0",
Expand Down

0 comments on commit 6a9bc45

Please sign in to comment.