@rushstack/webpack5-localization-plugin 0.3.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.4.1",
|
4
4
|
"description": "This plugin facilitates localization with Webpack.",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"typings": "dist/webpack5-localization-plugin.d.ts",
|
@@ -12,20 +12,20 @@
|
|
12
12
|
},
|
13
13
|
"peerDependencies": {
|
14
14
|
"webpack": "^5.68.0",
|
15
|
-
"@types/node": "
|
15
|
+
"@types/node": "*"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"@rushstack/localization-utilities": "0.8.
|
19
|
-
"@rushstack/node-core-library": "3.
|
18
|
+
"@rushstack/localization-utilities": "0.8.45",
|
19
|
+
"@rushstack/node-core-library": "3.55.1"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
22
|
"@types/heft-jest": "1.0.1",
|
23
|
+
"@types/node": "14.18.36",
|
23
24
|
"memfs": "3.4.3",
|
24
25
|
"webpack": "~5.75.0",
|
25
|
-
"@types/node": "12.20.24",
|
26
26
|
"@rushstack/eslint-config": "3.1.1",
|
27
|
-
"@rushstack/heft": "0.49.
|
28
|
-
"@rushstack/heft-node-rig": "1.12.
|
27
|
+
"@rushstack/heft": "0.49.6",
|
28
|
+
"@rushstack/heft-node-rig": "1.12.3"
|
29
29
|
},
|
30
30
|
"peerDependenciesMeta": {
|
31
31
|
"@types/node": {
|