hlp 3.3.6 → 3.3.7
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/package.json +41 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hlp",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"main": "_js/_build/script.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"_js/_build/*.js",
|
|
@@ -22,21 +22,21 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@babel/cli": "^7.
|
|
26
|
-
"@babel/core": "^7.
|
|
25
|
+
"@babel/cli": "^7.23.4",
|
|
26
|
+
"@babel/core": "^7.23.3",
|
|
27
27
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
28
28
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
|
29
29
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
30
30
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
31
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
31
|
+
"@babel/plugin-transform-runtime": "^7.23.4",
|
|
32
32
|
"@babel/polyfill": "^7.12.1",
|
|
33
|
-
"@babel/preset-env": "^7.
|
|
34
|
-
"@babel/preset-react": "^7.
|
|
35
|
-
"@babel/runtime": "^7.
|
|
36
|
-
"@prettier/plugin-php": "^0.
|
|
37
|
-
"autoprefixer": "^10.4.
|
|
33
|
+
"@babel/preset-env": "^7.23.3",
|
|
34
|
+
"@babel/preset-react": "^7.23.3",
|
|
35
|
+
"@babel/runtime": "^7.23.4",
|
|
36
|
+
"@prettier/plugin-php": "^0.21.0",
|
|
37
|
+
"autoprefixer": "^10.4.16",
|
|
38
38
|
"babel-core": "^7.0.0-bridge.0",
|
|
39
|
-
"babel-jest": "^29.0
|
|
39
|
+
"babel-jest": "^29.7.0",
|
|
40
40
|
"babel-plugin-array-includes": "^2.0.3",
|
|
41
41
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
42
42
|
"babel-preset-env": "^1.7.0",
|
|
@@ -44,59 +44,61 @@
|
|
|
44
44
|
"babel-preset-es2017": "^6.24.1",
|
|
45
45
|
"babel-runtime": "^6.26.0",
|
|
46
46
|
"babelify": "^10.0.0",
|
|
47
|
-
"browser-sync": "^2.
|
|
47
|
+
"browser-sync": "^2.29.3",
|
|
48
48
|
"browserify": "^17.0.0",
|
|
49
49
|
"browserify-css": "^0.15.0",
|
|
50
|
-
"cli-error-notifier": "^3.0.
|
|
50
|
+
"cli-error-notifier": "^3.0.2",
|
|
51
51
|
"concat": "^1.0.3",
|
|
52
|
-
"core-js": "^3.
|
|
52
|
+
"core-js": "^3.33.3",
|
|
53
53
|
"cross-env": "^7.0.3",
|
|
54
54
|
"cross-spawn": "^7.0.3",
|
|
55
55
|
"cross-var": "^1.1.0",
|
|
56
|
-
"del-cli": "^5.
|
|
57
|
-
"dotenv": "^16.
|
|
56
|
+
"del-cli": "^5.1.0",
|
|
57
|
+
"dotenv": "^16.3.1",
|
|
58
58
|
"element-closest": "^3.0.2",
|
|
59
59
|
"env-cmd": "^10.1.0",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.54.0",
|
|
61
61
|
"exit": "^0.1.2",
|
|
62
62
|
"from-env": "^1.1.4",
|
|
63
|
-
"highlight.js": "^11.
|
|
63
|
+
"highlight.js": "^11.9.0",
|
|
64
64
|
"html-minifier": "^4.0.0",
|
|
65
65
|
"ismobilejs": "^1.1.1",
|
|
66
|
-
"jest": "^
|
|
67
|
-
"jest-cli": "^
|
|
68
|
-
"jest-environment-jsdom": "^
|
|
69
|
-
"jest-image-snapshot": "^
|
|
70
|
-
"jest-puppeteer": "^
|
|
66
|
+
"jest": "^29.7.0",
|
|
67
|
+
"jest-cli": "^29.7.0",
|
|
68
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
69
|
+
"jest-image-snapshot": "^6.2.0",
|
|
70
|
+
"jest-puppeteer": "^9.0.1",
|
|
71
71
|
"mdn-polyfills": "^5.20.0",
|
|
72
72
|
"move-file-cli": "^3.0.0",
|
|
73
73
|
"ncp": "^2.0.0",
|
|
74
|
-
"node-sass": "^
|
|
75
|
-
"npm": "^
|
|
76
|
-
"npm-check-updates": "^16.
|
|
74
|
+
"node-sass": "^9.0.0",
|
|
75
|
+
"npm": "^10.2.4",
|
|
76
|
+
"npm-check-updates": "^16.14.11",
|
|
77
77
|
"npm-run-all": "^4.1.5",
|
|
78
78
|
"onchange": "^7.1.0",
|
|
79
|
-
"postcss": "^8.4.
|
|
80
|
-
"postcss-cli": "^10.
|
|
79
|
+
"postcss": "^8.4.31",
|
|
80
|
+
"postcss-cli": "^10.1.0",
|
|
81
81
|
"postcss-tailwind-data-attr": "^1.0.7",
|
|
82
82
|
"postcss-url": "^10.1.3",
|
|
83
|
-
"prettier": "^
|
|
84
|
-
"puppeteer": "^
|
|
85
|
-
"regenerator-runtime": "^0.
|
|
86
|
-
"replace-in-file": "^
|
|
87
|
-
"rimraf": "^
|
|
83
|
+
"prettier": "^3.1.0",
|
|
84
|
+
"puppeteer": "^21.5.2",
|
|
85
|
+
"regenerator-runtime": "^0.14.0",
|
|
86
|
+
"replace-in-file": "^7.0.2",
|
|
87
|
+
"rimraf": "^5.0.5",
|
|
88
88
|
"run-sequence": "^2.2.1",
|
|
89
|
-
"sass": "^1.
|
|
90
|
-
"tailwindcss": "^3.
|
|
91
|
-
"terser": "^5.
|
|
89
|
+
"sass": "^1.69.5",
|
|
90
|
+
"tailwindcss": "^3.3.5",
|
|
91
|
+
"terser": "^5.24.0",
|
|
92
92
|
"vinyl-buffer": "^1.0.1",
|
|
93
93
|
"vinyl-source-stream": "^2.0.0",
|
|
94
|
-
"vue": "^3.
|
|
95
|
-
"vue-template-compiler": "^2.7.
|
|
96
|
-
"whatwg-fetch": "^3.6.
|
|
94
|
+
"vue": "^3.3.8",
|
|
95
|
+
"vue-template-compiler": "^2.7.15",
|
|
96
|
+
"whatwg-fetch": "^3.6.19"
|
|
97
97
|
},
|
|
98
98
|
"jest": {
|
|
99
|
-
"
|
|
99
|
+
"testEnvironmentOptions": {
|
|
100
|
+
"url": "https://tld.com/?foo=bar&bar=baz"
|
|
101
|
+
}
|
|
100
102
|
},
|
|
101
103
|
"browserslist": [
|
|
102
104
|
"ie >= 11",
|