|
31 | 31 | }
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@babel/core": "^7.7.2", |
35 |
| - "@babel/preset-env": "^7.7.1", |
36 |
| - "@babel/preset-react": "^7.7.0", |
37 |
| - "@babel/preset-typescript": "^7.7.2", |
38 |
| - "@commitlint/cli": "^8.3.5", |
39 |
| - "@commitlint/config-conventional": "^8.3.4", |
40 |
| - "@testing-library/react": "^9.4.1", |
41 |
| - "@testing-library/react-hooks": "^3.2.1", |
42 |
| - "@types/jest": "^25.1.3", |
43 |
| - "@types/react": "^16.9.11", |
44 |
| - "@types/react-dom": "^16.9.4", |
45 |
| - "@types/react-test-renderer": "^16.9.1", |
46 |
| - "@typescript-eslint/eslint-plugin": "^2.7.0", |
47 |
| - "@typescript-eslint/parser": "^2.7.0", |
48 |
| - "all-contributors-cli": "^6.11.0", |
49 |
| - "conventional-changelog-conventionalcommits": "^4.2.3", |
50 |
| - "eslint": "^6.6.0", |
51 |
| - "eslint-config-airbnb-typescript": "^6.3.0", |
52 |
| - "eslint-config-prettier": "^6.5.0", |
53 |
| - "eslint-plugin-import": "^2.18.2", |
54 |
| - "eslint-plugin-jsx-a11y": "^6.2.3", |
55 |
| - "eslint-plugin-prettier": "^3.1.1", |
56 |
| - "eslint-plugin-react": "^7.16.0", |
57 |
| - "eslint-plugin-react-hooks": "^2.3.0", |
58 |
| - "husky": "^3.0.9", |
59 |
| - "jest": "^25.1.0", |
60 |
| - "lerna": "^3.18.4", |
61 |
| - "lint-staged": "^9.4.3", |
62 |
| - "microbundle": "^0.12.0-next.6", |
63 |
| - "prettier": "^2.0.5", |
64 |
| - "react": "^16.13.0", |
65 |
| - "react-dom": "^16.12.0", |
66 |
| - "react-test-renderer": "^16.12.0", |
67 |
| - "rimraf": "^2.6.2", |
| 34 | + "@babel/core": "^7.14.3", |
| 35 | + "@babel/preset-env": "^7.14.2", |
| 36 | + "@babel/preset-react": "^7.13.13", |
| 37 | + "@babel/preset-typescript": "^7.13.0", |
| 38 | + "@commitlint/cli": "^12.1.4", |
| 39 | + "@commitlint/config-conventional": "^12.1.4", |
| 40 | + "@testing-library/react": "^11.2.7", |
| 41 | + "@testing-library/react-hooks": "^6.0.0", |
| 42 | + "@types/jest": "^26.0.23", |
| 43 | + "@types/react": "^17.0.6", |
| 44 | + "@types/react-dom": "^17.0.5", |
| 45 | + "@types/react-test-renderer": "^17.0.1", |
| 46 | + "@typescript-eslint/eslint-plugin": "^4.24.0", |
| 47 | + "@typescript-eslint/parser": "^4.24.0", |
| 48 | + "all-contributors-cli": "^6.20.0", |
| 49 | + "conventional-changelog-conventionalcommits": "^4.6.0", |
| 50 | + "eslint": "^7.27.0", |
| 51 | + "eslint-config-airbnb-typescript": "^12.3.1", |
| 52 | + "eslint-config-prettier": "^8.3.0", |
| 53 | + "eslint-plugin-import": "^2.23.3", |
| 54 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 55 | + "eslint-plugin-prettier": "^3.4.0", |
| 56 | + "eslint-plugin-react": "^7.23.2", |
| 57 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 58 | + "husky": "^4.3.8", |
| 59 | + "jest": "^26.6.3", |
| 60 | + "lerna": "^4.0.0", |
| 61 | + "lint-staged": "^11.0.0", |
| 62 | + "microbundle": "^0.13.0", |
| 63 | + "prettier": "^2.3.0", |
| 64 | + "react": "^17.0.2", |
| 65 | + "react-dom": "^17.0.2", |
| 66 | + "react-test-renderer": "^17.0.2", |
| 67 | + "rimraf": "^3.0.2", |
68 | 68 | "shelljs": "^0.8.3",
|
69 |
| - "typescript": "^3.7.2" |
| 69 | + "typescript": "^4.2.4" |
70 | 70 | },
|
71 | 71 | "workspaces": {
|
72 | 72 | "packages": [
|
|
0 commit comments