Skip to content

Commit 475c88a

Browse files
committed
update to master
2 parents 0f4612b + 90613ee commit 475c88a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testing-library/react-hooks",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Simple and complete React hooks testing utilities that encourage good testing practices.",
55
"main": "lib/index.js",
66
"keywords": [
@@ -35,29 +35,29 @@
3535
},
3636
"dependencies": {
3737
"@babel/runtime": "^7.5.4",
38-
"@types/testing-library__react-hooks": "^3.3.0"
38+
"@types/testing-library__react-hooks": "^3.4.0"
3939
},
4040
"devDependencies": {
41-
"@babel/cli": "7.11.6",
42-
"@babel/core": "7.11.6",
43-
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
44-
"@babel/plugin-transform-modules-commonjs": "7.10.4",
45-
"@babel/plugin-transform-runtime": "7.11.5",
46-
"@babel/preset-env": "7.11.5",
47-
"@babel/preset-react": "7.10.4",
48-
"all-contributors-cli": "6.17.2",
41+
"@babel/cli": "7.12.1",
42+
"@babel/core": "7.12.3",
43+
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
44+
"@babel/plugin-transform-modules-commonjs": "7.12.1",
45+
"@babel/plugin-transform-runtime": "7.12.1",
46+
"@babel/preset-env": "7.12.1",
47+
"@babel/preset-react": "7.12.1",
48+
"all-contributors-cli": "6.19.0",
4949
"babel-eslint": "10.1.0",
5050
"babel-plugin-module-resolver": "4.0.0",
51-
"codecov": "3.7.2",
51+
"codecov": "3.8.0",
5252
"docz": "2.3.1",
5353
"docz-theme-default": "1.2.0",
54-
"eslint": "7.8.1",
55-
"eslint-config-prettier": "6.11.0",
54+
"eslint": "7.11.0",
55+
"eslint-config-prettier": "6.13.0",
5656
"eslint-plugin-prettier": "3.1.4",
5757
"husky": "4.3.0",
58-
"jest": "26.4.2",
59-
"lint-staged": "10.3.0",
60-
"prettier": "2.1.1",
58+
"jest": "26.6.0",
59+
"lint-staged": "10.4.2",
60+
"prettier": "2.1.2",
6161
"prettier-eslint": "11.0.0",
6262
"prettier-eslint-cli": "5.0.0",
6363
"react": "16.13.1",

0 commit comments

Comments
 (0)