@jsenv/cli 0.3.64 → 0.3.65
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 +1 -1
- package/template-web/package.json +2 -2
- package/template-web-components/package.json +2 -2
- package/template-web-preact/package.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/jsenv/core/packages/node_modules/react/index.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/jsenv/core/packages/node_modules/react/jsx-runtime.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/jsenv/core/packages/node_modules/react-dom/client.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/__compile_context__.json +1 -1
- package/template-web-react/package.json +3 -3
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
18
18
|
"@jsenv/assert": "4.5.4",
|
|
19
|
-
"@jsenv/core": "40.
|
|
19
|
+
"@jsenv/core": "40.11.0",
|
|
20
20
|
"@jsenv/eslint-config-relax": "1.7.2",
|
|
21
|
-
"@jsenv/plugin-bundling": "2.10.
|
|
21
|
+
"@jsenv/plugin-bundling": "2.10.1",
|
|
22
22
|
"@jsenv/plugin-minification": "1.7.2",
|
|
23
23
|
"@jsenv/test": "3.7.12",
|
|
24
24
|
"eslint": "9.38.0",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
19
19
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
20
20
|
"@jsenv/assert": "4.5.4",
|
|
21
|
-
"@jsenv/core": "40.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.10.
|
|
21
|
+
"@jsenv/core": "40.11.0",
|
|
22
|
+
"@jsenv/plugin-bundling": "2.10.1",
|
|
23
23
|
"@jsenv/plugin-minification": "1.7.2",
|
|
24
24
|
"@jsenv/eslint-config-relax": "1.7.2",
|
|
25
25
|
"@jsenv/test": "3.7.12",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
22
22
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
23
23
|
"@jsenv/assert": "4.5.4",
|
|
24
|
-
"@jsenv/core": "40.
|
|
24
|
+
"@jsenv/core": "40.11.0",
|
|
25
25
|
"@jsenv/plugin-preact": "1.7.24",
|
|
26
|
-
"@jsenv/plugin-bundling": "2.10.
|
|
26
|
+
"@jsenv/plugin-bundling": "2.10.1",
|
|
27
27
|
"@jsenv/plugin-minification": "1.7.2",
|
|
28
28
|
"@jsenv/eslint-config-relax": "1.7.2",
|
|
29
29
|
"@jsenv/test": "3.7.12",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
24
24
|
"@jsenv/assert": "4.5.4",
|
|
25
|
-
"@jsenv/core": "40.
|
|
26
|
-
"@jsenv/plugin-react": "1.7.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.10.
|
|
25
|
+
"@jsenv/core": "40.11.0",
|
|
26
|
+
"@jsenv/plugin-react": "1.7.26",
|
|
27
|
+
"@jsenv/plugin-bundling": "2.10.1",
|
|
28
28
|
"@jsenv/plugin-minification": "1.7.2",
|
|
29
29
|
"@jsenv/eslint-config-relax": "1.7.2",
|
|
30
30
|
"@jsenv/test": "3.7.12",
|