|
25 | 25 | "main": "dist/index.js",
|
26 | 26 | "types": "./types/index.d.ts",
|
27 | 27 | "dependencies": {
|
28 |
| - "@babel/runtime": "7.10.1", |
| 28 | + "@babel/runtime": "7.15.4", |
29 | 29 | "bluebird": "2.9.25",
|
30 | 30 | "core-js": "3.6.5",
|
31 | 31 | "forest-express": "9.2.5",
|
|
35 | 35 | "semver": "5.4.1"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@babel/cli": "7.10.1", |
39 |
| - "@babel/core": "7.10.1", |
40 |
| - "@babel/plugin-proposal-class-properties": "7.13.0", |
41 |
| - "@babel/plugin-proposal-optional-chaining": "7.10.1", |
42 |
| - "@babel/plugin-transform-arrow-functions": "7.10.4", |
43 |
| - "@babel/plugin-transform-runtime": "7.10.1", |
44 |
| - "@babel/preset-env": "7.10.1", |
45 |
| - "@babel/register": "7.10.1", |
| 38 | + "@babel/cli": "7.15.7", |
| 39 | + "@babel/core": "7.15.5", |
| 40 | + "@babel/plugin-proposal-class-properties": "7.14.5", |
| 41 | + "@babel/plugin-proposal-optional-chaining": "7.14.5", |
| 42 | + "@babel/plugin-transform-arrow-functions": "7.14.5", |
| 43 | + "@babel/plugin-transform-runtime": "7.15.0", |
| 44 | + "@babel/preset-env": "7.15.6", |
| 45 | + "@babel/register": "7.15.3", |
46 | 46 | "@commitlint/cli": "11.0.0",
|
47 | 47 | "@commitlint/config-conventional": "11.0.0",
|
48 | 48 | "@semantic-release/changelog": "5.0.1",
|
49 | 49 | "@semantic-release/git": "9.0.0",
|
50 | 50 | "@types/express": "4.17.13",
|
51 | 51 | "@types/jest": "26.0.9",
|
52 | 52 | "@typescript-eslint/eslint-plugin": "4.26.0",
|
53 |
| - "@typescript-eslint/parser": "4.26.0", |
| 53 | + "@typescript-eslint/parser": "4.31.2", |
54 | 54 | "babel-eslint": "10.0.3",
|
55 | 55 | "eslint": "6.8.0",
|
56 | 56 | "eslint-config-airbnb-base": "14.0.0",
|
|
0 commit comments