Skip to content

Commit a76cab8

Browse files
committed
chore(deps): upgrade all packages
1 parent 98717fc commit a76cab8

File tree

2 files changed

+469
-621
lines changed

2 files changed

+469
-621
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@
2020
"test": "jest"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.10.4",
24-
"@babel/preset-env": "^7.10.4",
25-
"@babel/preset-typescript": "^7.10.4",
23+
"@babel/core": "^7.12.10",
24+
"@babel/preset-env": "^7.12.10",
25+
"@babel/preset-typescript": "^7.12.7",
2626
"@commitlint/cli": "^11.0.0",
2727
"@commitlint/config-conventional": "^11.0.0",
28-
"@types/jest": "^26.0.4",
29-
"@types/mongodb": "^3.5.25",
30-
"@typescript-eslint/eslint-plugin": "^4.0.0",
31-
"@typescript-eslint/parser": "^4.5.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",
3232
"commitlint": "^11.0.0",
33-
"concurrently": "^5.2.0",
34-
"conventional-changelog-cli": "^2.0.34",
35-
"eslint": "^7.4.0",
36-
"husky": "^4.2.5",
37-
"jest": "^26.1.0",
38-
"lint-staged": "^10.2.11",
39-
"mongodb": "^3.5.9",
40-
"prettier": "^2.0.5",
41-
"rollup": "^2.21.0",
33+
"concurrently": "^5.3.0",
34+
"conventional-changelog-cli": "^2.1.1",
35+
"eslint": "^7.15.0",
36+
"husky": "^4.3.6",
37+
"jest": "^26.6.3",
38+
"lint-staged": "^10.5.3",
39+
"mongodb": "^3.6.3",
40+
"prettier": "^2.2.1",
41+
"rollup": "^2.35.1",
4242
"rollup-plugin-babel": "^4.4.0",
4343
"rollup-plugin-commonjs": "^10.1.0",
4444
"rollup-plugin-node-resolve": "^5.2.0",
45-
"rollup-plugin-peer-deps-external": "^2.2.3",
45+
"rollup-plugin-peer-deps-external": "^2.2.4",
4646
"standard-version": "^9.0.0",
47-
"typescript": "^4.0.2"
47+
"typescript": "^4.1.3"
4848
},
4949
"engines": {
5050
"node": ">=12.14"

0 commit comments

Comments
 (0)