Skip to content

Commit

Permalink
chore(front): upgrade to [email protected] and bump FE deps
Browse files Browse the repository at this point in the history
Closes #1225
  • Loading branch information
dgrebb committed Feb 18, 2024
1 parent c98ccb0 commit ef713a4
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 263 deletions.
2 changes: 1 addition & 1 deletion _utils/_scripts/front.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ while test "$1" != --; do
u | update)
printDgMsg "Updating dependencies..."
echo
cdfront && npx npm-check-updates -u --dep dev
cdfront && pnpx npm-check-updates -u --dep dev
echo # newline
printDgMsg "All dependencies up to date!"
echo # newline
Expand Down
16 changes: 8 additions & 8 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.90",
"@iconify-json/simple-icons": "^1.1.91",
"@iconify-json/typcn": "^1.1.9",
"@playwright/test": "^1.41.2",
"@sveltejs/adapter-static": "^3.0.1",
Expand All @@ -50,29 +50,29 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"html-minifier-terser": "^7.2.0",
"marked": "^11.2.0",
"marked": "^12.0.0",
"marked-alert": "^2.0.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.0",
"postcss-import": "^16.0.1",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.0.2",
"prettier": "^3.2.5",
"prettier-plugin-css-order": "^2.0.1",
"prettier-plugin-svelte": "^3.1.2",
"rollup-plugin-bundle-stats": "^4.9.2",
"prettier-plugin-svelte": "^3.2.1",
"rollup-plugin-bundle-stats": "^4.10.1",
"rollup-plugin-visualizer": "^5.12.0",
"slugger": "^1.0.1",
"svelte": "^4.2.10",
"svelte": "^4.2.11",
"svelte-check": "^3.6.4",
"svelte-highlight": "7.6.0",
"svelte-meta-tags": "^3.1.0",
"svelte-sitemap": "^2.6.0",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.5",
"vite": "^5.1.1",
"vite": "^5.1.3",
"vite-plugin-progress": "^0.0.7",
"vitest": "^1.2.2"
"vitest": "^1.3.0"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
Expand Down
Loading

0 comments on commit ef713a4

Please sign in to comment.