@rushstack/webpack5-localization-plugin 0.2.4 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +13 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.3.0",
|
4
4
|
"description": "This plugin facilitates localization with Webpack.",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"typings": "dist/webpack5-localization-plugin.d.ts",
|
@@ -11,20 +11,26 @@
|
|
11
11
|
"directory": "webpack/webpack5-localization-plugin"
|
12
12
|
},
|
13
13
|
"peerDependencies": {
|
14
|
-
"webpack": "^5.68.0"
|
14
|
+
"webpack": "^5.68.0",
|
15
|
+
"@types/node": "^12.20.24"
|
15
16
|
},
|
16
17
|
"dependencies": {
|
17
|
-
"@
|
18
|
-
"@rushstack/
|
19
|
-
"@rushstack/node-core-library": "3.53.3"
|
18
|
+
"@rushstack/localization-utilities": "0.8.43",
|
19
|
+
"@rushstack/node-core-library": "3.54.0"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
22
|
"@types/heft-jest": "1.0.1",
|
23
23
|
"memfs": "3.4.3",
|
24
24
|
"webpack": "~5.75.0",
|
25
|
+
"@types/node": "12.20.24",
|
25
26
|
"@rushstack/eslint-config": "3.1.1",
|
26
|
-
"@rushstack/heft": "0.49.
|
27
|
-
"@rushstack/heft-node-rig": "1.12.
|
27
|
+
"@rushstack/heft": "0.49.4",
|
28
|
+
"@rushstack/heft-node-rig": "1.12.1"
|
29
|
+
},
|
30
|
+
"peerDependenciesMeta": {
|
31
|
+
"@types/node": {
|
32
|
+
"optional": true
|
33
|
+
}
|
28
34
|
},
|
29
35
|
"scripts": {
|
30
36
|
"build": "heft build --clean",
|