@jsenv/cli 0.0.15 → 0.0.16
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 +1 -1
- package/template-node-package/.jsenv/jsenv_tests_output.txt +1 -1
- package/template-node-package/package.json +1 -1
- package/template-web/package.json +3 -3
- package/template-web-components/package.json +3 -3
- package/template-web-preact/package.json +5 -5
- package/template-web-react/package.json +5 -5
package/package.json
CHANGED
|
@@ -4,5 +4,5 @@ directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/temp
|
|
|
4
4
|
✔ 1/1 tests/message.test.mjs [0.02s] (all completed)
|
|
5
5
|
------------- 1 execution done --------------
|
|
6
6
|
status: all completed
|
|
7
|
-
duration: 0.1s (setup: 0.
|
|
7
|
+
duration: 0.1s (setup: 0.005s, execution: 0.1s, teardown: 0s)
|
|
8
8
|
---------------------------------------------
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
"@babel/eslint-parser": "7.24.8",
|
|
18
18
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
19
19
|
"@jsenv/assert": "4.1.6",
|
|
20
|
-
"@jsenv/core": "39.2.
|
|
20
|
+
"@jsenv/core": "39.2.7",
|
|
21
21
|
"@jsenv/eslint-config": "16.5.2",
|
|
22
22
|
"@jsenv/eslint-import-resolver": "8.1.2",
|
|
23
|
-
"@jsenv/plugin-bundling": "2.
|
|
23
|
+
"@jsenv/plugin-bundling": "2.7.0",
|
|
24
24
|
"@jsenv/plugin-minification": "1.5.5",
|
|
25
25
|
"@jsenv/test": "3.3.17",
|
|
26
26
|
"eslint": "8.56.0",
|
|
27
27
|
"eslint-plugin-html": "8.1.1",
|
|
28
28
|
"eslint-plugin-import": "2.29.1",
|
|
29
29
|
"open": "10.1.0",
|
|
30
|
-
"@playwright/browser-chromium": "1.45.
|
|
30
|
+
"@playwright/browser-chromium": "1.45.3",
|
|
31
31
|
"prettier": "3.3.3"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
20
20
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
21
21
|
"@jsenv/assert": "4.1.6",
|
|
22
|
-
"@jsenv/core": "39.2.
|
|
23
|
-
"@jsenv/plugin-bundling": "2.
|
|
22
|
+
"@jsenv/core": "39.2.7",
|
|
23
|
+
"@jsenv/plugin-bundling": "2.7.0",
|
|
24
24
|
"@jsenv/plugin-minification": "1.5.5",
|
|
25
25
|
"@jsenv/eslint-config": "16.5.2",
|
|
26
26
|
"@jsenv/eslint-import-resolver": "8.1.2",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-plugin-html": "8.1.1",
|
|
30
30
|
"eslint-plugin-import": "2.29.1",
|
|
31
31
|
"open": "10.1.0",
|
|
32
|
-
"@playwright/browser-chromium": "1.45.
|
|
32
|
+
"@playwright/browser-chromium": "1.45.3",
|
|
33
33
|
"prettier": "3.3.3"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"playwright:install": "npx playwright install-deps && npx playwright install"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"preact": "10.
|
|
18
|
+
"preact": "10.23.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@babel/eslint-parser": "7.24.8",
|
|
22
22
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.24.7",
|
|
24
24
|
"@jsenv/assert": "4.1.6",
|
|
25
|
-
"@jsenv/core": "39.2.
|
|
25
|
+
"@jsenv/core": "39.2.7",
|
|
26
26
|
"@jsenv/plugin-preact": "1.6.5",
|
|
27
|
-
"@jsenv/plugin-bundling": "2.
|
|
27
|
+
"@jsenv/plugin-bundling": "2.7.0",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.5",
|
|
29
29
|
"@jsenv/eslint-config": "16.5.2",
|
|
30
30
|
"@jsenv/eslint-import-resolver": "8.1.2",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"eslint": "8.56.0",
|
|
33
33
|
"eslint-plugin-html": "8.1.1",
|
|
34
34
|
"eslint-plugin-import": "2.29.1",
|
|
35
|
-
"eslint-plugin-react": "7.
|
|
35
|
+
"eslint-plugin-react": "7.35.0",
|
|
36
36
|
"open": "10.1.0",
|
|
37
|
-
"@playwright/browser-chromium": "1.45.
|
|
37
|
+
"@playwright/browser-chromium": "1.45.3",
|
|
38
38
|
"prettier": "3.3.3"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
24
24
|
"@babel/plugin-transform-react-jsx": "7.24.7",
|
|
25
25
|
"@jsenv/assert": "4.1.6",
|
|
26
|
-
"@jsenv/core": "39.2.
|
|
27
|
-
"@jsenv/plugin-react": "1.5.
|
|
28
|
-
"@jsenv/plugin-bundling": "2.
|
|
26
|
+
"@jsenv/core": "39.2.7",
|
|
27
|
+
"@jsenv/plugin-react": "1.5.8",
|
|
28
|
+
"@jsenv/plugin-bundling": "2.7.0",
|
|
29
29
|
"@jsenv/plugin-minification": "1.5.5",
|
|
30
30
|
"@jsenv/eslint-config": "16.5.2",
|
|
31
31
|
"@jsenv/eslint-import-resolver": "8.1.2",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"eslint": "8.56.0",
|
|
34
34
|
"eslint-plugin-html": "8.1.1",
|
|
35
35
|
"eslint-plugin-import": "2.29.1",
|
|
36
|
-
"eslint-plugin-react": "7.
|
|
36
|
+
"eslint-plugin-react": "7.35.0",
|
|
37
37
|
"open": "10.1.0",
|
|
38
|
-
"@playwright/browser-chromium": "1.45.
|
|
38
|
+
"@playwright/browser-chromium": "1.45.3",
|
|
39
39
|
"prettier": "3.3.3"
|
|
40
40
|
}
|
|
41
41
|
}
|