Skip to content

Commit

Permalink
Update dependencies and ensure bun is used
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Dec 17, 2023
1 parent 6e58e8b commit 2ed87a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"analyze": "source-map-explorer dist/**/*.js",
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && bun --bun vite build",
"lint": "biome lint ./src",
"format:check": "biome format ./src",
"format:write": "biome format --write ./src",
Expand All @@ -18,12 +18,12 @@
"source-map-explorer": "2.5.3"
},
"devDependencies": {
"@biomejs/biome": "^1.4.1",
"@biomejs/biome": "1.4.1",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react-swc": "3.5.0",
"typescript": "5.3.3",
"vite": "5.0.9",
"vite": "5.0.10",
"vite-plugin-mkcert": "1.17.1"
}
}
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 2ed87a6

Please sign in to comment.