@jsenv/cli 0.1.54 → 0.1.55
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
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@jsenv/assert": "4.4.1",
|
|
15
|
-
"@jsenv/core": "39.5.
|
|
16
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
17
|
-
"@jsenv/test": "3.5.
|
|
18
|
-
"eslint": "9.9.
|
|
15
|
+
"@jsenv/core": "39.5.12",
|
|
16
|
+
"@jsenv/eslint-config-relax": "1.2.1",
|
|
17
|
+
"@jsenv/test": "3.5.17",
|
|
18
|
+
"eslint": "9.9.1",
|
|
19
19
|
"prettier": "3.3.3"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"prettier": "prettier --write ."
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
17
|
+
"@babel/plugin-syntax-import-assertions": "7.25.6",
|
|
18
18
|
"@jsenv/assert": "4.4.1",
|
|
19
|
-
"@jsenv/core": "39.5.
|
|
20
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
21
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
19
|
+
"@jsenv/core": "39.5.12",
|
|
20
|
+
"@jsenv/eslint-config-relax": "1.2.1",
|
|
21
|
+
"@jsenv/plugin-bundling": "2.7.10",
|
|
22
22
|
"@jsenv/plugin-minification": "1.5.6",
|
|
23
|
-
"@jsenv/test": "3.5.
|
|
24
|
-
"eslint": "9.9.
|
|
23
|
+
"@jsenv/test": "3.5.17",
|
|
24
|
+
"eslint": "9.9.1",
|
|
25
25
|
"open": "10.1.0",
|
|
26
26
|
"@playwright/browser-chromium": "1.46.1",
|
|
27
27
|
"prettier": "3.3.3"
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"playwright:install": "npx playwright install-deps && npx playwright install"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
18
|
+
"@babel/plugin-syntax-import-assertions": "7.25.6",
|
|
19
19
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
20
20
|
"@jsenv/assert": "4.4.1",
|
|
21
|
-
"@jsenv/core": "39.5.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
21
|
+
"@jsenv/core": "39.5.12",
|
|
22
|
+
"@jsenv/plugin-bundling": "2.7.10",
|
|
23
23
|
"@jsenv/plugin-minification": "1.5.6",
|
|
24
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
25
|
-
"@jsenv/test": "3.5.
|
|
26
|
-
"eslint": "9.9.
|
|
24
|
+
"@jsenv/eslint-config-relax": "1.2.1",
|
|
25
|
+
"@jsenv/test": "3.5.17",
|
|
26
|
+
"eslint": "9.9.1",
|
|
27
27
|
"open": "10.1.0",
|
|
28
28
|
"@playwright/browser-chromium": "1.46.1",
|
|
29
29
|
"prettier": "3.3.3"
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"preact": "10.23.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
21
|
+
"@babel/plugin-syntax-import-assertions": "7.25.6",
|
|
22
22
|
"@babel/plugin-transform-react-jsx": "7.25.2",
|
|
23
23
|
"@jsenv/assert": "4.4.1",
|
|
24
|
-
"@jsenv/core": "39.5.
|
|
25
|
-
"@jsenv/plugin-preact": "1.6.
|
|
26
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
24
|
+
"@jsenv/core": "39.5.12",
|
|
25
|
+
"@jsenv/plugin-preact": "1.6.19",
|
|
26
|
+
"@jsenv/plugin-bundling": "2.7.10",
|
|
27
27
|
"@jsenv/plugin-minification": "1.5.6",
|
|
28
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
29
|
-
"@jsenv/test": "3.5.
|
|
30
|
-
"eslint": "9.9.
|
|
28
|
+
"@jsenv/eslint-config-relax": "1.2.1",
|
|
29
|
+
"@jsenv/test": "3.5.17",
|
|
30
|
+
"eslint": "9.9.1",
|
|
31
31
|
"open": "10.1.0",
|
|
32
32
|
"@playwright/browser-chromium": "1.46.1",
|
|
33
33
|
"prettier": "3.3.3"
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"react-dom": "18.3.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@babel/plugin-syntax-import-assertions": "7.
|
|
22
|
+
"@babel/plugin-syntax-import-assertions": "7.25.6",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.25.2",
|
|
24
24
|
"@jsenv/assert": "4.4.1",
|
|
25
|
-
"@jsenv/core": "39.5.
|
|
26
|
-
"@jsenv/plugin-react": "1.5.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
25
|
+
"@jsenv/core": "39.5.12",
|
|
26
|
+
"@jsenv/plugin-react": "1.5.36",
|
|
27
|
+
"@jsenv/plugin-bundling": "2.7.10",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.6",
|
|
29
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
30
|
-
"@jsenv/test": "3.5.
|
|
31
|
-
"eslint": "9.9.
|
|
29
|
+
"@jsenv/eslint-config-relax": "1.2.1",
|
|
30
|
+
"@jsenv/test": "3.5.17",
|
|
31
|
+
"eslint": "9.9.1",
|
|
32
32
|
"open": "10.1.0",
|
|
33
33
|
"@playwright/browser-chromium": "1.46.1",
|
|
34
34
|
"prettier": "3.3.3"
|