|
1 | 1 | {
|
2 | 2 | "name": "@testing-library/react-hooks",
|
3 |
| - "version": "3.4.1", |
| 3 | + "version": "3.4.2", |
4 | 4 | "description": "Simple and complete React hooks testing utilities that encourage good testing practices.",
|
5 | 5 | "main": "lib/index.js",
|
6 | 6 | "keywords": [
|
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 | 37 | "@babel/runtime": "^7.5.4",
|
38 |
| - "@types/testing-library__react-hooks": "^3.3.0" |
| 38 | + "@types/testing-library__react-hooks": "^3.4.0" |
39 | 39 | },
|
40 | 40 | "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", |
49 | 49 | "babel-eslint": "10.1.0",
|
50 | 50 | "babel-plugin-module-resolver": "4.0.0",
|
51 |
| - "codecov": "3.7.2", |
| 51 | + "codecov": "3.8.0", |
52 | 52 | "docz": "2.3.1",
|
53 | 53 | "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", |
56 | 56 | "eslint-plugin-prettier": "3.1.4",
|
57 | 57 | "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", |
61 | 61 | "prettier-eslint": "11.0.0",
|
62 | 62 | "prettier-eslint-cli": "5.0.0",
|
63 | 63 | "react": "16.13.1",
|
|
0 commit comments