Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 18, 2024
1 parent 4acf595 commit 96d812c
Show file tree
Hide file tree
Showing 2 changed files with 1,796 additions and 1,513 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "byjohann-link",
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "pnpm run uno:clean && nuxi dev",
"build": "pnpm run uno:build && nuxi build",
Expand All @@ -18,23 +18,23 @@
"prepare": "pnpm run uno:clean && nuxi prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@antfu/eslint-config": "^2.21.1",
"@byjohann/ui": "^0.6.6",
"@iconify-json/carbon": "^1.1.34",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/logos": "^1.1.43",
"@julr/unocss-preset-forms": "^0.1.0",
"@nuxt/fonts": "^0.7.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.12.13",
"@unocss/eslint-config": "^0.60.3",
"@unocss/nuxt": "^0.60.3",
"@vueuse/nuxt": "^10.10.0",
"eslint": "^9.3.0",
"nuxt": "^3.11.2",
"nuxt-kql": "^1.4.17",
"nuxt-lcp-speedup": "^0.8.1",
"prettier": "^3.2.5",
"@types/node": "^20.14.5",
"@unocss/eslint-config": "^0.61.0",
"@unocss/nuxt": "^0.61.0",
"@vueuse/nuxt": "^10.11.0",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"nuxt-kql": "^1.4.18",
"nuxt-lcp-speedup": "^0.9.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
"vue-tsc": "^2.0.21"
}
}
Loading

0 comments on commit 96d812c

Please sign in to comment.