Skip to content

Commit a14c6ed

Browse files
committed
Fjern --bun fra build for pga. bug i bun for nå
1 parent 4775708 commit a14c6ed

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lockb

5.16 KB
Binary file not shown.

packages/internarbeidsflate-decorator-v3/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
"scripts": {
1919
"dev": "bunx --bun vite",
2020
"dev:fullscreen": "VITE_DECORATOR_MODE=fullscreen bunx --bun vite",
21-
"build": "bunx --bun vite build",
21+
"build": "vite build",
2222
"build:watch": "bunx --bun vite build --watch",
2323
"build-and-preview": "bunx --bun vite build && bunx --bun vite preview",
2424
"preview": "bunx --bun vite preview",
2525
"build:preview": "bunx --bun vite build --config preview.vite.config.ts",
2626
"test": "vitest"
2727
},
2828
"devDependencies": {
29-
"@types/react": "^18.2.75",
30-
"@types/react-dom": "^18.2.24",
31-
"@vitejs/plugin-react": "^4.2.1",
29+
"@types/react": "^18.3.11",
30+
"@types/react-dom": "^18.3.1",
31+
"@vitejs/plugin-react": "^4.3.2",
3232
"autoprefixer": "^10.4.19",
3333
"concurrently": "^9.0.0",
34-
"msw": "^2.2.13",
34+
"msw": "^2.4.11",
3535
"postcss": "^8.4.38",
3636
"postcss-import": "^16.1.0",
3737
"react": "^18.2.0",
3838
"react-dom": "^18.2.0",
3939
"tailwindcss": "^3.4.3",
40-
"typescript": "^5.4.4",
41-
"vite": "^5.2.8",
42-
"vitest": "^2.0.4",
40+
"typescript": "^5.6.3",
41+
"vite": "^5.4.9",
42+
"vitest": "^2.1.3",
4343
"vitest-websocket-mock": "^0.4.0"
4444
},
4545
"peerDependencies": {

0 commit comments

Comments
 (0)