Skip to content

Commit

Permalink
Downgrade vite to 4.4.9
Browse files Browse the repository at this point in the history
There's some issue getting sveltekit working with vite 4.5 and bun
  • Loading branch information
thokra-nav committed Oct 25, 2023
1 parent 61e465d commit 2f5bae6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/ds-svelte-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nais/ds-svelte-community",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "https://nais.github.io/ds-svelte-community",
"repository": "https://github.com/nais/ds-svelte-community.git",
"license": "MIT",
Expand Down Expand Up @@ -142,7 +142,7 @@
"tailwindcss": "^3.3.4",
"tslib": "^2.6.2",
"typescript": "5.2.2",
"vite": "4.5.0"
"vite": "4.4.9"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@
tailwindcss "^3.3.4"
tslib "^2.6.2"
typescript "5.2.2"
vite "4.5.0"
vite "4.4.9"
dependencies:
"@navikt/ds-css" "^5.7.6"
"@navikt/ds-tokens" "^5.7.6"
Expand Down Expand Up @@ -8652,7 +8652,7 @@ vary@~1.1.2:
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

"vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@^4.0.0:
[email protected], "vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@^4.0.0:
version "4.4.9"
resolved "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz"
integrity sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==
Expand All @@ -8663,7 +8663,7 @@ vary@~1.1.2:
optionalDependencies:
fsevents "~2.3.2"

[email protected], "vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@^4.0.0:
"vite@^3.0.0 || ^4.0.0 || ^5.0.0", vite@^4.0.0:
version "4.5.0"
resolved "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
Expand Down

0 comments on commit 2f5bae6

Please sign in to comment.