@rushstack/webpack5-localization-plugin 0.5.12 → 0.5.13

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.38.2"
8
+ "packageVersion": "7.38.3"
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.5.12",
3
+ "version": "0.5.13",
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,14 +15,14 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/localization-utilities": "0.9.12",
18
+ "@rushstack/localization-utilities": "0.9.13",
19
19
  "@rushstack/node-core-library": "3.61.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "memfs": "3.4.3",
23
23
  "webpack": "~5.82.1",
24
- "@rushstack/heft": "0.63.2",
25
- "local-node-rig": "1.0.0"
24
+ "local-node-rig": "1.0.0",
25
+ "@rushstack/heft": "0.63.3"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@types/node": {