Skip to content

Commit

Permalink
v2.27.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed May 16, 2022
1 parent e6c7bed commit f6965a6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.27.9"
"version": "2.27.10"
}
2 changes: 1 addition & 1 deletion packages/browser-sync-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/browser-sync-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sync-client",
"description": "Client-side scripts for BrowserSync",
"version": "2.27.9",
"version": "2.27.10",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"author": "Shane Osbourne <[email protected]>",
"repository": {
Expand Down Expand Up @@ -29,22 +29,22 @@
"clean": "rm -rf dist/* _dist/*",
"watch": "npm run build:prod -- --watch",
"prepublishOnly": "npm run build",
"bundle": "esbuild _dist/index.js --bundle --outdir=dist --minify",
"tsc": "rm -rf dist/* dist2/* && tsc"
"bundle": "esbuild _dist/index.js --bundle --outdir=dist --minify",
"tsc": "rm -rf dist/* dist2/* && tsc"
},
"devDependencies": {
"@types/node": "^8",
"esbuild": "^0.14.27",
"nanologger": "^1.3.1",
"socket.io-client": "^4.4.1",
"esbuild": "^0.14.27"
"socket.io-client": "^4.4.1"
},
"keywords": [],
"dependencies": {
"etag": "1.8.1",
"fresh": "0.5.2",
"mitt": "^1.1.3",
"rxjs": "^5.5.6",
"typescript": "^4.6.2"
"typescript": "^4.6.2"
},
"directories": {
"lib": "lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sync-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/browser-sync-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "2.27.9",
"version": "2.27.10",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -41,6 +41,7 @@
"crossbow-sites": "^1.0.1",
"easy-svg": "^3.0.0",
"eazy-logger": "^3.1.0",
"esbuild": "^0.14.27",
"jshint": "^2.8.0",
"mocha": "^8.2.0",
"no-abs": "0.0.0",
Expand All @@ -52,8 +53,7 @@
"store": "^1.3.20",
"supertest": "^3",
"uglify-js": "^2.6.1",
"vinyl-fs": "3.0.3",
"esbuild": "^0.14.27"
"vinyl-fs": "3.0.3"
},
"keywords": [
"browser sync",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/browser-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.27.9",
"version": "2.27.10",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -35,8 +35,8 @@
"serve:fixtures": "node dist/bin test/fixtures -w --no-open"
},
"dependencies": {
"browser-sync-client": "^2.27.9",
"browser-sync-ui": "^2.27.9",
"browser-sync-client": "^2.27.10",
"browser-sync-ui": "^2.27.10",
"bs-recipes": "1.3.4",
"bs-snippet-injector": "^2.0.1",
"chokidar": "^3.5.1",
Expand Down

0 comments on commit f6965a6

Please sign in to comment.