|
18 | 18 | "test": "jest"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@babel/core": "^7.13.1", |
22 |
| - "@babel/preset-env": "^7.13.5", |
| 21 | + "@babel/core": "^7.13.10", |
| 22 | + "@babel/preset-env": "^7.13.10", |
23 | 23 | "@microsoft/dotnet-js-interop": "link:../../JSInterop/Microsoft.JSInterop.JS/src",
|
24 | 24 | "@microsoft/signalr": "link:../../SignalR/clients/ts/signalr",
|
25 | 25 | "@microsoft/signalr-protocol-msgpack": "link:../../SignalR/clients/ts/signalr-protocol-msgpack",
|
26 | 26 | "@types/emscripten": "^1.39.4",
|
27 | 27 | "@types/jest": "^26.0.20",
|
28 |
| - "@types/jsdom": "^16.2.6", |
29 |
| - "@typescript-eslint/eslint-plugin": "^4.15.2", |
30 |
| - "@typescript-eslint/parser": "^4.15.2", |
| 28 | + "@types/jsdom": "^16.2.7", |
| 29 | + "@typescript-eslint/eslint-plugin": "^4.17.0", |
| 30 | + "@typescript-eslint/parser": "^4.17.0", |
31 | 31 | "babel-jest": "^26.6.3",
|
32 |
| - "eslint": "^7.20.0", |
| 32 | + "eslint": "^7.21.0", |
33 | 33 | "inspectpack": "^4.6.1",
|
34 | 34 | "jest": "^26.6.3",
|
35 | 35 | "rimraf": "^3.0.2",
|
36 | 36 | "terser": "^5.6.0",
|
37 |
| - "ts-jest": "^26.5.2", |
| 37 | + "ts-jest": "^26.5.3", |
38 | 38 | "ts-loader": "^8.0.17",
|
39 |
| - "typescript": "^4.2.2", |
40 |
| - "webpack": "^5.24.2", |
| 39 | + "typescript": "^4.2.3", |
| 40 | + "webpack": "^5.24.4", |
41 | 41 | "webpack-cli": "^4.5.0"
|
42 | 42 | },
|
43 | 43 | "resolutions": {
|
44 |
| - "**/set-value": "^2.0.1" |
| 44 | + "**/set-value": "^3.0.2" |
45 | 45 | }
|
46 | 46 | }
|
0 commit comments