|
20 | 20 | "test": "jest"
|
21 | 21 | },
|
22 | 22 | "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", |
26 | 26 | "@commitlint/cli": "^11.0.0",
|
27 | 27 | "@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", |
32 | 32 | "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", |
42 | 42 | "rollup-plugin-babel": "^4.4.0",
|
43 | 43 | "rollup-plugin-commonjs": "^10.1.0",
|
44 | 44 | "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", |
46 | 46 | "standard-version": "^9.0.0",
|
47 |
| - "typescript": "^4.0.2" |
| 47 | + "typescript": "^4.1.3" |
48 | 48 | },
|
49 | 49 | "engines": {
|
50 | 50 | "node": ">=12.14"
|
|
0 commit comments