Skip to content

Commit 364870e

Browse files
committed
Upgrade dependencies
1 parent 3fdb0dd commit 364870e

File tree

3 files changed

+1632
-1510
lines changed

3 files changed

+1632
-1510
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -82,41 +82,41 @@
8282
]
8383
},
8484
"dependencies": {
85-
"@types/react": "^16.8.8",
86-
"immer": "^2.1.4"
85+
"@types/react": "^16.8.19",
86+
"immer": "^3.1.2"
8787
},
8888
"devDependencies": {
89-
"@commitlint/cli": "^7.1.2",
90-
"@commitlint/config-conventional": "^7.1.2",
91-
"@types/jest": "^24.0.11",
92-
"@types/node": "^11.11.7",
89+
"@commitlint/cli": "^8.0.0",
90+
"@commitlint/config-conventional": "^8.0.0",
91+
"@testing-library/react": "^8.0.1",
92+
"@types/jest": "^24.0.13",
93+
"@types/node": "^12.0.4",
9394
"colors": "^1.3.2",
94-
"commitizen": "^3.0.0",
95+
"commitizen": "^3.1.1",
9596
"coveralls": "^3.0.2",
9697
"cross-env": "^5.2.0",
9798
"cz-conventional-changelog": "^2.1.0",
98-
"husky": "^1.0.1",
99-
"jest": "^24.5.0",
100-
"jest-config": "^24.5.0",
101-
"lint-staged": "^8.0.0",
99+
"husky": "^2.3.0",
100+
"jest": "^24.8.0",
101+
"jest-config": "^24.8.0",
102+
"lint-staged": "^8.1.7",
102103
"lodash.camelcase": "^4.3.0",
103-
"prettier": "^1.14.3",
104+
"prettier": "^1.17.1",
104105
"prompt": "^1.0.0",
105-
"react": "^16.8.5",
106-
"react-dom": "^16.8.5",
107-
"react-testing-library": "^6.0.2",
108-
"replace-in-file": "^3.4.2",
106+
"react": "^16.8.6",
107+
"react-dom": "^16.8.6",
108+
"replace-in-file": "^4.1.0",
109109
"rimraf": "^2.6.2",
110-
"semantic-release": "^15.13.3",
110+
"semantic-release": "^15.13.12",
111111
"shelljs": "^0.8.3",
112112
"travis-deploy-once": "^5.0.9",
113-
"ts-jest": "^24.0.0",
114-
"ts-node": "^8.0.3",
115-
"tslint": "^5.11.0",
113+
"ts-jest": "^24.0.2",
114+
"ts-node": "^8.2.0",
115+
"tslint": "^5.17.0",
116116
"tslint-config-prettier": "^1.15.0",
117117
"tslint-config-standard": "^8.0.1",
118118
"typedoc": "^0.14.2",
119-
"typescript": "^3.0.3"
119+
"typescript": "^3.5.1"
120120
},
121121
"husky": {
122122
"hooks": {

test/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import useMethods from '../src';
22
import React, { useLayoutEffect, useReducer, useMemo } from 'react';
3-
import { cleanup, render, fireEvent, RenderResult } from 'react-testing-library';
3+
import { cleanup, render, fireEvent, RenderResult } from '@testing-library/react';
44
import Todos from './Todos';
55
import { Patch } from 'immer';
66

0 commit comments

Comments
 (0)