Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Jul 19, 2024
1 parent d9317e8 commit 3555536
Show file tree
Hide file tree
Showing 5 changed files with 1,166 additions and 1,086 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:watch": "vite build --watch",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.12",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-browser-sync": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@applelo/vite-plugin-browser-sync",
"version": "3.0.2",
"version": "3.0.4",
"exports": "./src/index.ts",
"exclude": [
"test",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vite-plugin-browser-sync",
"type": "module",
"version": "3.0.3",
"packageManager": "pnpm@9.2.0",
"version": "3.0.4",
"packageManager": "pnpm@9.5.0",
"description": "Add BrowserSync in your Vite project",
"author": "Applelo",
"license": "MIT",
Expand Down Expand Up @@ -54,14 +54,14 @@
"kolorist": "^1.8.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.4.0",
"playwright": "^1.44.1",
"rollup": "^4.18.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vitest": "^1.6.0"
"@antfu/eslint-config": "^2.23.0",
"@vitest/coverage-v8": "^2.0.3",
"eslint": "^9.7.0",
"playwright": "^1.45.2",
"rollup": "^4.18.1",
"tsup": "^8.2.0",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.3"
}
}
Loading

0 comments on commit 3555536

Please sign in to comment.