Skip to content

Commit daa0908

Browse files
committed
deps update
1 parent c9ec363 commit daa0908

File tree

4 files changed

+1900
-1894
lines changed

4 files changed

+1900
-1894
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn lint

.husky/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn test

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"start": "tsdx watch",
1717
"test": "tsdx test --runInBand",
1818
"test:watch": "tsdx test --watchAll",
19-
"prepare": "yarn build",
19+
"prepare": "husky install && yarn build",
2020
"prepublishOnly": "yarn lint && yarn test"
2121
},
2222
"dependencies": {
2323
"axios": "^0.21.1",
24-
"form-data": "^3.0.0",
24+
"form-data": "^4.0.0",
2525
"lodash": "^4.17.21"
2626
},
2727
"devDependencies": {
@@ -38,12 +38,12 @@
3838
"eslint-plugin-prettier": "^5.0.0",
3939
"eslint-plugin-promise": "^6.1.1",
4040
"eslint-plugin-standard": "^5.0.0",
41-
"husky": "^4.2.5",
42-
"nock": "^13.0.4",
41+
"husky": "^8.0.3",
42+
"nock": "^13.3.1",
4343
"prettier": "^3.0.0",
44-
"rimraf": "^3.0.2",
44+
"rimraf": "^5.0.1",
4545
"tsdx": "^0.13.2",
46-
"tslib": "^2.0.1",
46+
"tslib": "^2.6.0",
4747
"typescript": "^5.1.6",
4848
"uuid": "^9.0.0"
4949
},

0 commit comments

Comments
 (0)