Skip to content

Commit

Permalink
Applying package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Nov 11, 2021
1 parent 334249e commit 53eba52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webpack/localization-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/localization-plugin",
"version": "0.7.12",
"version": "0.7.13",
"description": "This plugin facilitates localization with Webpack.",
"main": "lib/index.js",
"typings": "dist/localization-plugin.d.ts",
Expand All @@ -14,7 +14,7 @@
"build": "heft build --clean"
},
"peerDependencies": {
"@rushstack/set-webpack-public-path-plugin": "^3.3.0",
"@rushstack/set-webpack-public-path-plugin": "^3.3.1",
"@types/webpack": "^4.39.0",
"webpack": "^4.31.0"
},
Expand Down
2 changes: 1 addition & 1 deletion webpack/set-webpack-public-path-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/set-webpack-public-path-plugin",
"version": "3.3.0",
"version": "3.3.1",
"description": "This plugin sets the webpack public path at runtime.",
"main": "lib/index.js",
"typings": "dist/set-webpack-public-path-plugin.d.ts",
Expand Down

0 comments on commit 53eba52

Please sign in to comment.