@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
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.
|
|
15
|
+
"@jsenv/core": "39.5.15",
|
|
16
|
+
"@jsenv/eslint-config-relax": "1.2.7",
|
|
17
|
+
"@jsenv/test": "3.5.19",
|
|
18
|
+
"eslint": "9.11.1",
|
|
19
19
|
"prettier": "3.3.3"
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"prettier": "prettier --write ."
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@babel/plugin-syntax-import-assertions": "7.25.
|
|
17
|
+
"@babel/plugin-syntax-import-assertions": "7.25.7",
|
|
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.
|
|
22
|
-
"@jsenv/plugin-minification": "1.5.
|
|
23
|
-
"@jsenv/test": "3.5.
|
|
24
|
-
"eslint": "9.
|
|
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
|
+
"eslint": "9.11.1",
|
|
25
25
|
"open": "10.1.0",
|
|
26
|
-
"@playwright/browser-chromium": "1.47.
|
|
26
|
+
"@playwright/browser-chromium": "1.47.2",
|
|
27
27
|
"prettier": "3.3.3"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"playwright:install": "npx playwright install-deps && npx playwright install"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@babel/plugin-syntax-import-assertions": "7.25.
|
|
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.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
23
|
-
"@jsenv/plugin-minification": "1.5.
|
|
24
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
25
|
-
"@jsenv/test": "3.5.
|
|
26
|
-
"eslint": "9.
|
|
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
|
+
"eslint": "9.11.1",
|
|
27
27
|
"open": "10.1.0",
|
|
28
|
-
"@playwright/browser-chromium": "1.47.
|
|
28
|
+
"@playwright/browser-chromium": "1.47.2",
|
|
29
29
|
"prettier": "3.3.3"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"playwright:install": "npx playwright install-deps && npx playwright install"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"preact": "10.24.
|
|
18
|
+
"preact": "10.24.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/plugin-syntax-import-assertions": "7.25.
|
|
22
|
-
"@babel/plugin-transform-react-jsx": "7.25.
|
|
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.
|
|
25
|
-
"@jsenv/plugin-preact": "1.6.
|
|
26
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
27
|
-
"@jsenv/plugin-minification": "1.5.
|
|
28
|
-
"@jsenv/eslint-config-relax": "1.2.
|
|
29
|
-
"@jsenv/test": "3.5.
|
|
30
|
-
"eslint": "9.
|
|
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
|
+
"eslint": "9.11.1",
|
|
31
31
|
"open": "10.1.0",
|
|
32
|
-
"@playwright/browser-chromium": "1.47.
|
|
32
|
+
"@playwright/browser-chromium": "1.47.2",
|
|
33
33
|
"prettier": "3.3.3"
|
|
34
34
|
}
|
|
35
35
|
}
|