Skip to content

Commit

Permalink
publish latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Nov 25, 2024
1 parent 0252e72 commit ce05966
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/related/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/cli",
"version": "0.2.10",
"version": "0.2.11",
"description": "Command Line Interface for jsenv",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/related/cli/template-node-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@jsenv/assert": "4.4.2",
"@jsenv/core": "39.5.25",
"@jsenv/eslint-config-relax": "1.2.13",
"@jsenv/eslint-config-relax": "1.3.0",
"@jsenv/test": "3.5.27",
"eslint": "9.14.0",
"prettier": "3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/related/cli/template-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@jsenv/core": "39.5.25",
"@jsenv/plugin-bundling": "2.7.17",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/eslint-config-relax": "1.2.13",
"@jsenv/eslint-config-relax": "1.3.0",
"@jsenv/test": "3.5.27",
"eslint": "9.14.0",
"open": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/related/cli/template-web-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@jsenv/plugin-preact": "1.6.27",
"@jsenv/plugin-bundling": "2.7.17",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/eslint-config-relax": "1.2.13",
"@jsenv/eslint-config-relax": "1.3.0",
"@jsenv/test": "3.5.27",
"eslint": "9.14.0",
"open": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/related/cli/template-web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@jsenv/plugin-react": "1.5.46",
"@jsenv/plugin-bundling": "2.7.17",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/eslint-config-relax": "1.2.13",
"@jsenv/eslint-config-relax": "1.3.0",
"@jsenv/test": "3.5.27",
"eslint": "9.14.0",
"open": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/related/cli/template-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@jsenv/assert": "4.4.2",
"@jsenv/core": "39.5.25",
"@jsenv/eslint-config-relax": "1.2.13",
"@jsenv/eslint-config-relax": "1.3.0",
"@jsenv/plugin-bundling": "2.7.17",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/test": "3.5.27",
Expand Down

0 comments on commit ce05966

Please sign in to comment.