@jsenv/cli 0.1.56 → 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 +4 -4
  3. package/template-web/package.json +8 -8
  4. package/template-web-components/package.json +8 -8
  5. package/template-web-preact/package.json +11 -11
  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 +10 -10
@@ -19,18 +19,18 @@
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@babel/plugin-syntax-import-assertions": "7.25.6",
23
- "@babel/plugin-transform-react-jsx": "7.25.2",
22
+ "@babel/plugin-syntax-import-assertions": "7.25.7",
23
+ "@babel/plugin-transform-react-jsx": "7.25.7",
24
24
  "@jsenv/assert": "4.4.1",
25
- "@jsenv/core": "39.5.13",
26
- "@jsenv/plugin-react": "1.5.37",
27
- "@jsenv/plugin-bundling": "2.7.11",
28
- "@jsenv/plugin-minification": "1.5.7",
29
- "@jsenv/eslint-config-relax": "1.2.2",
30
- "@jsenv/test": "3.5.18",
31
- "eslint": "9.10.0",
25
+ "@jsenv/core": "39.5.15",
26
+ "@jsenv/plugin-react": "1.5.40",
27
+ "@jsenv/plugin-bundling": "2.7.13",
28
+ "@jsenv/plugin-minification": "1.5.8",
29
+ "@jsenv/eslint-config-relax": "1.2.7",
30
+ "@jsenv/test": "3.5.19",
31
+ "eslint": "9.11.1",
32
32
  "open": "10.1.0",
33
- "@playwright/browser-chromium": "1.47.1",
33
+ "@playwright/browser-chromium": "1.47.2",
34
34
  "prettier": "3.3.3"
35
35
  }
36
36
  }