@rushstack/webpack5-localization-plugin 0.10.4 → 0.10.5

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.43.4"
8
+ "packageVersion": "7.43.5"
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.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "This plugin facilitates localization with Webpack.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack5-localization-plugin.d.ts",
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@rushstack/node-core-library": "4.3.0",
19
- "@rushstack/localization-utilities": "0.9.44",
20
- "@rushstack/terminal": "0.10.4"
19
+ "@rushstack/terminal": "0.11.0",
20
+ "@rushstack/localization-utilities": "0.9.45"
21
21
  },
22
22
  "devDependencies": {
23
23
  "memfs": "3.4.3",
24
24
  "webpack": "~5.82.1",
25
- "@rushstack/heft": "0.66.7",
26
- "local-node-rig": "1.0.0"
25
+ "local-node-rig": "1.0.0",
26
+ "@rushstack/heft": "0.66.8"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@types/node": {