Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Jul 25, 2020
1 parent e38b7e7 commit f4b93e0
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 436 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,33 @@
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/jest": "^26.0.7",
"@types/react": "^16.9.43",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"coveralls": "^3.1.0",
"eslint": "^7.4.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jest": "^26.1.0",
"lint-staged": "^10.2.11",
"microbundle": "^0.12.2",
"microbundle": "^0.12.3",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"recoil": "^0.0.10",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
"standard-version": "^8.0.0",
"ts-jest": "^26.1.1",
"standard-version": "^8.0.2",
"ts-jest": "^26.1.3",
"tslib": "^2.0.0",
"typescript": "^3.9.6",
"typescript": "^3.9.7",
"yarn-or-npm": "^3.0.1"
},
"peerDependencies": {
"recoil": "^0.0.10",
"redux": "^4.0.0"
"redux": "^4.0.5"
},
"lint-staged": {
"**/*.{css,html,js,jsx,json,less,md,scss,ts,tsx}": [
Expand Down

0 comments on commit f4b93e0

Please sign in to comment.