Skip to content

Commit c9231ac

Browse files
committed
⬆️ Bump deps
1 parent d0eb908 commit c9231ac

File tree

2 files changed

+1015
-1728
lines changed

2 files changed

+1015
-1728
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -82,45 +82,45 @@
8282
"react-dom": "^15.0.0 || ^16.0.0"
8383
},
8484
"devDependencies": {
85-
"@babel/cli": "^7.0.0",
86-
"@babel/core": "^7.0.0",
87-
"@babel/plugin-proposal-class-properties": "^7.0.0",
85+
"@babel/cli": "^7.1.0",
86+
"@babel/core": "^7.1.0",
87+
"@babel/plugin-proposal-class-properties": "^7.1.0",
8888
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
89-
"@babel/plugin-transform-runtime": "^7.0.0",
90-
"@babel/preset-env": "^7.0.0",
89+
"@babel/plugin-transform-runtime": "^7.1.0",
90+
"@babel/preset-env": "^7.1.0",
9191
"@babel/preset-react": "^7.0.0",
9292
"@babel/register": "^7.0.0",
9393
"auto-changelog": "^1.8.0",
9494
"ava": "^1.0.0-beta.8",
9595
"babel-eslint": "^9.0.0",
96-
"babel-plugin-emotion": "^9.2.8",
96+
"babel-plugin-emotion": "^9.2.10",
9797
"cross-env": "5.2.0",
98-
"docz": "^0.10.3",
99-
"eslint": "^5.4.0",
98+
"docz": "^0.11.2",
99+
"eslint": "^5.6.0",
100100
"eslint-config-standard": "^12.0.0",
101101
"eslint-config-standard-react": "^7.0.2",
102102
"eslint-plugin-import": "^2.14.0",
103103
"eslint-plugin-node": "^7.0.1",
104-
"eslint-plugin-promise": "^4.0.0",
104+
"eslint-plugin-promise": "^4.0.1",
105105
"eslint-plugin-react": "^7.11.1",
106106
"eslint-plugin-standard": "^4.0.0",
107-
"gh-pages": "^1.2.0",
107+
"gh-pages": "^2.0.0",
108108
"husky": "^0.14.3",
109-
"lint-staged": "^7.2.2",
109+
"lint-staged": "^7.3.0",
110110
"np": "3.0.4",
111111
"npm-run-all": "^4.1.3",
112112
"prop-types": "^15.6.2",
113-
"react": "^16.4.2",
114-
"react-dom": "^16.4.2",
115-
"react-feather": "^1.1.1",
116-
"react-test-renderer": "^16.4.2",
113+
"react": "^16.5.2",
114+
"react-dom": "^16.5.2",
115+
"react-feather": "^1.1.3",
116+
"react-test-renderer": "^16.5.2",
117117
"rimraf": "^2.6.2"
118118
},
119119
"dependencies": {
120120
"@babel/runtime": "^7.0.0",
121-
"emotion": "^9.2.8",
122-
"emotion-theming": "^9.2.6",
121+
"emotion": "^9.2.10",
122+
"emotion-theming": "^9.2.9",
123123
"pss": "^2.3.1",
124-
"react-emotion": "^9.2.8"
124+
"react-emotion": "^9.2.10"
125125
}
126126
}

0 commit comments

Comments
 (0)