Skip to content

Commit f5c97e8

Browse files
committed
Applying package updates.
1 parent 81edce4 commit f5c97e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@rushstack/set-webpack-public-path-plugin": "2.4.3",
1212
"@rushstack/node-core-library": "3.19.6",
13-
"@rushstack/localization-plugin": "0.1.4",
13+
"@rushstack/localization-plugin": "0.2.0",
1414
"@types/webpack-env": "1.13.0",
1515
"@microsoft/rush-stack-compiler-3.5": "0.4.6",
1616
"ts-loader": "6.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@rushstack/set-webpack-public-path-plugin": "2.4.3",
1212
"@rushstack/node-core-library": "3.19.6",
13-
"@rushstack/localization-plugin": "0.1.4",
13+
"@rushstack/localization-plugin": "0.2.0",
1414
"@types/webpack-env": "1.13.0",
1515
"@microsoft/rush-stack-compiler-3.5": "0.4.6",
1616
"ts-loader": "6.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@rushstack/set-webpack-public-path-plugin": "2.4.3",
1212
"@rushstack/node-core-library": "3.19.6",
13-
"@rushstack/localization-plugin": "0.1.4",
13+
"@rushstack/localization-plugin": "0.2.0",
1414
"@types/webpack-env": "1.13.0",
1515
"@microsoft/rush-stack-compiler-3.5": "0.4.6",
1616
"ts-loader": "6.0.0",

webpack/localization-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-plugin",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-plugin.d.ts",

0 commit comments

Comments
 (0)