Skip to content

Commit 05f8491

Browse files
committed
release: publish v1.1.3
1 parent 4b77619 commit 05f8491

21 files changed

Lines changed: 399 additions & 180 deletions

.github/workflows/vercel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ jobs:
3434
- name: Build Vercel prebuilt output
3535
run: bunx vercel@latest build --prod --token="${VERCEL_TOKEN}"
3636

37+
- name: Check bundle budget
38+
run: bun run bundle:check
39+
3740
- name: Deploy production to Vercel
3841
run: bunx vercel@latest deploy --prebuilt --prod --token="${VERCEL_TOKEN}"

bun.lock

Lines changed: 70 additions & 98 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "space-explorer",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"author": "Douwe de Vries",
55
"license": "MIT",
66
"private": true,
@@ -23,15 +23,15 @@
2323
]
2424
},
2525
"dependencies": {
26-
"phaser": "^4.0.0-rc.7"
26+
"phaser": "^4.0.0"
2727
},
2828
"devDependencies": {
2929
"@eslint/js": "^10.0.1",
30-
"eslint": "^10.2.0",
31-
"globals": "^17.4.0",
32-
"knip": "^6.3.0",
33-
"typescript": "^6.0.2",
34-
"typescript-eslint": "^8.58.0",
35-
"vite": "^8.0.3"
30+
"eslint": "^10.2.1",
31+
"globals": "^17.5.0",
32+
"knip": "^6.6.2",
33+
"typescript": "^6.0.3",
34+
"typescript-eslint": "^8.59.0",
35+
"vite": "^8.0.10"
3636
}
3737
}
2.51 MB
Loading
2.95 MB
Loading
2.47 MB
Loading
2.31 MB
Loading
2.4 MB
Loading
2.33 MB
Loading
2.85 MB
Loading

0 commit comments

Comments
 (0)