Skip to content

Commit 57250cc

Browse files
authored
Update Node dependencies in Web.JS (#30783)
1 parent 7e33542 commit 57250cc

File tree

2 files changed

+239
-182
lines changed

2 files changed

+239
-182
lines changed

src/Components/Web.JS/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"test": "jest"
1919
},
2020
"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",
2323
"@microsoft/dotnet-js-interop": "link:../../JSInterop/Microsoft.JSInterop.JS/src",
2424
"@microsoft/signalr": "link:../../SignalR/clients/ts/signalr",
2525
"@microsoft/signalr-protocol-msgpack": "link:../../SignalR/clients/ts/signalr-protocol-msgpack",
2626
"@types/emscripten": "^1.39.4",
2727
"@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",
3131
"babel-jest": "^26.6.3",
32-
"eslint": "^7.20.0",
32+
"eslint": "^7.21.0",
3333
"inspectpack": "^4.6.1",
3434
"jest": "^26.6.3",
3535
"rimraf": "^3.0.2",
3636
"terser": "^5.6.0",
37-
"ts-jest": "^26.5.2",
37+
"ts-jest": "^26.5.3",
3838
"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",
4141
"webpack-cli": "^4.5.0"
4242
},
4343
"resolutions": {
44-
"**/set-value": "^2.0.1"
44+
"**/set-value": "^3.0.2"
4545
}
4646
}

0 commit comments

Comments
 (0)