@rushstack/webpack5-localization-plugin 0.1.29 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.32.0"
8
+ "packageVersion": "7.32.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
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,14 +14,14 @@
14
14
  "webpack": "^5.68.0"
15
15
  },
16
16
  "dependencies": {
17
- "@rushstack/localization-utilities": "0.8.27",
17
+ "@rushstack/localization-utilities": "0.8.28",
18
18
  "@rushstack/node-core-library": "3.53.1",
19
19
  "@types/node": "12.20.24"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@rushstack/eslint-config": "3.1.1",
23
- "@rushstack/heft": "0.48.1",
24
- "@rushstack/heft-node-rig": "1.11.1",
23
+ "@rushstack/heft": "0.48.2",
24
+ "@rushstack/heft-node-rig": "1.11.2",
25
25
  "@types/heft-jest": "1.0.1",
26
26
  "memfs": "3.4.3",
27
27
  "webpack": "~5.68.0"