Skip to content

Commit

Permalink
Bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jul 24, 2023
1 parent 45a5f8e commit ac4bc54
Show file tree
Hide file tree
Showing 7 changed files with 7,853 additions and 5,314 deletions.
1 change: 1 addition & 0 deletions graphql.js
Expand Up @@ -43,5 +43,6 @@ module.exports = {
'@graphql-eslint/value-literals-of-correct-type': 0,
'@graphql-eslint/variables-are-input-types': 0,
'@graphql-eslint/variables-in-allowed-position': 0,
'spaced-comment': 0,
},
}
58 changes: 29 additions & 29 deletions package.json
Expand Up @@ -69,36 +69,36 @@
"expo": ">=45"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@graphql-eslint/eslint-plugin": "^3.10.4",
"@types/jest": "28",
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "5",
"@typescript-eslint/parser": "5",
"concurrently": "^7.3.0",
"eslint": "8",
"eslint-config-airbnb": ">=19",
"@babel/core": "^7.22.9",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "3",
"eslint-plugin-comment-length": "^0.6.2",
"eslint-plugin-eslint-plugin": "5",
"eslint-plugin-functional": "^4.2.1",
"eslint-plugin-import": "2",
"eslint-plugin-jest": "26",
"eslint-plugin-jsonc": "^2.3.1",
"eslint-plugin-jsx-a11y": "6",
"eslint-plugin-react": "7",
"eslint-plugin-react-hooks": "4",
"eslint-plugin-react-native": "4",
"eslint-plugin-react-native-a11y": "3",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-yml": "^1.0.0",
"expo": "46",
"graphql": "^16.5.0",
"husky": "8",
"jest": "*",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-comment-length": "^1.4.4",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-react-native-a11y": "^3.3.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-yml": "^1.8.0",
"expo": "^49.0.4",
"graphql": "^16.7.1",
"husky": "^8.0.3",
"jest": "^29.6.1",
"lint-staged": "^13.2.3",
"react": "*",
"typescript": "^4.1.2"
"react": "^18.2.0",
"typescript": "^5.1.6"
}
}

0 comments on commit ac4bc54

Please sign in to comment.