Skip to content

Commit 05568c5

Browse files
committed
update browser sync version
1 parent abf82fd commit 05568c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

02-languages/04-playgrounds/01-playground-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"start": "browser-sync start -c bs-config.json"
2929
},
3030
"dependencies": {
31-
"browser-sync": "^2.29.3"
31+
"browser-sync": "^3.0.2"
3232
}
3333
}

02-languages/04-playgrounds/02-playground-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devserver": "browser-sync start -c bs-config.json"
3333
},
3434
"dependencies": {
35-
"browser-sync": "^2.29.3"
35+
"browser-sync": "^3.0.2"
3636
},
3737
"devDependencies": {
3838
"concurrently": "latest",

02-languages/04-playgrounds/03-playground-ejercicios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devserver": "browser-sync start -c bs-config.json"
3333
},
3434
"dependencies": {
35-
"browser-sync": "^2.29.3"
35+
"browser-sync": "^3.0.2"
3636
},
3737
"peerDependencies": {},
3838
"devDependencies": {

0 commit comments

Comments
 (0)