|
26 | 26 | "format": "npm-run-all format:*", |
27 | 27 | "format:eslint": "yarn lint --fix", |
28 | 28 | "format:prettier": "prettier --write \"src/**.{js,ts}\"", |
29 | | - "lint": "eslint \"src/**.{js,ts}\"" |
| 29 | + "lint": "eslint \"src/**.{js,ts}\"", |
| 30 | + "phoenix": "rm -rf ./node_modules && rm -f yarn.lock && yarn install --prefer-online" |
30 | 31 | }, |
31 | 32 | "peerDependencies": { |
32 | | - "@types/sortablejs": "^1.10.0", |
| 33 | + "@types/sortablejs": "1", |
33 | 34 | "react": ">=16.9.0", |
34 | 35 | "react-dom": ">=16.9.0", |
35 | | - "sortablejs": "^1.10.0" |
| 36 | + "sortablejs": "1" |
36 | 37 | }, |
37 | 38 | "dependencies": { |
38 | | - "classnames": "^2.2.6", |
39 | | - "tiny-invariant": "^1.1.0" |
| 39 | + "classnames": "2.3.1", |
| 40 | + "tiny-invariant": "1.2.0" |
40 | 41 | }, |
41 | 42 | "devDependencies": { |
42 | | - "@commitlint/cli": "^11.0.0", |
43 | | - "@commitlint/config-conventional": "^11.0.0", |
44 | | - "@semantic-release/changelog": "^5.0.1", |
45 | | - "@semantic-release/git": "^9.0.0", |
| 43 | + "@commitlint/cli": "11", |
| 44 | + "@commitlint/config-conventional": "11", |
| 45 | + "@parcel/packager-ts": "2.2.0", |
| 46 | + "@parcel/transformer-typescript-types": "2.2.0", |
| 47 | + "@semantic-release/changelog": "5", |
| 48 | + "@semantic-release/git": "9", |
46 | 49 | "@types/classnames": "^2.2.10", |
47 | 50 | "@types/jest": "^26.0.14", |
48 | 51 | "@types/node": "14.11.2", |
49 | | - "@types/react": "16.9.49", |
50 | | - "@types/react-dom": "16.9.8", |
51 | | - "@types/sortablejs": "^1.10.0", |
| 52 | + "@types/react": ">=16.9.0", |
| 53 | + "@types/react-dom": ">=16.9.0", |
| 54 | + "@types/sortablejs": "1", |
52 | 55 | "@typescript-eslint/eslint-plugin": "^4.2.0", |
53 | 56 | "@typescript-eslint/parser": "^4.2.0", |
54 | | - "commitizen": "^4.2.1", |
55 | | - "cz-conventional-changelog": "^3.3.0", |
56 | | - "eslint": "^7.10.0", |
57 | | - "eslint-plugin-react": "^7.21.2", |
58 | | - "husky": "^4.3.0", |
59 | | - "jest": "^26.4.2", |
60 | | - "lint-staged": "^10.4.0", |
61 | | - "npm-run-all": "^4.1.5", |
62 | | - "parcel": "^2.0.0-beta.1", |
63 | | - "prettier": "^2.1.2", |
64 | | - "react": "^16.13.1", |
65 | | - "react-dom": "^16.13.1", |
66 | | - "semantic-release": "^17.1.2", |
67 | | - "sortablejs": "^1.10.0", |
68 | | - "ts-jest": "^26.4.0", |
69 | | - "ts-node": "^9.0.0", |
70 | | - "typescript": "^4.0.3" |
| 57 | + "commitizen": "4", |
| 58 | + "cz-conventional-changelog": "3", |
| 59 | + "eslint": "7", |
| 60 | + "eslint-plugin-react": "7", |
| 61 | + "husky": "4.3", |
| 62 | + "jest": "26", |
| 63 | + "lint-staged": "10", |
| 64 | + "npm-run-all": "4", |
| 65 | + "parcel": "2", |
| 66 | + "prettier": "2.5", |
| 67 | + "react": ">=16.9.0", |
| 68 | + "react-dom": ">=16.9.0", |
| 69 | + "semantic-release": "17", |
| 70 | + "sortablejs": "1", |
| 71 | + "ts-jest": "26", |
| 72 | + "ts-node": "9", |
| 73 | + "typescript": "4" |
71 | 74 | }, |
72 | 75 | "commitlint": { |
73 | 76 | "extends": [ |
|
0 commit comments