Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6965a6

Browse files
committed
v2.27.10
1 parente6c7bed commitf6965a6

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.9"
5+
"version":"2.27.10"
66
}

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

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

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

Lines changed: 6 additions & 6 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.9",
4+
"version":"2.27.10",
55
"homepage":"https://github.com/shakyshane/browser-sync-client",
66
"author":"Shane Osbourne <shane.osbourne8@gmail.com>",
77
"repository": {
@@ -29,22 +29,22 @@
2929
"clean":"rm -rf dist/* _dist/*",
3030
"watch":"npm run build:prod -- --watch",
3131
"prepublishOnly":"npm run build",
32-
"bundle":"esbuild _dist/index.js --bundle --outdir=dist --minify",
33-
"tsc":"rm -rf dist/* dist2/* && tsc"
32+
"bundle":"esbuild _dist/index.js --bundle --outdir=dist --minify",
33+
"tsc":"rm -rf dist/* dist2/* && tsc"
3434
},
3535
"devDependencies": {
3636
"@types/node":"^8",
37+
"esbuild":"^0.14.27",
3738
"nanologger":"^1.3.1",
38-
"socket.io-client":"^4.4.1",
39-
"esbuild":"^0.14.27"
39+
"socket.io-client":"^4.4.1"
4040
},
4141
"keywords": [],
4242
"dependencies": {
4343
"etag":"1.8.1",
4444
"fresh":"0.5.2",
4545
"mitt":"^1.1.3",
4646
"rxjs":"^5.5.6",
47-
"typescript":"^4.6.2"
47+
"typescript":"^4.6.2"
4848
},
4949
"directories": {
5050
"lib":"lib",

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

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

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

Lines changed: 3 additions & 3 deletions
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.9",
4+
"version":"2.27.10",
55
"homepage":"http://www.browsersync.io/",
66
"author": {
77
"name":"Shane Osbourne"
@@ -41,6 +41,7 @@
4141
"crossbow-sites":"^1.0.1",
4242
"easy-svg":"^3.0.0",
4343
"eazy-logger":"^3.1.0",
44+
"esbuild":"^0.14.27",
4445
"jshint":"^2.8.0",
4546
"mocha":"^8.2.0",
4647
"no-abs":"0.0.0",
@@ -52,8 +53,7 @@
5253
"store":"^1.3.20",
5354
"supertest":"^3",
5455
"uglify-js":"^2.6.1",
55-
"vinyl-fs":"3.0.3",
56-
"esbuild":"^0.14.27"
56+
"vinyl-fs":"3.0.3"
5757
},
5858
"keywords": [
5959
"browser sync",

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

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

‎packages/browser-sync/package.json‎

Lines changed: 3 additions & 3 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.9",
4+
"version":"2.27.10",
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.9",
39-
"browser-sync-ui":"^2.27.9",
38+
"browser-sync-client":"^2.27.10",
39+
"browser-sync-ui":"^2.27.10",
4040
"bs-recipes":"1.3.4",
4141
"bs-snippet-injector":"^2.0.1",
4242
"chokidar":"^3.5.1",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp