Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Ultramarine Website",
"image": "ghcr.io/ultramarine-linux/ultramarine:43",
"onCreateCommand": "sudo dnf install -y bun nodejs",
"postCreateCommand": "bun install",
"onCreateCommand": "sudo dnf install -y pnpm nodejs",
"postCreateCommand": "pnpm install --frozen-lockfile",
"forwardPorts": [4321],
"portsAttributes": {
"4321": {
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "bun"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
Expand Down
1,360 changes: 0 additions & 1,360 deletions bun.lock

This file was deleted.

Empty file removed bun.lockb
Empty file.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"@nanostores/react": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.12",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^6.4.4",
"astro-i18nya": "^0.2.5",
"i18nya": "^0.2.5",
Expand All @@ -37,6 +35,9 @@
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.84",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.5",
Expand Down
Loading