|
40 | 40 | "tiny-invariant": "1.2.0"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@commitlint/cli": "^11.0.0", |
44 |
| - "@commitlint/config-conventional": "^11.0.0", |
45 |
| - "@semantic-release/changelog": "^5.0.1", |
46 |
| - "@semantic-release/git": "^9.0.0", |
| 43 | + "@commitlint/cli": "11", |
| 44 | + "@commitlint/config-conventional": "11", |
| 45 | + "@semantic-release/changelog": "5", |
| 46 | + "@semantic-release/git": "9", |
47 | 47 | "@types/classnames": "^2.2.10",
|
48 | 48 | "@types/jest": "^26.0.14",
|
49 | 49 | "@types/node": "14.11.2",
|
50 |
| - "@types/react": "16.9.49", |
51 |
| - "@types/react-dom": "16.9.8", |
52 |
| - "@types/sortablejs": "^1.10.0", |
| 50 | + "@types/react": ">=16.9.0", |
| 51 | + "@types/react-dom": ">=16.9.0", |
| 52 | + "@types/sortablejs": "1", |
53 | 53 | "@typescript-eslint/eslint-plugin": "^4.2.0",
|
54 | 54 | "@typescript-eslint/parser": "^4.2.0",
|
55 |
| - "commitizen": "^4.2.1", |
56 |
| - "cz-conventional-changelog": "^3.3.0", |
57 |
| - "eslint": "^7.10.0", |
58 |
| - "eslint-plugin-react": "^7.21.2", |
59 |
| - "husky": "^4.3.0", |
60 |
| - "jest": "^26.4.2", |
61 |
| - "lint-staged": "^10.4.0", |
62 |
| - "npm-run-all": "^4.1.5", |
63 |
| - "parcel": "^2.0.0-beta.1", |
64 |
| - "prettier": "^2.1.2", |
65 |
| - "react": "^16.13.1", |
66 |
| - "react-dom": "^16.13.1", |
67 |
| - "semantic-release": "^17.1.2", |
68 |
| - "sortablejs": "^1.10.0", |
69 |
| - "ts-jest": "^26.4.0", |
70 |
| - "ts-node": "^9.0.0", |
71 |
| - "typescript": "^4.0.3" |
| 55 | + "commitizen": "4", |
| 56 | + "cz-conventional-changelog": "3", |
| 57 | + "eslint": "7", |
| 58 | + "eslint-plugin-react": "7", |
| 59 | + "husky": "4.3", |
| 60 | + "jest": "26", |
| 61 | + "lint-staged": "10", |
| 62 | + "npm-run-all": "4", |
| 63 | + "parcel": "2", |
| 64 | + "prettier": "2.5", |
| 65 | + "react": ">=16.9.0", |
| 66 | + "react-dom": ">=16.9.0", |
| 67 | + "semantic-release": "17", |
| 68 | + "sortablejs": "1", |
| 69 | + "ts-jest": "26", |
| 70 | + "ts-node": "9", |
| 71 | + "typescript": "4" |
72 | 72 | },
|
73 | 73 | "commitlint": {
|
74 | 74 | "extends": [
|
|
0 commit comments