|
1 | 1 | { |
2 | 2 | "name": "react-currency-hooks", |
3 | | - "version": "1.2.0", |
| 3 | + "version": "1.2.1", |
4 | 4 | "description": "Currency converter React hook", |
5 | 5 | "author": "Jakub Biesiada", |
6 | 6 | "license": "MIT", |
|
33 | 33 | "devDependencies": { |
34 | 34 | "@rollup/plugin-node-resolve": "^7.1.1", |
35 | 35 | "@testing-library/react-hooks": "^3.2.1", |
36 | | - "@types/jest": "^25.1.4", |
37 | | - "@types/react": "^16.9.25", |
38 | | - "@typescript-eslint/parser": "^2.24.0", |
| 36 | + "@types/jest": "^25.2.1", |
| 37 | + "@types/react": "^16.9.34", |
| 38 | + "@typescript-eslint/parser": "^2.27.0", |
39 | 39 | "eslint": "^6.8.0", |
40 | 40 | "eslint-config-prettier": "^6.10.1", |
41 | 41 | "eslint-plugin-prettier": "^3.1.2", |
42 | 42 | "eslint-plugin-react": "^7.19.0", |
43 | | - "eslint-plugin-react-hooks": "^2.5.1", |
44 | | - "husky": "^4.2.3", |
45 | | - "jest": "^25.1.0", |
46 | | - "lint-staged": "^10.0.8", |
47 | | - "prettier": "^2.0.1", |
| 43 | + "eslint-plugin-react-hooks": "^3.0.0", |
| 44 | + "husky": "^4.2.5", |
| 45 | + "jest": "^25.3.0", |
| 46 | + "lint-staged": "^10.1.3", |
| 47 | + "prettier": "^2.0.4", |
48 | 48 | "react": "^16.13.1", |
49 | 49 | "react-test-renderer": "^16.13.1", |
50 | 50 | "rollup-plugin-terser": "^5.3.0", |
51 | | - "rollup-plugin-typescript2": "^0.26.0", |
52 | | - "ts-jest": "^25.2.1", |
| 51 | + "rollup-plugin-typescript2": "^0.27.0", |
| 52 | + "ts-jest": "^25.3.1", |
53 | 53 | "typescript": "^3.8.3" |
54 | 54 | }, |
55 | 55 | "peerDependencies": { |
|
0 commit comments