Skip to content

Commit

Permalink
Browser-sync downgrade
Browse files Browse the repository at this point in the history
page reloads when debugging and stoping on breakpoints.
see : BrowserSync/browser-sync#1591
  • Loading branch information
CiGit committed Sep 10, 2018
1 parent 6b06fda commit 6b877f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion wegas-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"bower": "^1.8.4",
"browser-sync": "^2.24.4",
"browser-sync": "2.23",
"chalk": "~0.5.1",
"cross-env": "^5.1.1",
"del": "^1.2.1",
Expand Down
26 changes: 13 additions & 13 deletions wegas-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1671,36 +1671,36 @@ browser-sync-ui@v1.0.1:
socket.io-client "2.0.4"
stream-throttle "^0.1.3"

browser-sync@^2.24.4:
version "2.24.7"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.24.7.tgz#0f93bcaabfb84a35a5c98e07682c9e45c6251a93"
browser-sync@2.23:
version "2.23.7"
resolved "https://registry.yarnpkg.com/browser-sync/-/browser-sync-2.23.7.tgz#26002648115a9f99fd762bc6e6e9cfbf10c4a00a"
dependencies:
browser-sync-ui v1.0.1
bs-recipes "1.3.4"
chokidar "1.7.0"
connect "3.6.6"
connect "3.5.0"
connect-history-api-fallback "^1.5.0"
dev-ip "^1.0.1"
easy-extender "^2.3.4"
easy-extender "2.3.2"
eazy-logger "3.0.2"
emitter-steward "^1.0.0"
etag "^1.8.1"
fresh "^0.5.2"
fs-extra "3.0.1"
http-proxy "1.15.2"
immutable "3.8.2"
localtunnel "1.9.0"
localtunnel "1.8.3"
micromatch "2.3.11"
opn "5.3.0"
opn "4.0.2"
portscanner "2.1.1"
qs "6.2.3"
raw-body "^2.3.2"
qs "6.2.1"
resp-modifier "6.0.2"
rx "4.1.0"
serve-index "1.9.1"
serve-static "1.13.2"
serve-index "1.8.0"
serve-static "1.12.2"
server-destroy "1.0.1"
socket.io "2.1.1"
ua-parser-js "0.7.17"
socket.io "2.0.4"
ua-parser-js "0.7.12"
yargs "6.4.0"

browserify-aes@^1.0.0, browserify-aes@^1.0.4:
Expand Down

0 comments on commit 6b877f7

Please sign in to comment.