@jsenv/cli 0.1.21 → 0.1.23
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 +2 -2
- package/template-web/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js +247 -105
- package/template-web/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +2 -2
- package/template-web/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js.map +3 -3
- package/template-web/.jsenv/jsenv_tests_output.txt +3 -3
- package/template-web/package.json +2 -2
- package/template-web/scripts/test.mjs +0 -1
- package/template-web/src/tests/app.test.mjs +11 -9
- package/template-web-components/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js +247 -105
- package/template-web-components/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +2 -2
- package/template-web-components/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js.map +3 -3
- package/template-web-components/.jsenv/jsenv_tests_output.txt +3 -3
- package/template-web-components/package.json +2 -2
- package/template-web-preact/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js +247 -105
- package/template-web-preact/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +2 -2
- package/template-web-preact/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js.map +3 -3
- package/template-web-preact/.jsenv/jsenv_tests_output.txt +1 -1
- package/template-web-preact/package.json +2 -2
- package/template-web-react/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js +247 -105
- package/template-web-react/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +2 -2
- package/template-web-react/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js.map +3 -3
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/template-web-react/.jsenv/jsenv_tests_output.txt +3 -3
- package/template-web-react/package.json +2 -2
package/package.json
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@jsenv/assert": "4.4.0",
|
|
15
|
-
"@jsenv/core": "39.3.
|
|
15
|
+
"@jsenv/core": "39.3.7",
|
|
16
16
|
"@jsenv/eslint-config": "16.5.3",
|
|
17
17
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
18
|
-
"@jsenv/test": "3.3.
|
|
18
|
+
"@jsenv/test": "3.3.33",
|
|
19
19
|
"eslint": "8.56.0",
|
|
20
20
|
"eslint-plugin-import": "2.29.1",
|
|
21
21
|
"prettier": "3.3.3"
|