Skip to content

Commit

Permalink
chore: bun upgrade --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-Strobl committed Jan 4, 2025
1 parent 3831bc0 commit b1cd01c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.6",
"@solidjs/router": "^0.15.2",
"@solidjs/start": "^1.0.10",
"@types/three": "^0.165.0",
"@types/three": "^0.171.0",
"solid-js": "^1.9.3",
"three": "^0.165.0",
"vinxi": "^0.3.14"
"three": "^0.172.0",
"vinxi": "^0.5.1"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@happy-dom/global-registrator": "^14.12.3",
"@happy-dom/global-registrator": "^16.3.0",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"autoprefixer": "^10.4.20",
"git-format-staged": "^3.1.1",
"happy-dom": "^14.12.3",
"happy-dom": "^16.3.0",
"husky": "^9.1.7",
"jsdom": "^24.1.3",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"solid-start": "^0.3.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.7",
"vite-plugin-glsl": "^1.3.1",
"vite-plugin-solid": "^2.11.0",
"vitest": "^1.6.0",
"vitest": "^2.1.8",
"wrangler": "^3.99.0"
}
}

0 comments on commit b1cd01c

Please sign in to comment.