Skip to content

Commit

Permalink
⬆️ Upgrade dependencies, including upgrade Husky to 5 (#140)
Browse files Browse the repository at this point in the history
* Bump husky from 4.3.7 to 5.2.0

* Bump eslint from 7.17.0 to 7.22.0

* Bump mocha from 8.2.1 to 8.3.2

* Bump chai from 4.2.0 to 4.3.4

* Bump @babel/preset-env from 7.12.11 to 7.13.10

* Bump @babel/cli from 7.12.10 to 7.13.10

* Bump @babel/core from 7.12.10 to 7.13.10

* Bump nock from 13.0.5 to 13.0.11

* Bump eslint-plugin-mocha from 8.0.0 to 8.1.0

* Bump @babel/register from 7.12.10 to 7.13.8

* Bump eslint-config-prettier from 7.1.0 to 8.1.0

* Bump lint-staged from 10.5.3 to 10.5.4

* Bump sinon from 9.2.3 to 9.2.4
  • Loading branch information
dongskyler authored Mar 22, 2021
1 parent 29ca259 commit 4ca74f5
Show file tree
Hide file tree
Showing 4 changed files with 904 additions and 680 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lint-staged --config '.lintstagedrc.yml'
3 changes: 0 additions & 3 deletions .huskyrc.yml

This file was deleted.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/register": "^7.13.8",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"eslint": "^7.17.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"nock": "^13.0.5",
"husky": "^5.2.0",
"lint-staged": "^10.5.4",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"serve": "^11.3.2",
"sinon": "^9.2.3"
"sinon": "^9.2.4"
}
}
Loading

0 comments on commit 4ca74f5

Please sign in to comment.