Skip to content

Commit

Permalink
update all dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
insidewhy committed Jul 3, 2021
1 parent bdc5c99 commit 7fbafaf
Show file tree
Hide file tree
Showing 3 changed files with 1,196 additions and 1,839 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
testRegex: 'spec\\.js$',
testEnvironment: 'jsdom',
roots: ['<rootDir>/dist.es5'],
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,36 +44,36 @@
"fast-json-stable-stringify": "^2.1.0"
},
"devDependencies": {
"@apollo/client": "3.3.18",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "5.1.2",
"@apollo/client": "3.3.20",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"@types/jest": "26.0.23",
"@types/react": "17.0.5",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"concurrently": "6.1.0",
"eslint": "7.26.0",
"@types/react": "17.0.13",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"concurrently": "6.2.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.2",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"graphql": "15.5.0",
"graphql-tag": "2.12.4",
"husky": "6.0.0",
"jest": "26.6.3",
"prettier": "2.3.0",
"pretty-quick": "3.1.0",
"graphql": "15.5.1",
"graphql-tag": "2.12.5",
"husky": "7.0.0",
"jest": "27.0.6",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-test-renderer": "17.0.2",
"rimraf": "3.0.2",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"peerDependencies": {
"@apollo/client": "^3.3.15",
"graphql": "^14.5.8 || ^15.0.0"
},
"resolutions": {
"@types/react": "17.0.5"
"@types/react": "17.0.13"
}
}
Loading

0 comments on commit 7fbafaf

Please sign in to comment.