@caweb/webpack 1.3.18 → 1.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.txt +3 -0
- package/package.json +3 -3
- package/plugins/html/changelog.txt +3 -0
- package/plugins/html/package-lock.json +2 -2
- package/plugins/html/package.json +1 -1
- package/plugins/jshint/changelog.txt +3 -0
- package/plugins/jshint/package-lock.json +6 -6
- package/plugins/jshint/package.json +2 -2
package/changelog.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/webpack",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.19",
|
|
4
4
|
"description": "CAWebPublishing Webpack Configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
39
39
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
40
|
-
"@caweb/html-webpack-plugin": "^1.5.
|
|
41
|
-
"@caweb/jshint-webpack-plugin": "^2.0.
|
|
40
|
+
"@caweb/html-webpack-plugin": "^1.5.20",
|
|
41
|
+
"@caweb/jshint-webpack-plugin": "^2.0.1"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.20",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caweb/html-webpack-plugin",
|
|
9
|
-
"version": "1.5.
|
|
9
|
+
"version": "1.5.20",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/jshint-webpack-plugin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caweb/jshint-webpack-plugin",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.1",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"get-all-files": "^5.0.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"webpack-cli": "^6.0.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@caweb/html-webpack-plugin": "^1.5.
|
|
20
|
+
"@caweb/html-webpack-plugin": "^1.5.20"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"node_modules/@ampproject/remapping": {
|
|
@@ -1977,9 +1977,9 @@
|
|
|
1977
1977
|
}
|
|
1978
1978
|
},
|
|
1979
1979
|
"node_modules/@caweb/html-webpack-plugin": {
|
|
1980
|
-
"version": "1.5.
|
|
1981
|
-
"resolved": "https://registry.npmjs.org/@caweb/html-webpack-plugin/-/html-webpack-plugin-1.5.
|
|
1982
|
-
"integrity": "sha512-
|
|
1980
|
+
"version": "1.5.20",
|
|
1981
|
+
"resolved": "https://registry.npmjs.org/@caweb/html-webpack-plugin/-/html-webpack-plugin-1.5.20.tgz",
|
|
1982
|
+
"integrity": "sha512-pLeVFVptlqXs1LQ+/bl1kULmuYE8aBx63AHTru2rexslmbBqX5xI2R1cECzg/dHDbE1HOYXJYbQ3zlXaXM/lwA==",
|
|
1983
1983
|
"license": "ISC",
|
|
1984
1984
|
"peer": true,
|
|
1985
1985
|
"dependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/jshint-webpack-plugin",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "CAWebPublishing Webpack Plugin to run JSHint",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"webpack-cli": "^6.0.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@caweb/html-webpack-plugin": "^1.5.
|
|
48
|
+
"@caweb/html-webpack-plugin": "^1.5.20"
|
|
49
49
|
}
|
|
50
50
|
}
|