|
18 | 18 | "test": "jest"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@babel/core": "^7.13.10", |
22 |
| - "@babel/preset-env": "^7.13.10", |
| 21 | + "@babel/core": "^7.15.0", |
| 22 | + "@babel/preset-env": "^7.15.0", |
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 |
| - "@types/emscripten": "^1.39.4", |
27 |
| - "@types/jest": "^26.0.20", |
28 |
| - "@types/jsdom": "^16.2.7", |
29 |
| - "@typescript-eslint/eslint-plugin": "^4.17.0", |
30 |
| - "@typescript-eslint/parser": "^4.17.0", |
31 |
| - "babel-jest": "^26.6.3", |
32 |
| - "eslint": "^7.21.0", |
33 |
| - "inspectpack": "^4.6.1", |
34 |
| - "jest": "^26.6.3", |
| 26 | + "@types/emscripten": "^1.39.5", |
| 27 | + "@types/jest": "^27.0.1", |
| 28 | + "@types/jsdom": "^16.2.13", |
| 29 | + "@typescript-eslint/eslint-plugin": "^4.29.3", |
| 30 | + "@typescript-eslint/parser": "^4.29.3", |
| 31 | + "babel-jest": "^27.1.0", |
| 32 | + "eslint": "^7.32.0", |
| 33 | + "inspectpack": "^4.7.1", |
| 34 | + "jest": "^27.1.0", |
35 | 35 | "rimraf": "^3.0.2",
|
36 |
| - "terser": "^5.6.0", |
37 |
| - "ts-jest": "^26.5.3", |
38 |
| - "ts-loader": "^8.0.17", |
39 |
| - "typescript": "^4.2.3", |
40 |
| - "webpack": "^5.24.4", |
41 |
| - "webpack-cli": "^4.5.0" |
| 36 | + "terser": "^5.7.2", |
| 37 | + "ts-jest": "^27.0.5", |
| 38 | + "ts-loader": "^9.2.5", |
| 39 | + "typescript": "^4.4.2", |
| 40 | + "webpack": "^5.51.1", |
| 41 | + "webpack-cli": "^4.8.0" |
42 | 42 | },
|
43 | 43 | "resolutions": {
|
44 | 44 | "**/set-value": "^3.0.2"
|
|
0 commit comments