@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.
- package/package.json +1 -1
- package/template-node-package/package.json +4 -4
- package/template-web/package.json +8 -8
- package/template-web-components/package.json +8 -8
- package/template-web-preact/package.json +11 -11
- package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/react/jsx-runtime.jsx +385 -360
- package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/react.jsx +338 -325
- package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/react-dom/client.jsx +6977 -6943
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
- package/template-web-react/.jsenv/shape/index.html +2 -2
- package/template-web-react/.jsenv/shape/main.jsx +1 -1
- package/template-web-react/.jsenv/shape/main.nomodule.jsx +1 -1
- package/template-web-react/.jsenv/shape/vendors.js +2 -21
- package/template-web-react/.jsenv/shape/vendors.nomodule.js +2 -11
- package/template-web-react/dist/index.html +2 -2
- package/template-web-react/dist/js/main.nomodule.js +1 -1
- package/template-web-react/dist/js/vendors.nomodule.js +2 -11
- 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.
|
|
23
|
-
"@babel/plugin-transform-react-jsx": "7.25.
|
|
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.
|
|
26
|
-
"@jsenv/plugin-react": "1.5.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
28
|
-
"@jsenv/plugin-minification": "1.5.
|
|
29
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
30
|
-
"@jsenv/test": "3.5.
|
|
31
|
-
"eslint": "9.
|
|
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.
|
|
33
|
+
"@playwright/browser-chromium": "1.47.2",
|
|
34
34
|
"prettier": "3.3.3"
|
|
35
35
|
}
|
|
36
36
|
}
|