Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @amorino/eslint-config-base@1.0.10
 - @amorino/eslint-config-native@1.0.12
 - @amorino/eslint-config-next@1.0.14
  • Loading branch information
amorino committed Feb 12, 2021
1 parent 65e437b commit 5f217d8
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": "1.0.9",
"version": "1.0.10",
"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": "1.0.11",
"version": "1.0.12",
"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": "^1.0.9",
"@amorino/eslint-config-base": "^1.0.10",
"@react-native-community/eslint-config": "^2.0.0"
},
"repository": {
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.0.13",
"version": "1.0.14",
"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@me.com>",
"license": "MIT",
"dependencies": {
"@amorino/eslint-config-base": "^1.0.9",
"@amorino/eslint-config-base": "^1.0.10",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
Expand Down

0 comments on commit 5f217d8

Please sign in to comment.