Skip to content

Commit 5b4f0f7

Browse files
chore (package.json) : Update packages to latest (#39460)
* fix - Rename to `[FromService]` -> `[FromServices]` fixes #38482 * Revert "fix - Rename to `[FromService]` -> `[FromServices]`" This reverts commit a08a629. * chore (package.json) : Update packages * chore : checked in yarn.lock file
1 parent 2e66c71 commit 5b4f0f7

File tree

2 files changed

+1413
-1065
lines changed

2 files changed

+1413
-1065
lines changed

src/Components/Web.JS/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@
1919
"test": "jest"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.15.0",
23-
"@babel/preset-env": "^7.15.0",
22+
"@babel/core": "^7.16.7",
23+
"@babel/preset-env": "^7.16.8",
2424
"@microsoft/dotnet-js-interop": "link:../../JSInterop/Microsoft.JSInterop.JS/src",
2525
"@microsoft/signalr": "link:../../SignalR/clients/ts/signalr",
2626
"@microsoft/signalr-protocol-msgpack": "link:../../SignalR/clients/ts/signalr-protocol-msgpack",
2727
"@types/dotnet": "./@types/dotnet",
28-
"@types/jest": "^27.0.1",
29-
"@types/jsdom": "^16.2.13",
30-
"@typescript-eslint/eslint-plugin": "^4.29.3",
31-
"@typescript-eslint/parser": "^4.29.3",
32-
"babel-jest": "^27.1.0",
33-
"eslint": "^7.32.0",
28+
"@types/jest": "^27.4.0",
29+
"@types/jsdom": "^16.2.14",
30+
"@typescript-eslint/eslint-plugin": "^5.9.1",
31+
"@typescript-eslint/parser": "^5.9.1",
32+
"babel-jest": "^27.4.6",
33+
"eslint": "^8.6.0",
3434
"eslint-plugin-header": "^3.1.1",
3535
"inspectpack": "^4.7.1",
36-
"jest": "^27.1.0",
36+
"jest": "^27.4.7",
3737
"rimraf": "^3.0.2",
38-
"terser": "^5.7.2",
39-
"ts-jest": "^27.0.5",
40-
"ts-loader": "^9.2.5",
41-
"typescript": "^4.4.2",
42-
"webpack": "^5.51.1",
43-
"webpack-cli": "^4.8.0"
38+
"terser": "^5.10.0",
39+
"ts-jest": "^27.1.2",
40+
"ts-loader": "^9.2.6",
41+
"typescript": "^4.5.4",
42+
"webpack": "^5.66.0",
43+
"webpack-cli": "^4.9.1"
4444
},
4545
"resolutions": {
4646
"url-parse": ">=1.5.0"

0 commit comments

Comments
 (0)