Skip to content

Commit

Permalink
chore(front): update deps and patch @sveltejs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed May 3, 2024
1 parent 5f32da7 commit 9b93894
Show file tree
Hide file tree
Showing 3 changed files with 3,117 additions and 4,016 deletions.
24 changes: 12 additions & 12 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,41 +39,41 @@
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/typcn": "^1.1.9",
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.37.0",
"eslint-plugin-svelte": "^2.38.0",
"highlight.js": "^11.9.0",
"html-minifier-terser": "^7.2.0",
"marked": "^12.0.1",
"marked": "^12.0.2",
"marked-alert": "^2.0.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.1",
"postcss-nesting": "^12.1.2",
"prettier": "^3.2.5",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-svelte": "^3.2.3",
"rollup-plugin-bundle-stats": "^4.12.2",
"rollup-plugin-visualizer": "^5.12.0",
"slugger": "^1.0.1",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"svelte-highlight": "7.6.0",
"svelte-meta-tags": "^3.1.2",
"svelte-sitemap": "^2.6.0",
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.8",
"unplugin-icons": "^0.19.0",
"vite": "^5.2.11",
"vite-plugin-progress": "^0.0.7",
"vitest": "^1.5.0"
"vitest": "^1.5.3"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
Expand All @@ -84,7 +84,7 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@sveltejs/[email protected].5": "patches/@[email protected].5.patch"
"@sveltejs/[email protected].7": "patches/@[email protected].7.patch"
}
}
}
File renamed without changes.
Loading

0 comments on commit 9b93894

Please sign in to comment.