Skip to content

Commit

Permalink
fix: package lock conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Feb 11, 2024
1 parent a7c1e2a commit 1e53cfa
Show file tree
Hide file tree
Showing 2 changed files with 1,390 additions and 1,121 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.6",
"@types/nprogress": "^0.2.0",
"@vite-pwa/sveltekit": "^0.2.5",
"@vite-pwa/sveltekit": "^0.3.0",
"autoprefixer": "^10.4.16",
"jsdom": "^22.1.0",
"lemmy-js-client": "^0.19.0-rc.13",
Expand All @@ -39,7 +39,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-pwa": "^0.18.0",
"vitest": "^1.0.0",
"workbox-window": "^7.0.0"
},
Expand All @@ -50,7 +50,8 @@
"mono-svelte": "^1.4.5"
},
"overrides": {
"@rollup/plugin-node-resolve": "^15.2.3"
"@rollup/plugin-node-resolve": "^15.2.3",
"@sveltejs/kit": "^2.0.0"
},
"type": "module"
}
}
Loading

0 comments on commit 1e53cfa

Please sign in to comment.