@rushstack/webpack5-localization-plugin 0.4.38 → 0.4.40

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.4.38",
3
+ "version": "0.4.40",
4
4
  "description": "This plugin facilitates localization with Webpack.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack5-localization-plugin.d.ts",
@@ -15,7 +15,7 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/localization-utilities": "0.8.80",
18
+ "@rushstack/localization-utilities": "0.8.82",
19
19
  "@rushstack/node-core-library": "3.59.6"
20
20
  },
21
21
  "devDependencies": {
@@ -23,8 +23,8 @@
23
23
  "@types/node": "14.18.36",
24
24
  "memfs": "3.4.3",
25
25
  "webpack": "~5.82.1",
26
- "@rushstack/eslint-config": "3.3.2",
27
26
  "@rushstack/heft": "0.58.1",
27
+ "@rushstack/eslint-config": "3.3.2",
28
28
  "@rushstack/heft-node-rig": "2.2.21"
29
29
  },
30
30
  "peerDependenciesMeta": {