|
40 | 40 | "react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@babel/cli": "^7.13.0", |
44 | | - "@babel/core": "^7.13.1", |
45 | | - "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 43 | + "@babel/cli": "^7.14.8", |
| 44 | + "@babel/core": "^7.15.0", |
| 45 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
46 | 46 | "@babel/polyfill": "^7.12.1", |
47 | | - "@babel/preset-env": "^7.13.5", |
48 | | - "@babel/preset-react": "^7.12.13", |
49 | | - "@babel/register": "^7.13.0", |
50 | | - "@types/react": "^17.0.2", |
51 | | - "@types/react-dom": "^17.0.1", |
52 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.4.1", |
| 47 | + "@babel/preset-env": "^7.15.0", |
| 48 | + "@babel/preset-react": "^7.14.5", |
| 49 | + "@babel/register": "^7.15.3", |
| 50 | + "@types/react": "^17.0.19", |
| 51 | + "@types/react-dom": "^17.0.9", |
| 52 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
53 | 53 | "app-root-dir": "1.0.2", |
54 | 54 | "babel-eslint": "^10.1.0", |
55 | 55 | "babel-jest": "^26.6.3", |
56 | | - "codecov": "^3.8.1", |
| 56 | + "codecov": "^3.8.3", |
57 | 57 | "cross-env": "^7.0.3", |
58 | 58 | "enzyme": "^3.11.0", |
59 | | - "enzyme-to-json": "^3.6.1", |
60 | | - "eslint": "^7.20.0", |
| 59 | + "enzyme-to-json": "^3.6.2", |
| 60 | + "eslint": "^7.32.0", |
61 | 61 | "eslint-config-airbnb": "^18.2.1", |
62 | | - "eslint-config-prettier": "^8.1.0", |
63 | | - "eslint-plugin-import": "^2.22.1", |
| 62 | + "eslint-config-prettier": "^8.3.0", |
| 63 | + "eslint-plugin-import": "^2.24.1", |
64 | 64 | "eslint-plugin-jsx-a11y": "^6.4.1", |
65 | | - "eslint-plugin-react": "^7.22.0", |
| 65 | + "eslint-plugin-react": "^7.24.0", |
66 | 66 | "eslint-plugin-react-hooks": "^4.2.0", |
67 | 67 | "gzip-size": "^6.0.0", |
68 | 68 | "husky": "^4.3.8", |
69 | 69 | "in-publish": "^2.0.1", |
70 | 70 | "jest": "^26.6.3", |
71 | 71 | "lint-staged": "^10.5.4", |
72 | | - "prettier": "^2.2.1", |
| 72 | + "prettier": "^2.3.2", |
73 | 73 | "pretty-bytes": "5.6.0", |
74 | 74 | "ramda": "^0.27.1", |
75 | | - "react": "^17.0.1", |
| 75 | + "react": "^17.0.2", |
76 | 76 | "react-addons-test-utils": "^15.6.0", |
77 | | - "react-dom": "^17.0.1", |
78 | | - "react-test-renderer": "^17.0.1", |
| 77 | + "react-dom": "^17.0.2", |
| 78 | + "react-test-renderer": "^17.0.2", |
79 | 79 | "readline-sync": "1.4.10", |
80 | 80 | "rimraf": "^3.0.2", |
81 | | - "rollup": "^2.40.0", |
| 81 | + "rollup": "^2.56.3", |
82 | 82 | "rollup-plugin-babel": "^4.4.0", |
83 | 83 | "rollup-plugin-uglify": "^6.0.4", |
84 | 84 | "title-case": "^3.0.3", |
85 | | - "typescript": "^4.2.2", |
| 85 | + "typescript": "^4.3.5", |
86 | 86 | "typings-tester": "^0.3.2" |
87 | 87 | }, |
88 | 88 | "jest": { |
|
0 commit comments