|
15 | 15 | "test:types": "yarn tsc --noEmit"
|
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 |
| - "@babel/core": "7.18.13", |
| 18 | + "@babel/core": "7.19.0", |
19 | 19 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
20 | 20 | "@babel/plugin-transform-runtime": "7.18.10",
|
21 |
| - "@babel/preset-env": "7.18.10", |
22 |
| - "@babel/runtime": "7.18.9", |
| 21 | + "@babel/preset-env": "7.19.0", |
| 22 | + "@babel/runtime": "7.19.0", |
23 | 23 | "@rollup/plugin-babel": "5.3.1",
|
24 |
| - "@rollup/plugin-node-resolve": "13.3.0", |
| 24 | + "@rollup/plugin-node-resolve": "14.0.1", |
25 | 25 | "@types/jest": "28.1.8",
|
26 |
| - "@types/node": "16.11.56", |
| 26 | + "@types/node": "16.11.58", |
27 | 27 | "@types/rollup-plugin-node-globals": "1.4.1",
|
28 | 28 | "@types/semver": "7.3.10",
|
29 | 29 | "bundlesize2": "0.0.31",
|
30 | 30 | "execa": "5.1.1",
|
31 |
| - "lerna": "5.4.3", |
32 |
| - "nx": "14.5.10", |
33 |
| - "rollup": "2.78.1", |
| 31 | + "lerna": "5.5.1", |
| 32 | + "nx": "14.7.3", |
| 33 | + "rollup": "2.79.0", |
34 | 34 | "rollup-plugin-node-globals": "1.4.0",
|
35 | 35 | "rollup-plugin-terser": "7.0.2",
|
36 | 36 | "rollup-plugin-typescript2": "0.33.0",
|
37 | 37 | "semver": "7.3.7",
|
38 | 38 | "ts-node": "10.9.1",
|
39 |
| - "typescript": "4.8.2" |
| 39 | + "typescript": "4.8.3" |
40 | 40 | },
|
41 | 41 | "engines": {
|
42 | 42 | "node": ">= 14.0.0",
|
|
0 commit comments