Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 2, 2024
1 parent 98329f0 commit 1029733
Show file tree
Hide file tree
Showing 2 changed files with 6,704 additions and 5,490 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev": "nuxi dev",
"dev:tunnel": "nuxi dev --tunnel",
Expand All @@ -16,22 +16,22 @@
"prepare": "simple-git-hooks && nuxi prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@nuxtjs/i18n": "^8.3.0",
"@antfu/eslint-config": "^2.16.1",
"@nuxtjs/i18n": "^8.3.1",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.12.5",
"@unocss/eslint-config": "^0.59.0",
"@unocss/nuxt": "^0.59.0",
"@types/node": "^20.12.8",
"@unocss/eslint-config": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"lint-staged": "^15.2.2",
"nuxt": "^3.11.2",
"nuxt-kql": "^1.4.14",
"nuxt-kql": "^1.4.15",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.1",
"sitemap": "^7.1.1",
"typescript": "^5.4.4",
"vue-tsc": "^2.0.11"
"typescript": "^5.4.5",
"vue-tsc": "^2.0.16"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit 1029733

Please sign in to comment.