Skip to content

Commit e06091a

Browse files
committed
chore: upgrade dependencies
1 parent d637276 commit e06091a

File tree

2 files changed

+6221
-2418
lines changed

2 files changed

+6221
-2418
lines changed

package.json

+43-22
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,59 @@
11
{
22
"name": "react-responsive-layout",
3-
"version": "0.2.0",
3+
"version": "0.0.0-semantically-released",
44
"author": "Mark Murray",
55
"license": "MIT",
66
"repository": "git@github.com:mmmurray/react-responsive-layout.git",
77
"main": "./lib/index.js",
88
"types": "./lib/index.d.ts",
99
"scripts": {
10-
"build": "rm -rf lib && mmm build",
10+
"build": "mmm build",
11+
"commit": "mmm commit",
1112
"jest": "mmm jest",
12-
"prepare": "yarn build",
13-
"prettier": "mmm format",
13+
"release": "mmm release",
1414
"storybook": "start-storybook -p 9001 -c storybook",
15-
"test": "mmm coverage"
15+
"test": "mmm test",
16+
"test:coverage": "mmm test:coverage",
17+
"test:lint": "mmm test:lint"
1618
},
1719
"peerDependencies": {
1820
"react": ">=16.8.0"
1921
},
2022
"devDependencies": {
21-
"@babel/core": "7.2.2",
22-
"@storybook/addon-knobs": "4.1.11",
23-
"@storybook/addon-options": "4.1.11",
24-
"@storybook/components": "4.1.11",
25-
"@storybook/react": "4.1.11",
26-
"@types/react": "16.8.1",
27-
"@types/storybook__addon-knobs": "4.0.0",
28-
"@types/storybook__react": "4.0.1",
29-
"babel-loader": "8.0.6",
30-
"emotion": "9.2.12",
31-
"mmm-scripts": "0.0.16",
32-
"react": "16.8.6",
33-
"react-dom": "16.8.0-alpha.1",
34-
"react-emotion": "9.2.12",
35-
"ts-loader": "5.3.3",
36-
"typescript": "3.3.1"
37-
}
23+
"@babel/core": "^7.4.5",
24+
"@storybook/addon-knobs": "^5.1.9",
25+
"@storybook/addon-options": "^5.1.9",
26+
"@storybook/components": "^5.1.9",
27+
"@storybook/react": "^5.1.9",
28+
"@types/react": "^16.8.22",
29+
"@types/storybook__addon-knobs": "^5.0.1",
30+
"@types/storybook__react": "^4.0.2",
31+
"babel-loader": "^8.0.6",
32+
"emotion": "^10.0.9",
33+
"mmm-scripts": "^0.4.2",
34+
"react": "^16.8.6",
35+
"react-dom": "^16.8.6",
36+
"react-emotion": "^10.0.0",
37+
"ts-loader": "^6.0.4",
38+
"typescript": "^3.5.2"
39+
},
40+
"commitlint": {
41+
"extends": [
42+
"@commitlint/config-conventional"
43+
]
44+
},
45+
"config": {
46+
"commitizen": {
47+
"path": "./node_modules/cz-conventional-changelog"
48+
}
49+
},
50+
"eslintConfig": {
51+
"extends": "eslint-config-mmm/ts-react"
52+
},
53+
"husky": {
54+
"hooks": {
55+
"commit-msg": "mmm precommit"
56+
}
57+
},
58+
"prettier": "mmm-scripts/prettier.config"
3859
}

0 commit comments

Comments
 (0)