Skip to content

Commit 9433222

Browse files
committed
chore(deps): upgrade devDeps
1 parent a76cab8 commit 9433222

File tree

2 files changed

+885
-922
lines changed

2 files changed

+885
-922
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@
2020
"test": "jest"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.12.10",
24-
"@babel/preset-env": "^7.12.10",
25-
"@babel/preset-typescript": "^7.12.7",
23+
"@babel/core": "^7.12.13",
24+
"@babel/preset-env": "^7.12.13",
25+
"@babel/preset-typescript": "^7.12.13",
2626
"@commitlint/cli": "^11.0.0",
2727
"@commitlint/config-conventional": "^11.0.0",
28-
"@types/jest": "^26.0.19",
29-
"@types/mongodb": "^3.6.3",
30-
"@typescript-eslint/eslint-plugin": "^4.10.0",
31-
"@typescript-eslint/parser": "^4.10.0",
28+
"@types/jest": "^26.0.20",
29+
"@types/mongodb": "^3.6.6",
30+
"@typescript-eslint/eslint-plugin": "^4.14.2",
31+
"@typescript-eslint/parser": "^4.14.2",
3232
"commitlint": "^11.0.0",
3333
"concurrently": "^5.3.0",
3434
"conventional-changelog-cli": "^2.1.1",
35-
"eslint": "^7.15.0",
36-
"husky": "^4.3.6",
35+
"eslint": "^7.19.0",
36+
"husky": "^4.3.8",
3737
"jest": "^26.6.3",
38-
"lint-staged": "^10.5.3",
39-
"mongodb": "^3.6.3",
38+
"lint-staged": "^10.5.4",
39+
"mongodb": "^3.6.4",
4040
"prettier": "^2.2.1",
41-
"rollup": "^2.35.1",
41+
"rollup": "^2.38.5",
4242
"rollup-plugin-babel": "^4.4.0",
4343
"rollup-plugin-commonjs": "^10.1.0",
4444
"rollup-plugin-node-resolve": "^5.2.0",
4545
"rollup-plugin-peer-deps-external": "^2.2.4",
46-
"standard-version": "^9.0.0",
46+
"standard-version": "^9.1.0",
4747
"typescript": "^4.1.3"
4848
},
4949
"engines": {

0 commit comments

Comments
 (0)