Skip to content

Commit 9c0660d

Browse files
committed
chore(package.json): update ci process
1 parent 48286f1 commit 9c0660d

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# Maintenance versions of node
12-
node-version: [10.x, 12.x, 14.x]
12+
node-version: [12.x, 14.x, 16.x, 17.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@
4040
"tiny-invariant": "1.2.0"
4141
},
4242
"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",
4747
"@types/classnames": "^2.2.10",
4848
"@types/jest": "^26.0.14",
4949
"@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",
5353
"@typescript-eslint/eslint-plugin": "^4.2.0",
5454
"@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"
7272
},
7373
"commitlint": {
7474
"extends": [

0 commit comments

Comments
 (0)