Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @amorino/eslint-config-base@2.3.0
 - @amorino/eslint-config-native@2.3.0
 - @amorino/eslint-config-next@1.3.0
  • Loading branch information
amorino committed Jun 20, 2024
1 parent 58ad987 commit e1a1cc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amorino/eslint-config-base",
"version": "2.2.0",
"version": "2.3.0",
"description": "Personal Base ESLint config using TypeScript",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amorino/eslint-config-native",
"version": "2.2.0",
"version": "2.3.0",
"description": "Personal ESLint config for React Native using TypeScript",
"main": "index.js",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"author": "Erick Bazán <erick.bazan@me.com>",
"license": "MIT",
"dependencies": {
"@amorino/eslint-config-base": "^2.2.0",
"@amorino/eslint-config-base": "^2.3.0",
"@react-native-community/eslint-config": "^2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amorino/eslint-config-next",
"version": "1.2.0",
"version": "1.3.0",
"description": "Personal ESLint config for Next.JS using TypeScript",
"main": "index.js",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"author": "Erick Bazán <erick.bazan@hey.com>",
"license": "MIT",
"dependencies": {
"@amorino/eslint-config-base": "^2.2.0",
"@amorino/eslint-config-base": "^2.3.0",
"eslint-config-next": "^14.2.3"
},
"devDependencies": {
Expand Down

0 comments on commit e1a1cc6

Please sign in to comment.