Skip to content

Commit 95c208b

Browse files
authored
chore: Update project dependencies (#72)
1 parent 996f520 commit 95c208b

File tree

4 files changed

+556
-559
lines changed

4 files changed

+556
-559
lines changed

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
babelOptions: {
1919
babelrc: false,
2020
parserOpts: {
21-
plugins: ['classProperties', ['decorators', { decoratorsBeforeExport: false }]],
21+
plugins: [['decorators', { decoratorsBeforeExport: false }]],
2222
},
2323
},
2424
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"test": "mocha"
1919
},
2020
"dependencies": {
21-
"@babel/core": "~7.14.0",
22-
"@babel/eslint-parser": "~7.13.14",
21+
"@babel/core": "~7.15.0",
22+
"@babel/eslint-parser": "~7.15.0",
2323
"eslint-restricted-globals": "~0.2.0"
2424
},
2525
"devDependencies": {
@@ -28,9 +28,9 @@
2828
"eslint": "^7.26.0",
2929
"eslint-plugin-import": "^2.23.2",
3030
"eslint-plugin-jest": "^24.3.6",
31-
"husky": "^6.0.0",
31+
"husky": "^7.0.0",
3232
"lint-staged": "^11.0.0",
33-
"mocha": "^8.4.0",
33+
"mocha": "^9.1.1",
3434
"prettier": "^2.3.0"
3535
},
3636
"peerDependencies": {

0 commit comments

Comments
 (0)