Skip to content

Commit f13b930

Browse files
committed
Fix latest bun, more package upgrades
1 parent 8aeaaf9 commit f13b930

4 files changed

Lines changed: 24 additions & 60 deletions

File tree

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: oven-sh/setup-bun@v2
25-
with:
26-
bun-version: 1.3.9
2725

2826
- name: Install dependencies
2927
run: bun install
@@ -53,4 +51,4 @@ jobs:
5351
run: make ci-setup build
5452

5553
- name: Check Typescript for errors
56-
run: bun src/scripts/check.ts
54+
run: bun src/scripts/check.ts

package-lock.json

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

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,17 @@
3636
"three": "^0.170.0"
3737
},
3838
"devDependencies": {
39-
"@gltf-transform/core": "^4.0.4",
40-
"@gltf-transform/functions": "^4.0.4",
39+
"@gltf-transform/core": "^4.3.0",
40+
"@gltf-transform/functions": "^4.3.0",
4141
"@melt-ui/pp": "^0.3.2",
4242
"@melt-ui/svelte": "^0.86.6",
4343
"@protobuf-ts/plugin": "^2.11.1",
44-
"@sveltejs/adapter-auto": "^3.2.2",
45-
"@sveltejs/adapter-static": "^3.0.2",
44+
"@sveltejs/adapter-static": "^3.0.10",
4645
"@sveltejs/kit": "^2.59.0",
4746
"@sveltejs/vite-plugin-svelte": "^3.1.1",
4847
"@sveltekit-addons/document": "^1.0.1",
4948
"@swc-node/register": "^1.11.1",
5049
"@types/bun": "^1.3.13",
51-
"@types/concaveman": "^1.1.3",
5250
"@types/node": "^20.10.6",
5351
"@types/shelljs": "^0.10.0",
5452
"@types/siema": "^1.4.11",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"esModuleInterop": true,
77
"forceConsistentCasingInFileNames": true,
88
"experimentalDecorators": true,
9+
"emitDecoratorMetadata": true,
910
"resolveJsonModule": true,
1011
"skipLibCheck": true,
1112
"sourceMap": true,

0 commit comments

Comments
 (0)