Skip to content

Commit c9d650a

Browse files
author
corjen
committed
feat: Update modules & move to TS (thanks to @ludviglundgren !)
1 parent 675f2f3 commit c9d650a

File tree

2 files changed

+3003
-690
lines changed

2 files changed

+3003
-690
lines changed

package.json

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,31 @@
3434
"devDependencies": {
3535
"@types/enzyme": "^3.1.15",
3636
"@types/enzyme-adapter-react-16": "^1.0.3",
37-
"@types/jest": "^23.3.11",
37+
"@types/jest": "^23.3.12",
3838
"@types/lodash.sortby": "^4.7.4",
3939
"@types/match-sorter": "^2.2.0",
4040
"@types/react": "^16.7.18",
4141
"@types/react-dom": "^16.0.11",
42-
"enzyme": "^3.2.0",
42+
"cz-conventional-changelog": "2.1.0",
43+
"enzyme": "^3.8.0",
4344
"enzyme-adapter-react-16": "^1.7.1",
4445
"enzyme-to-json": "^3.3.5",
45-
"eslint": "^4.19.1",
46-
"eslint-config-prettier": "^2.8.0",
47-
"eslint-config-standard": "^11.0.0",
48-
"eslint-plugin-import": "^2.10.0",
46+
"eslint": "^5.12.0",
47+
"eslint-config-prettier": "^3.3.0",
48+
"eslint-config-standard": "^12.0.0",
49+
"eslint-plugin-import": "^2.14.0",
4950
"eslint-plugin-node": "^6.0.1",
50-
"eslint-plugin-promise": "^3.7.0",
51-
"eslint-plugin-react": "^7.7.0",
52-
"eslint-plugin-standard": "^3.0.1",
53-
"jest": "^22.4.3",
51+
"eslint-plugin-promise": "^4.0.1",
52+
"eslint-plugin-react": "^7.12.3",
53+
"eslint-plugin-standard": "^4.0.0",
54+
"jest": "^23.6.0",
5455
"prettier": "^1.11.1",
55-
"react": "^16.3.1",
56-
"react-dom": "^16.3.1",
57-
"rimraf": "^2.6.2",
58-
"rollup": "^0.58.2",
56+
"react": "^16.7.0",
57+
"react-dom": "^16.7.0",
58+
"rimraf": "^2.6.3",
59+
"rollup": "^1.0.2",
5960
"rollup-plugin-typescript2": "^0.18.1",
60-
"semantic-release": "^15.1.5",
61+
"semantic-release": "^15.13.2",
6162
"ts-jest": "^23.10.5",
6263
"tslib": "^1.9.3",
6364
"typescript": "^3.2.2"
@@ -69,5 +70,10 @@
6970
"dependencies": {
7071
"lodash.sortby": "^4.7.0",
7172
"match-sorter": "^2.2.1"
73+
},
74+
"config": {
75+
"commitizen": {
76+
"path": "./node_modules/cz-conventional-changelog"
77+
}
7278
}
7379
}

0 commit comments

Comments
 (0)