Skip to content

Commit b257a9a

Browse files
committed
updated packages
1 parent efa5c0e commit b257a9a

File tree

2 files changed

+29
-33
lines changed

2 files changed

+29
-33
lines changed

bun.lock

Lines changed: 21 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,31 @@
1414
"build": "bun run scripts/build.ts",
1515
"build:prod": "bun run scripts/build.ts ENV=production && workbox injectManifest workbox-config.json",
1616
"compile": "bun build --compile --minify --sourcemap --bytecode src/server/index.ts --outfile main",
17-
"dev": "vite",
17+
"dev": "bunx --bun vite",
1818
"start": "bun run src/server/index.ts"
1919
},
2020
"devDependencies": {
2121
"@biomejs/biome": "1.9.4",
22-
"@clerk/clerk-react": "^5.30.0",
22+
"@clerk/clerk-react": "^5.30.4",
2323
"@emotion/react": "^11.14.0",
2424
"@emotion/styled": "^11.14.0",
25-
"@evilmartians/lefthook": "^1.11.11",
25+
"@evilmartians/lefthook": "^1.11.12",
2626
"@mui/icons-material": "^7.0.2",
2727
"@mui/material": "^7.0.2",
28-
"@tanstack/react-query": "^5.74.4",
28+
"@tanstack/react-query": "^5.75.2",
2929
"@types/bun": "latest",
3030
"@types/react": "^19.1.2",
31-
"@types/react-dom": "^19.1.2",
31+
"@types/react-dom": "^19.1.3",
3232
"@vitejs/plugin-react": "^4.4.1",
3333
"bun-copy-plugin": "^0.2.1",
3434
"discit-types": "^2.1.0",
3535
"react": "^19.1.0",
3636
"react-dom": "^19.1.0",
37-
"react-error-boundary": "^5.0.0",
3837
"react-hot-toast": "^2.5.2",
39-
"react-infinite-scroll-hook": "^5.0.2",
40-
"react-router-dom": "^7.5.2",
38+
"react-infinite-scroll-hook": "^6.0.0",
39+
"react-router-dom": "^7.5.3",
4140
"typescript": "^5.8.3",
42-
"vite": "^6.3.4",
41+
"vite": "^6.3.5",
4342
"vite-tsconfig-paths": "^5.1.4",
4443
"workbox-cli": "^7.3.0",
4544
"workbox-routing": "^7.3.0",

0 commit comments

Comments
 (0)