Skip to content

update webpack to 3.4.1 #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
roll back actioncable to 5.0.2
  • Loading branch information
alexeyMohnatkin committed Aug 1, 2017
commit 15f3399e45cde496afc8ae2a84fa3ba15aecb9bd
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lint": "eslint --ext .js,.jsx ."
},
"dependencies": {
"actioncable": "^5.1.2",
"actioncable": "^5.0.2",
"autoprefixer": "^7.1.2",
"axios": "^0.16.2",
"babel": "^6.23.0",
Expand Down
28 changes: 11 additions & 17 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ acorn@^5.0.1:
version "5.0.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"

actioncable@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/actioncable/-/actioncable-5.1.2.tgz#a83268e386963ad66f96b931ad9b294a36702c62"
actioncable@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/actioncable/-/actioncable-5.0.2.tgz#84dbc39b51aee4e7aeb1a66a5409f28d4e98eeb3"

adjust-sourcemap-loader@^1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -1345,8 +1345,8 @@ caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000649.tgz#1ee1754a6df235450c8b7cd15e0ebf507221a86a"

caniuse-lite@^1.0.30000697, caniuse-lite@^1.0.30000704:
version "1.0.30000708"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000708.tgz#71dbf388c57f379b1bb66c89a890edc04c2509b6"
version "1.0.30000709"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000709.tgz#e027c7a0dfd5ada58f931a1080fc71965375559b"

caseless@~0.12.0:
version "0.12.0"
Expand Down Expand Up @@ -1888,12 +1888,6 @@ debug@2.2.0, debug@~2.2.0:
dependencies:
ms "0.7.1"

debug@2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
dependencies:
ms "0.7.2"

debug@2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.1.tgz#79855090ba2c4e3115cc7d8769491d58f0491351"
Expand All @@ -1912,7 +1906,7 @@ debug@2.6.7:
dependencies:
ms "2.0.0"

debug@^2.6.6:
debug@2.6.8, debug@^2.6.6:
version "2.6.8"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
dependencies:
Expand Down Expand Up @@ -4066,12 +4060,12 @@ mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdi
minimist "0.0.8"

mocha@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.4.2.tgz#d0ef4d332126dbf18d0d640c9b382dd48be97594"
version "3.5.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.0.tgz#1328567d2717f997030f8006234bce9b8cd72465"
dependencies:
browser-stdout "1.3.0"
commander "2.9.0"
debug "2.6.0"
debug "2.6.8"
diff "3.2.0"
escape-string-regexp "1.0.5"
glob "7.1.1"
Expand Down Expand Up @@ -5175,8 +5169,8 @@ react-intl@^2.3.0:
invariant "^2.1.1"

react-on-rails@^8.0.6-rc.1:
version "8.0.6"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-8.0.6.tgz#b0f30772a850dca6fa2c508576455557a2dd40ea"
version "8.0.6-rc.1"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-8.0.6-rc.1.tgz#6326e2b431351f9a9976bbf6a59b5e5b2fabd91d"

react-overlays@^0.7.0:
version "0.7.0"
Expand Down