Skip to content

Commit 05563d0

Browse files
committed
⬆️ Bump deps
1 parent 69e707c commit 05563d0

File tree

2 files changed

+1164
-1318
lines changed

2 files changed

+1164
-1318
lines changed

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -81,49 +81,49 @@
8181
"devDependencies": {
8282
"@babel/cli": "^7.2.3",
8383
"@babel/core": "^7.2.0",
84-
"@babel/plugin-proposal-class-properties": "^7.2.3",
85-
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
84+
"@babel/plugin-proposal-class-properties": "^7.3.0",
85+
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
8686
"@babel/plugin-transform-runtime": "^7.2.0",
87-
"@babel/preset-env": "^7.2.3",
87+
"@babel/preset-env": "^7.3.1",
8888
"@babel/preset-react": "^7.0.0",
8989
"@babel/register": "^7.0.0",
90-
"auto-changelog": "1.10.2",
90+
"auto-changelog": "1.11.0",
9191
"babel-core": "7.0.0-bridge.0",
9292
"babel-eslint": "^10.0.1",
93-
"babel-jest": "^23.6.0",
94-
"babel-plugin-emotion": "^10.0.5",
93+
"babel-jest": "^24.1.0",
94+
"babel-plugin-emotion": "^10.0.7",
9595
"cross-env": "5.2.0",
96-
"docz": "^0.13.5",
97-
"docz-theme-default": "^0.13.5",
98-
"eslint": "^5.11.0",
96+
"docz": "^0.13.7",
97+
"docz-theme-default": "^0.13.7",
98+
"eslint": "^5.13.0",
9999
"eslint-config-standard": "^12.0.0",
100100
"eslint-config-standard-react": "^7.0.2",
101-
"eslint-plugin-import": "^2.14.0",
102-
"eslint-plugin-node": "^8.0.0",
101+
"eslint-plugin-import": "^2.16.0",
102+
"eslint-plugin-node": "^8.0.1",
103103
"eslint-plugin-promise": "^4.0.1",
104-
"eslint-plugin-react": "^7.11.1",
104+
"eslint-plugin-react": "^7.12.4",
105105
"eslint-plugin-standard": "^4.0.0",
106106
"gh-pages": "^2.0.0",
107-
"husky": "^1.2.0",
108-
"jest": "^23.6.0",
109-
"jest-emotion": "^10.0.5",
110-
"lint-staged": "^8.1.0",
111-
"np": "3.1.0",
107+
"husky": "^1.3.1",
108+
"jest": "^24.1.0",
109+
"jest-emotion": "^10.0.7",
110+
"lint-staged": "^8.1.3",
111+
"np": "4.0.2",
112112
"npm-run-all": "^4.1.5",
113113
"parse-prop-types": "^0.3.0",
114114
"prop-types": "^15.6.2",
115-
"react": "^16.7.0",
116-
"react-dom": "^16.7.0",
117-
"react-feather": "^1.1.5",
118-
"react-test-renderer": "^16.7.0",
119-
"rimraf": "^2.6.2"
115+
"react": "^16.8.1",
116+
"react-dom": "^16.8.1",
117+
"react-feather": "^1.1.6",
118+
"react-test-renderer": "^16.8.1",
119+
"rimraf": "^2.6.3"
120120
},
121121
"dependencies": {
122-
"@babel/runtime": "7.2.0",
123-
"@emotion/core": "^10.0.5",
124-
"@emotion/styled": "^10.0.5",
122+
"@babel/runtime": "7.3.1",
123+
"@emotion/core": "^10.0.7",
124+
"@emotion/styled": "^10.0.7",
125125
"@exah/utils": "^2.0.0",
126-
"emotion-theming": "^10.0.5",
126+
"emotion-theming": "^10.0.7",
127127
"pss": "^4.1.1",
128128
"react-styled-base": "^2.0.1"
129129
}

0 commit comments

Comments
 (0)