Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Donov4n committed Apr 11, 2024
1 parent 6fa569d commit 3a4618f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0",
"version": "2.4.1",
"tagVersionPrefix": "",
"command": {
"version": {
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/eslint-config-base",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/eslint-config-browser",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -17,7 +17,7 @@
"find-new-rules": "eslint-find-rules --unused --no-error ./index.js"
},
"dependencies": {
"@pulsanova/eslint-config-esnext": "2.4.0",
"@pulsanova/eslint-config-esnext": "2.4.1",
"@rushstack/eslint-patch": "^1.10.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/esnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/eslint-config-esnext",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -21,7 +21,7 @@
"@babel/core": "^7",
"@babel/eslint-parser": "~7.24.1",
"@babel/eslint-plugin": "~7.23.5",
"@pulsanova/eslint-config-base": "2.4.0",
"@pulsanova/eslint-config-base": "2.4.1",
"@rushstack/eslint-patch": "^1.10.2",
"@stylistic/eslint-plugin-ts": "~1.7.0",
"@typescript-eslint/eslint-plugin": "~7.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/eslint-config-node",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -17,7 +17,7 @@
"find-new-rules": "eslint-find-rules --unused --no-error --deprecated ./index.js"
},
"dependencies": {
"@pulsanova/eslint-config-base": "2.4.0",
"@pulsanova/eslint-config-base": "2.4.1",
"@rushstack/eslint-patch": "^1.10.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/eslint-config-react",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -18,7 +18,7 @@
"find-new-rules-ts": "eslint-find-rules --unused --no-error --no-core --deprecated ./overrides/typescript.js"
},
"dependencies": {
"@pulsanova/eslint-config-browser": "2.4.0",
"@pulsanova/eslint-config-browser": "2.4.1",
"@rushstack/eslint-patch": "^1.10.2",
"@tanstack/eslint-plugin-query": "~5.28.11",
"eslint-plugin-class-methods-use-this-regex": "~1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsanova/eslint-config-vue",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@babel/eslint-parser": "~7.24.1",
"@pulsanova/eslint-config-browser": "2.4.0",
"@pulsanova/eslint-config-browser": "2.4.1",
"@rushstack/eslint-patch": "^1.10.2",
"eslint-plugin-react": "~7.34.1",
"eslint-plugin-vue": "~9.24.1",
Expand Down

0 comments on commit 3a4618f

Please sign in to comment.