@rushstack/webpack5-localization-plugin 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.4",
|
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,17 +14,17 @@
|
|
14
14
|
"webpack": "^5.68.0"
|
15
15
|
},
|
16
16
|
"dependencies": {
|
17
|
-
"@
|
18
|
-
"@rushstack/
|
19
|
-
"@
|
17
|
+
"@types/node": "12.20.24",
|
18
|
+
"@rushstack/localization-utilities": "0.8.42",
|
19
|
+
"@rushstack/node-core-library": "3.53.3"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@rushstack/eslint-config": "3.1.1",
|
23
|
-
"@rushstack/heft": "0.49.3",
|
24
|
-
"@rushstack/heft-node-rig": "1.11.14",
|
25
22
|
"@types/heft-jest": "1.0.1",
|
26
23
|
"memfs": "3.4.3",
|
27
|
-
"webpack": "~5.75.0"
|
24
|
+
"webpack": "~5.75.0",
|
25
|
+
"@rushstack/eslint-config": "3.1.1",
|
26
|
+
"@rushstack/heft": "0.49.3",
|
27
|
+
"@rushstack/heft-node-rig": "1.12.0"
|
28
28
|
},
|
29
29
|
"scripts": {
|
30
30
|
"build": "heft build --clean",
|