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 ce05966 commit cfca8d3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/independent/eslint-config-relax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsenv/eslint-config-relax",
"version": "1.3.0",
"version": "1.3.1",
"description": "A pleaseant ESLint configuration for any project",
"license": "MIT",
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const eslintConfigRelax = ({
prettier,
prettierSortImport,
jsxPragmaAuto = false,
preact = false,
preact,
importResolutionLogLevel,

browserFiles = [],
Expand Down
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.11",
"version": "0.2.12",
"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.3.0",
"@jsenv/eslint-config-relax": "1.3.1",
"@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.3.0",
"@jsenv/eslint-config-relax": "1.3.1",
"@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.3.0",
"@jsenv/eslint-config-relax": "1.3.1",
"@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.3.0",
"@jsenv/eslint-config-relax": "1.3.1",
"@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.3.0",
"@jsenv/eslint-config-relax": "1.3.1",
"@jsenv/plugin-bundling": "2.7.17",
"@jsenv/plugin-minification": "1.5.10",
"@jsenv/test": "3.5.27",
Expand Down

0 comments on commit cfca8d3

Please sign in to comment.