Skip to content

Commit a2a8b04

Browse files
committed
Applying package updates.
1 parent bc68345 commit a2a8b04

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

build-tests/localization-plugin-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@microsoft/set-webpack-public-path-plugin": "2.3.4",
11+
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
1212
"@microsoft/node-core-library": "3.19.3",
1313
"@rushstack/localization-plugin": "0.0.0",
1414
"@types/webpack-env": "1.13.0",

build-tests/localization-plugin-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@microsoft/set-webpack-public-path-plugin": "2.3.4",
11+
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
1212
"@microsoft/node-core-library": "3.19.3",
1313
"@rushstack/localization-plugin": "0.0.0",
1414
"@types/webpack-env": "1.13.0",

build-tests/localization-plugin-test-03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@microsoft/set-webpack-public-path-plugin": "2.3.4",
11+
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
1212
"@microsoft/node-core-library": "3.19.3",
1313
"@rushstack/localization-plugin": "0.0.0",
1414
"@types/webpack-env": "1.13.0",

webpack/loader-set-webpack-public-path/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/loader-set-webpack-public-path",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "This loader sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
1313
"build": "gulp test --clean"
1414
},
1515
"dependencies": {
16-
"@microsoft/set-webpack-public-path-plugin": "2.3.4",
16+
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
1717
"loader-utils": "~1.1.0",
1818
"lodash": "~4.17.15"
1919
},

webpack/localization-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/webpack": "4.39.8",
3737
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
3838
"@microsoft/node-library-build": "6.4.4",
39-
"@microsoft/set-webpack-public-path-plugin": "2.3.4",
39+
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
4040
"@rushstack/eslint-config": "0.5.4",
4141
"@types/glob": "7.1.1",
4242
"@types/loader-utils": "1.1.3",

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/set-webpack-public-path-plugin",
3-
"version": "2.3.4",
3+
"version": "2.4.0",
44
"description": "This plugin sets the webpack public path at runtime.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)