Skip to content

Commit 8840282

Browse files
committed
v2.27.8
1 parent 58ab4ab commit 8840282

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.27.7"
5+
"version": "2.27.8"
66
}

packages/browser-sync-client/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-client/package.json

Lines changed: 2 additions & 2 deletions
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.7",
4+
"version": "2.27.8",
55
"homepage": "https://github.com/shakyshane/browser-sync-client",
66
"author": "Shane Osbourne <[email protected]>",
77
"repository": {
@@ -35,8 +35,8 @@
3535
"@types/node": "^8",
3636
"nanologger": "^1.3.1",
3737
"socket.io-client": "^4.4.1",
38-
"typescript": "^4.6.2",
3938
"ts-loader": "^9.2.7",
39+
"typescript": "^4.6.2",
4040
"webpack": "^5.17.0",
4141
"webpack-cli": "^4.4.0",
4242
"webpack-dev-server": "^3.11.2"

packages/browser-sync-ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync-ui/package.json

Lines changed: 1 addition & 1 deletion
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.7",
4+
"version": "2.27.8",
55
"homepage": "http://www.browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"

packages/browser-sync/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-sync/package.json

Lines changed: 4 additions & 4 deletions
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.7",
4+
"version": "2.27.8",
55
"homepage": "https://browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -31,11 +31,11 @@
3131
"prettier:fix": "npm run prettier -- --write",
3232
"test": "npm run build && npm run env && npm run unit",
3333
"unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
34-
"watch": "npm run build && node dist/bin test/fixtures -w --no-open"
34+
"watch": "npm run build && node dist/bin test/fixtures -w --no-open"
3535
},
3636
"dependencies": {
37-
"browser-sync-client": "^2.27.7",
38-
"browser-sync-ui": "^2.27.7",
37+
"browser-sync-client": "^2.27.8",
38+
"browser-sync-ui": "^2.27.8",
3939
"bs-recipes": "1.3.4",
4040
"bs-snippet-injector": "^2.0.1",
4141
"chokidar": "^3.5.1",

0 commit comments

Comments
 (0)