Skip to content

Commit fa7396f

Browse files
committed
fix(web): strange hoisting problems
1 parent 269ac11 commit fa7396f

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

webapp/.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package Managers
22
package-lock.json
33
pnpm-lock.yaml
4-
yarn.lock
4+
pnpm-workspace.yaml
55

66
svelte.config.js
77
src/lib/components/ui

webapp/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:e2e": "playwright test"
1616
},
1717
"devDependencies": {
18-
"@internationalized/date": "^3.8.1",
18+
"@internationalized/date": "^3.8.2",
1919
"@lucide/svelte": "^0.515.0",
2020
"@playwright/test": "^1.53.0",
2121
"@sveltejs/adapter-static": "^3.0.8",
@@ -49,8 +49,10 @@
4949
"vitest": "^3.2.3",
5050
"waveform-data": "^4.5.2"
5151
},
52+
"packageManager": "pnpm@10.12.1",
5253
"pnpm": {
5354
"onlyBuiltDependencies": [
55+
"@tailwindcss/oxide",
5456
"esbuild"
5557
]
5658
}

webapp/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
publicHoistPattern:
2+
- "*eslint*"
3+
- "*prettier*"

0 commit comments

Comments
 (0)