Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 19, 2024
1 parent 580da82 commit 1757e9e
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.1.36",
"version": "0.1.37",
"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 @@ -12,7 +12,7 @@
},
"devDependencies": {
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.4.1",
"@jsenv/core": "39.5.0",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/test": "3.4.4",
"eslint": "9.9.0",
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 @@ -18,7 +18,7 @@
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@jsenv/custom-elements-redefine": "0.0.1",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.4.1",
"@jsenv/core": "39.5.0",
"@jsenv/plugin-bundling": "2.7.7",
"@jsenv/plugin-minification": "1.5.5",
"@jsenv/eslint-config-relax": "1.2.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 @@ -21,7 +21,7 @@
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.4.1",
"@jsenv/core": "39.5.0",
"@jsenv/plugin-preact": "1.6.17",
"@jsenv/plugin-bundling": "2.7.7",
"@jsenv/plugin-minification": "1.5.5",
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 @@ -22,7 +22,7 @@
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.4.1",
"@jsenv/core": "39.5.0",
"@jsenv/plugin-react": "1.5.25",
"@jsenv/plugin-bundling": "2.7.7",
"@jsenv/plugin-minification": "1.5.5",
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "7.24.7",
"@jsenv/assert": "4.4.1",
"@jsenv/core": "39.4.1",
"@jsenv/core": "39.5.0",
"@jsenv/eslint-config-relax": "1.2.0",
"@jsenv/plugin-bundling": "2.7.7",
"@jsenv/plugin-minification": "1.5.5",
Expand Down

0 comments on commit 1757e9e

Please sign in to comment.