Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit ee741a9

Browse files
committed
🔨 chore: bump deps
1 parent 2225f97 commit ee741a9

File tree

3 files changed

+25
-134
lines changed

3 files changed

+25
-134
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.3
4+
5+
- Bump dependencies
6+
37
## 0.1.2
48

59
- Add husky git hooks

package-lock.json

Lines changed: 15 additions & 128 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@casper124578/mysql.ts",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A simple mysql wrapper for node.js",
55
"main": "dist/index.js",
66
"private": false,
@@ -38,13 +38,13 @@
3838
},
3939
"devDependencies": {
4040
"@casper124578/eslint-config": "^0.0.16",
41-
"@types/mysql": "^2.15.18",
42-
"@typescript-eslint/eslint-plugin": "^4.28.1",
43-
"@typescript-eslint/parser": "^4.28.1",
44-
"eslint": "^7.29.0",
41+
"@types/mysql": "^2.15.19",
42+
"@typescript-eslint/eslint-plugin": "^4.28.5",
43+
"@typescript-eslint/parser": "^4.28.5",
44+
"eslint": "^7.32.0",
4545
"eslint-config-prettier": "^8.3.0",
4646
"eslint-plugin-prettier": "^3.4.0",
47-
"husky": "^6.0.0",
47+
"husky": "^7.0.1",
4848
"prettier": "^2.3.2",
4949
"pretty-quick": "^3.1.1",
5050
"typescript": "^4.3.5"

0 commit comments

Comments
 (0)