Skip to content

Commit 956c18c

Browse files
authored
Merge pull request #1017 from outoftime/update-dependencies
Upgrade dependencies
2 parents 3603fc8 + 5aca325 commit 956c18c

File tree

4 files changed

+926
-600
lines changed

4 files changed

+926
-600
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"github-api": "^3.0.0",
113113
"html-inspector": "^0.8.2",
114114
"htmllint": "^0.5.0",
115-
"i18next": "^8.4.3",
115+
"i18next": "^9.0.0",
116116
"immutable": "^3.7.5",
117117
"js-cookie": "^2.1.3",
118118
"jshint": "^2.9.3",
@@ -129,7 +129,7 @@
129129
"react": "^15.4.1",
130130
"react-copy-to-clipboard": "^5.0.0",
131131
"react-dom": "^15.4.1",
132-
"react-draggable": "^2.2.6",
132+
"react-draggable": "^3.0.3",
133133
"react-ga": "^2.1.2",
134134
"react-onclickoutside": "^6.5.0",
135135
"react-prevent-clickthrough": "^0.0.3",
@@ -140,7 +140,7 @@
140140
"redux-immutable": "^4.0.0",
141141
"redux-logger": "^3.0.6",
142142
"redux-saga": "^0.15.3",
143-
"redux-saga-debounce-effect": "https://github.com/madewithlove/redux-saga-debounce-effect.git#v0.2.2",
143+
"redux-saga-debounce-effect": "^0.2.2",
144144
"remark": "^8.0.0",
145145
"remark-react": "^4.0.0",
146146
"reselect": "^3.0.1",
@@ -152,7 +152,7 @@
152152
},
153153
"engines": {
154154
"node": "7.6.0",
155-
"yarn": "0.24.6"
155+
"yarn": "0.27.5"
156156
},
157157
"scripts": {
158158
"postinstall": "bower install",
@@ -189,7 +189,7 @@
189189
"eslint-plugin-import": "^2.2.0",
190190
"eslint-plugin-promise": "^3.4.2",
191191
"eslint-plugin-react": "^7.0.1",
192-
"eslint_d": "^4.0.1",
192+
"eslint_d": "^5.1.0",
193193
"exports-loader": "^0.6.3",
194194
"git-rev-sync": "^1.6.0",
195195
"gulp": "^3.9.1",
@@ -217,7 +217,7 @@
217217
"raw-loader": "^0.5.1",
218218
"react-addons-perf": "^15.4.2",
219219
"redux-saga-test-plan": "^3.0.2",
220-
"sinon": "^2.3.1",
220+
"sinon": "^3.2.1",
221221
"string-replace-loader": "^1.0.5",
222222
"stylelint-selector-bem-pattern": "^1.0.0",
223223
"substitute-loader": "^1.0.0",

src/sagas/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {all, call, put, take, takeEvery} from 'redux-saga/effects';
2-
import debounceFor from 'redux-saga-debounce-effect/src/debounceFor';
2+
import {debounceFor} from 'redux-saga-debounce-effect';
33
import {userDoneTyping as userDoneTypingAction} from '../actions/ui';
44
import {
55
gistExportDisplayed,

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ module.exports = {
165165
matchModule('chalk'),
166166
matchModule('lodash-es'),
167167
matchModule('redux'),
168-
matchModule('redux-saga-debounce-effect'),
169168
matchModule('stylelint'),
170169
],
171170
use: {loader: 'babel-loader', options: babelrc},

0 commit comments

Comments
 (0)