|
20 | 20 | "test": "jest"
|
21 | 21 | },
|
22 | 22 | "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", |
26 | 26 | "@commitlint/cli": "^11.0.0",
|
27 | 27 | "@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", |
32 | 32 | "commitlint": "^11.0.0",
|
33 | 33 | "concurrently": "^5.3.0",
|
34 | 34 | "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", |
37 | 37 | "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", |
40 | 40 | "prettier": "^2.2.1",
|
41 |
| - "rollup": "^2.35.1", |
| 41 | + "rollup": "^2.38.5", |
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 | 45 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
46 |
| - "standard-version": "^9.0.0", |
| 46 | + "standard-version": "^9.1.0", |
47 | 47 | "typescript": "^4.1.3"
|
48 | 48 | },
|
49 | 49 | "engines": {
|
|
0 commit comments