Skip to content

Commit

Permalink
chore(package): upgrade devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 1, 2019
1 parent 68abef5 commit 7e970f5
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 167 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -31,28 +31,28 @@
},
"devDependencies": {
"@testing-library/react-hooks": "^3.1.1",
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
"@types/sinon": "^7.0.13",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@types/jest": "^24.0.21",
"@types/react": "^16.9.11",
"@types/sinon": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"axios": "^0.19.0",
"coveralls": "^3.0.6",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.4",
"coveralls": "^3.0.7",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"jest": "^24.9.0",
"jest-mock-axios": "^3.1.0",
"lint-staged": "^9.2.5",
"jest-mock-axios": "^3.1.2",
"lint-staged": "^9.4.2",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-test-renderer": "^16.9.0",
"sinon": "^7.4.1",
"react-test-renderer": "^16.11.0",
"sinon": "^7.5.0",
"standard-version": "^7.0.0",
"ts-jest": "^24.0.2",
"ts-jest": "^24.1.0",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
"typescript": "^3.6.4"
},
"files": ["lib", "es", "src"],
"husky": {
Expand Down

0 comments on commit 7e970f5

Please sign in to comment.