@rushstack/webpack5-localization-plugin 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- 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.4.
|
3
|
+
"version": "0.4.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",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"@types/heft-jest": "1.0.1",
|
23
23
|
"@types/node": "14.18.36",
|
24
24
|
"memfs": "3.4.3",
|
25
|
-
"webpack": "~5.
|
25
|
+
"webpack": "~5.78.0",
|
26
26
|
"@rushstack/eslint-config": "3.2.0",
|
27
27
|
"@rushstack/heft": "0.50.0",
|
28
28
|
"@rushstack/heft-node-rig": "1.12.6"
|