Skip to content

Commit 52ab250

Browse files
author
Shane Osbourne
committed
v2.28.0
1 parent 019f8ea commit 52ab250

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.27.12"
5+
"version": "2.28.0"
66
}

Diff for: packages/browser-sync-client/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/browser-sync-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync-client",
33
"description": "Client-side scripts for BrowserSync",
4-
"version": "2.27.12",
4+
"version": "2.28.0",
55
"homepage": "https://github.com/shakyshane/browser-sync-client",
66
"author": "Shane Osbourne <[email protected]>",
77
"repository": {

Diff for: packages/browser-sync-ui/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/browser-sync-ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync-ui",
33
"description": "User Interface for BrowserSync",
4-
"version": "2.27.12",
4+
"version": "2.28.0",
55
"homepage": "http://www.browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -24,13 +24,13 @@
2424
"license": "Apache-2.0",
2525
"dependencies": {
2626
"async-each-series": "0.1.1",
27+
"chalk": "4.1.2",
2728
"connect-history-api-fallback": "^1",
2829
"immutable": "^3",
2930
"server-destroy": "1.0.1",
3031
"socket.io-client": "^4.4.1",
31-
"stream-throttle": "^0.1.3",
32-
"chalk": "4.1.2"
33-
},
32+
"stream-throttle": "^0.1.3"
33+
},
3434
"devDependencies": {
3535
"angular": "^1.8.2",
3636
"angular-route": "~1.8.2",

Diff for: packages/browser-sync/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/browser-sync/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync",
33
"description": "Live CSS Reload & Browser Syncing",
4-
"version": "2.27.12",
4+
"version": "2.28.0",
55
"homepage": "https://browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -35,8 +35,8 @@
3535
"serve:fixtures": "node dist/bin test/fixtures -w --no-open"
3636
},
3737
"dependencies": {
38-
"browser-sync-client": "^2.27.12",
39-
"browser-sync-ui": "^2.27.12",
38+
"browser-sync-client": "^2.28.0",
39+
"browser-sync-ui": "^2.28.0",
4040
"bs-recipes": "1.3.4",
4141
"bs-snippet-injector": "^2.0.1",
4242
"chokidar": "^3.5.1",
@@ -83,8 +83,8 @@
8383
"sinon": "^1",
8484
"socket.io-client": "^2.4.0",
8585
"source-map-support": "^0.5.0",
86+
"strip-ansi": "^6.0.1",
8687
"supertest": "^3",
87-
"strip-ansi": "^6.0.1",
8888
"typescript": "^4.6.2",
8989
"vinyl": "1.2.0"
9090
},

0 commit comments

Comments
 (0)