Skip to content

Commit

Permalink
chore(front): chore(front): update FE deps (#1196)
Browse files Browse the repository at this point in the history
Closes: #1196
  • Loading branch information
dgrebb committed Jan 29, 2024
1 parent 0af50db commit ef21991
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 184 deletions.
8 changes: 4 additions & 4 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ph": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.88",
"@iconify-json/simple-icons": "^1.1.89",
"@iconify-json/typcn": "^1.1.9",
"@playwright/test": "^1.41.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
Expand All @@ -59,7 +59,7 @@
"prettier": "^3.2.4",
"prettier-plugin-css-order": "^2.0.1",
"prettier-plugin-svelte": "^3.1.2",
"rollup-plugin-bundle-stats": "^4.9.1",
"rollup-plugin-bundle-stats": "^4.9.2",
"rollup-plugin-visualizer": "^5.12.0",
"slugger": "^1.0.1",
"svelte": "^4.2.9",
Expand All @@ -82,7 +82,7 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@sveltejs/kit@2.4.1": "patches/@sveltejs__kit@2.4.1.patch"
"@sveltejs/kit@2.5.0": "patches/@sveltejs__kit@2.5.0.patch"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/exports/vite/index.js b/src/exports/vite/index.js
index 94d511ab86e7dfb86c95c53faff302b4e243914d..791868a4abca35f9aba1f1bc50b3f02462a8bb49 100644
index e80fb786aca949d57431406ab6a16394ed82a90a..6ec870b698711cacfb908ef52fb9f30b1a7eb995 100644
--- a/src/exports/vite/index.js
+++ b/src/exports/vite/index.js
@@ -636,8 +636,8 @@ async function kit({ svelte_config }) {
@@ -635,8 +635,8 @@ async function kit({ svelte_config }) {
input,
output: {
format: 'esm',
Expand All @@ -13,7 +13,7 @@ index 94d511ab86e7dfb86c95c53faff302b4e243914d..791868a4abca35f9aba1f1bc50b3f024
assetFileNames: `${prefix}/assets/[name].[hash][extname]`,
hoistTransitiveImports: false,
sourcemapIgnoreList
@@ -651,8 +651,8 @@ async function kit({ svelte_config }) {
@@ -650,8 +650,8 @@ async function kit({ svelte_config }) {
worker: {
rollupOptions: {
output: {
Expand Down
Loading

0 comments on commit ef21991

Please sign in to comment.