@jsenv/cli 0.1.57 → 0.1.58

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.
Files changed (27) hide show
  1. package/package.json +1 -1
  2. package/template-node-package/package.json +3 -3
  3. package/template-web/package.json +6 -6
  4. package/template-web-components/package.json +6 -6
  5. package/template-web-preact/package.json +9 -9
  6. package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/react/jsx-runtime.jsx +385 -360
  7. package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/react.jsx +338 -325
  8. package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/react-dom/client.jsx +6977 -6943
  9. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.js +35 -19
  10. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.js__compile_info__.json +3 -3
  11. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.map +1 -1
  12. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.js +56 -26
  13. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.js__compile_info__.json +3 -3
  14. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.map +1 -1
  15. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.js +394 -353
  16. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.js__compile_info__.json +3 -3
  17. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.map +1 -1
  18. package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
  19. package/template-web-react/.jsenv/shape/index.html +2 -2
  20. package/template-web-react/.jsenv/shape/main.jsx +1 -1
  21. package/template-web-react/.jsenv/shape/main.nomodule.jsx +1 -1
  22. package/template-web-react/.jsenv/shape/vendors.js +2 -21
  23. package/template-web-react/.jsenv/shape/vendors.nomodule.js +2 -11
  24. package/template-web-react/dist/index.html +2 -2
  25. package/template-web-react/dist/js/main.nomodule.js +1 -1
  26. package/template-web-react/dist/js/vendors.nomodule.js +2 -11
  27. package/template-web-react/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/cli",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "description": "Command Line Interface for jsenv",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@jsenv/assert": "4.4.1",
15
- "@jsenv/core": "39.5.14",
16
- "@jsenv/eslint-config-relax": "1.2.3",
17
- "@jsenv/test": "3.5.18",
15
+ "@jsenv/core": "39.5.15",
16
+ "@jsenv/eslint-config-relax": "1.2.7",
17
+ "@jsenv/test": "3.5.19",
18
18
  "eslint": "9.11.1",
19
19
  "prettier": "3.3.3"
20
20
  }
@@ -14,13 +14,13 @@
14
14
  "prettier": "prettier --write ."
15
15
  },
16
16
  "devDependencies": {
17
- "@babel/plugin-syntax-import-assertions": "7.25.6",
17
+ "@babel/plugin-syntax-import-assertions": "7.25.7",
18
18
  "@jsenv/assert": "4.4.1",
19
- "@jsenv/core": "39.5.14",
20
- "@jsenv/eslint-config-relax": "1.2.3",
21
- "@jsenv/plugin-bundling": "2.7.12",
22
- "@jsenv/plugin-minification": "1.5.7",
23
- "@jsenv/test": "3.5.18",
19
+ "@jsenv/core": "39.5.15",
20
+ "@jsenv/eslint-config-relax": "1.2.7",
21
+ "@jsenv/plugin-bundling": "2.7.13",
22
+ "@jsenv/plugin-minification": "1.5.8",
23
+ "@jsenv/test": "3.5.19",
24
24
  "eslint": "9.11.1",
25
25
  "open": "10.1.0",
26
26
  "@playwright/browser-chromium": "1.47.2",
@@ -15,14 +15,14 @@
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
17
17
  "devDependencies": {
18
- "@babel/plugin-syntax-import-assertions": "7.25.6",
18
+ "@babel/plugin-syntax-import-assertions": "7.25.7",
19
19
  "@jsenv/custom-elements-redefine": "0.0.1",
20
20
  "@jsenv/assert": "4.4.1",
21
- "@jsenv/core": "39.5.14",
22
- "@jsenv/plugin-bundling": "2.7.12",
23
- "@jsenv/plugin-minification": "1.5.7",
24
- "@jsenv/eslint-config-relax": "1.2.3",
25
- "@jsenv/test": "3.5.18",
21
+ "@jsenv/core": "39.5.15",
22
+ "@jsenv/plugin-bundling": "2.7.13",
23
+ "@jsenv/plugin-minification": "1.5.8",
24
+ "@jsenv/eslint-config-relax": "1.2.7",
25
+ "@jsenv/test": "3.5.19",
26
26
  "eslint": "9.11.1",
27
27
  "open": "10.1.0",
28
28
  "@playwright/browser-chromium": "1.47.2",
@@ -15,18 +15,18 @@
15
15
  "playwright:install": "npx playwright install-deps && npx playwright install"
16
16
  },
17
17
  "dependencies": {
18
- "preact": "10.24.0"
18
+ "preact": "10.24.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@babel/plugin-syntax-import-assertions": "7.25.6",
22
- "@babel/plugin-transform-react-jsx": "7.25.2",
21
+ "@babel/plugin-syntax-import-assertions": "7.25.7",
22
+ "@babel/plugin-transform-react-jsx": "7.25.7",
23
23
  "@jsenv/assert": "4.4.1",
24
- "@jsenv/core": "39.5.14",
25
- "@jsenv/plugin-preact": "1.6.20",
26
- "@jsenv/plugin-bundling": "2.7.12",
27
- "@jsenv/plugin-minification": "1.5.7",
28
- "@jsenv/eslint-config-relax": "1.2.3",
29
- "@jsenv/test": "3.5.18",
24
+ "@jsenv/core": "39.5.15",
25
+ "@jsenv/plugin-preact": "1.6.22",
26
+ "@jsenv/plugin-bundling": "2.7.13",
27
+ "@jsenv/plugin-minification": "1.5.8",
28
+ "@jsenv/eslint-config-relax": "1.2.7",
29
+ "@jsenv/test": "3.5.19",
30
30
  "eslint": "9.11.1",
31
31
  "open": "10.1.0",
32
32
  "@playwright/browser-chromium": "1.47.2",