|
82 | 82 | "react-dom": "^15.0.0 || ^16.0.0"
|
83 | 83 | },
|
84 | 84 | "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", |
88 | 88 | "@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", |
91 | 91 | "@babel/preset-react": "^7.0.0",
|
92 | 92 | "@babel/register": "^7.0.0",
|
93 | 93 | "auto-changelog": "^1.8.0",
|
94 | 94 | "ava": "^1.0.0-beta.8",
|
95 | 95 | "babel-eslint": "^9.0.0",
|
96 |
| - "babel-plugin-emotion": "^9.2.8", |
| 96 | + "babel-plugin-emotion": "^9.2.10", |
97 | 97 | "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", |
100 | 100 | "eslint-config-standard": "^12.0.0",
|
101 | 101 | "eslint-config-standard-react": "^7.0.2",
|
102 | 102 | "eslint-plugin-import": "^2.14.0",
|
103 | 103 | "eslint-plugin-node": "^7.0.1",
|
104 |
| - "eslint-plugin-promise": "^4.0.0", |
| 104 | + "eslint-plugin-promise": "^4.0.1", |
105 | 105 | "eslint-plugin-react": "^7.11.1",
|
106 | 106 | "eslint-plugin-standard": "^4.0.0",
|
107 |
| - "gh-pages": "^1.2.0", |
| 107 | + "gh-pages": "^2.0.0", |
108 | 108 | "husky": "^0.14.3",
|
109 |
| - "lint-staged": "^7.2.2", |
| 109 | + "lint-staged": "^7.3.0", |
110 | 110 | "np": "3.0.4",
|
111 | 111 | "npm-run-all": "^4.1.3",
|
112 | 112 | "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", |
117 | 117 | "rimraf": "^2.6.2"
|
118 | 118 | },
|
119 | 119 | "dependencies": {
|
120 | 120 | "@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", |
123 | 123 | "pss": "^2.3.1",
|
124 |
| - "react-emotion": "^9.2.8" |
| 124 | + "react-emotion": "^9.2.10" |
125 | 125 | }
|
126 | 126 | }
|
0 commit comments