Skip to content

Commit

Permalink
2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Donov4n committed Apr 22, 2023
1 parent 6484b3d commit af2ac90
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.0",
"version": "2.3.1",
"useWorkspaces": true,
"tagVersionPrefix": "",
"command": {
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

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.3.0",
"version": "2.3.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.3.0",
"@pulsanova/eslint-config-esnext": "2.3.1",
"@rushstack/eslint-patch": "^1.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "2.3.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
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.3.0",
"version": "2.3.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -18,7 +18,7 @@
"find-new-rules-ts": "eslint-find-rules --unused --no-core --no-error ./overrides/typescript.js"
},
"dependencies": {
"@pulsanova/eslint-config-browser": "2.3.0",
"@pulsanova/eslint-config-browser": "2.3.1",
"@rushstack/eslint-patch": "^1.2.0",
"@tanstack/eslint-plugin-query": "~4.29.4",
"eslint-config-airbnb": "~19.0.4",
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.3.0",
"version": "2.3.1",
"license": "MIT",
"main": "./index.js",
"exports": "./index.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@babel/eslint-parser": "~7.21.3",
"@pulsanova/eslint-config-browser": "2.3.0",
"@pulsanova/eslint-config-browser": "2.3.1",
"@rushstack/eslint-patch": "^1.2.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-plugin-react": "~7.32.2",
Expand Down

0 comments on commit af2ac90

Please sign in to comment.