Skip to content

Commit

Permalink
⬆️: Update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Jan 26, 2025
1 parent 2d41db6 commit a41e71b
Show file tree
Hide file tree
Showing 8 changed files with 4,662 additions and 4,001 deletions.
2 changes: 1 addition & 1 deletion apps/phoure-www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typegpu": "https://pkg.csb.dev/software-mansion/TypeGPU/commit/ee835995/typegpu",
"typegpu": "catalog:",
"wgpu-matrix": "^3.3.0"
},
"devDependencies": {
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"scripts": {
"dev": "pnpm run -r dev:build && pnpm run -r --parallel dev:watch",
"dev:build": "pnpm run -r dev:build",
Expand All @@ -15,7 +15,10 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"typescript": "^5.0.2",
"vitest": "^1.3.1"
"typescript": "^5.7.3",
"vitest": "^1.6.0"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}
}
6 changes: 3 additions & 3 deletions packages/phoure-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@webgpu/types": "^0.1.34",
"rollup": "^4.29.1",
"rollup-plugin-typegpu": "^0.0.1",
"typegpu": "https://pkg.csb.dev/software-mansion/TypeGPU/commit/ee835995/typegpu"
"typegpu": "catalog:"
},
"peerDependencies": {
"@typegpu/color": "^0.0.0",
"@typegpu/common": "^0.0.0",
"@typegpu/color": "workspace:^0.0.0",
"@typegpu/common": "workspace:^0.0.0",
"typegpu": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/typegpu-color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.29.1",
"rollup-plugin-typegpu": "^0.0.1",
"typegpu": "https://pkg.csb.dev/software-mansion/TypeGPU/commit/ee835995/typegpu"
"typegpu": "catalog:"
},
"peerDependencies": {
"typegpu": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typegpu-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.29.1",
"rollup-plugin-typegpu": "^0.0.1",
"typegpu": "https://pkg.csb.dev/software-mansion/TypeGPU/commit/ee835995/typegpu"
"typegpu": "catalog:"
},
"peerDependencies": {
"typegpu": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typegpu-sdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.29.1",
"rollup-plugin-typegpu": "^0.0.1",
"typegpu": "https://pkg.csb.dev/software-mansion/TypeGPU/commit/ee835995/typegpu"
"typegpu": "catalog:"
},
"peerDependencies": {
"typegpu": "^0.3.0"
Expand Down
Loading

0 comments on commit a41e71b

Please sign in to comment.