Skip to content

Commit 1da035b

Browse files
authored
Update Node dependencies for WebAssembly.Authentication project (#30790)
1 parent c646e20 commit 1da035b

File tree

3 files changed

+650
-2370
lines changed

3 files changed

+650
-2370
lines changed

src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"private": true,
33
"scripts": {
44
"build": "npm run build:release",
5-
"build:release": "webpack --mode production --env.production --env.configuration=Release",
6-
"build:debug": "webpack --mode development --env.configuration=Debug",
7-
"watch": "webpack --watch --mode development --env.configuration=Debug"
5+
"build:release": "webpack --mode production --env production --env configuration=Release",
6+
"build:debug": "webpack --mode development --env configuration=Debug",
7+
"watch": "webpack --watch --mode development --env configuration=Debug"
88
},
99
"devDependencies": {
1010
"ts-loader": "^8.0.14",
11-
"typescript": "^4.1.3",
12-
"webpack": "^4.41.5",
13-
"webpack-cli": "^3.3.10"
11+
"typescript": "^4.2.3",
12+
"webpack": "^5.24.4",
13+
"webpack-cli": "^4.5.0"
1414
},
1515
"dependencies": {
16-
"oidc-client": "^1.10.1"
16+
"oidc-client": "^1.11.5"
1717
}
1818
}

src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = env => {
44

55
return {
66
entry: './AuthenticationService.ts',
7-
devtool: env && env.production ? 'none' : 'source-map',
7+
devtool: env && env.production ? undefined : 'eval-source-map',
88
module: {
99
rules: [
1010
{

0 commit comments

Comments
 (0)