@rushstack/webpack5-localization-plugin 0.1.37 → 0.1.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "This plugin facilitates localization with Webpack.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack5-localization-plugin.d.ts",
@@ -14,7 +14,7 @@
14
14
  "webpack": "^5.68.0"
15
15
  },
16
16
  "dependencies": {
17
- "@rushstack/localization-utilities": "0.8.35",
17
+ "@rushstack/localization-utilities": "0.8.36",
18
18
  "@rushstack/node-core-library": "3.53.2",
19
19
  "@types/node": "12.20.24"
20
20
  },