8000 Applying package updates. · JavaScriptExpert/rushstack@591f6df · GitHub
[go: up one dir, main page]

Skip to content

Commit 591f6df

Browse files
committed
Applying package updates.
1 parent d77407f commit 591f6df

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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
10000 "@microsoft/set-webpack-public-path-plugin": "2.4.0",
1212
"@microsoft/node-core-library": "3.19.3",
13-
"@rushstack/localization-plugin": "0.1.0",
13+
"@rushstack/localization-plugin": "0.1.1",
1414
"@types/webpack-env": "1.13.0",
1515
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
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
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
1212
"@microsoft/node-core-library": "3.19.3",
13-
"@rushstack/localization-plugin": "0.1.0",
13+
"@rushstack/localization-plugin": "0.1.1",
1414
"@types/webpack-env": "1.13.0",
1515
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
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
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
1212
"@microsoft/node-core-library": "3.19.3",
13-
"@rushstack/localization-plugin": "0.1.0",
13+
"@rushstack/localization-plugin": "0.1.1",
1414
"@types/webpack-env": "1.13.0",
1515
"@microsoft/rush-stack-compiler-3.5": "0.4.3",
1616
"ts-loader": "6.0.0",

libraries/typings-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/typings-generator",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "This library provides functionality for automatically generator typings for non-TS files.",
55
"main": "lib/index.js",
66
"typings": "dist/typings-generator.d.ts",

webpack/localization-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/localization-plugin",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "This plugin facilitates localization with Webpack.",
55
"main": "lib/index.js",
66
"typings": "dist/localization-plugin.d.ts",
@@ -26,7 +26,7 @@
2626
"@types/node": "10.17.13",
2727
"@types/tapable": "1.0.4",
2828
"@microsoft/node-core-library": "3.19.3",
29-
"@rushstack/typings-generator": "0.0.0",
29+
"@rushstack/typings-generator": "0.1.0",
3030
"loader-utils": "~1.1.0",
3131
"jju": "~1.4.0",
3232
"lodash": "~4.17.15",

0 commit comments

Comments
 (0)
0