Skip to content

Commit

Permalink
📦 CHORE: add new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAnon9771 committed May 29, 2021
1 parent fe911a0 commit 9f7a81d
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "eslint-config-johnanon",
"version": "1.1.5",
"main": "index.js",
"author": {
"name": "João Alves",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"lint": "eslint -c *.js __tests__/*.tsx --fix"
},
"dependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/react": "^17.0.8",
"@types/react-native": "^0.64.7",
"next": "^10.0.3",
"react": "^17.0.1",
"react-native": "^0.64.1"
}
"name": "eslint-config-johnanon",
"version": "1.1.6",
"main": "index.js",
"author": {
"name": "João Alves",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"lint": "eslint -c *.js __tests__/*.tsx --fix"
},
"dependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/react": "^17.0.8",
"@types/react-native": "^0.64.7",
"next": "^10.0.3",
"react": "^17.0.1",
"react-native": "^0.64.1"
}
}

0 comments on commit 9f7a81d

Please sign in to comment.