Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 5, 2023
1 parent 8f80cf0 commit 7795a3e
Show file tree
Hide file tree
Showing 3 changed files with 1,602 additions and 1,599 deletions.
6 changes: 1 addition & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ export default defineNuxtConfig({
},

experimental: {
typescriptBundlerResolution: true,
inlineSSRStyles: false,
},

typescript: {
typeCheck: 'build',
shim: false,
tsConfig: {
compilerOptions: {
moduleResolution: 'bundler',
},
},
},
})
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@8.6.6",
"packageManager": "pnpm@8.7.1",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
Expand All @@ -21,23 +21,23 @@
"pre-commit": "npx lint-staged"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/carbon": "^1.1.21",
"@julr/unocss-preset-forms": "^0.0.5",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/eslint-config": "^0.2.0",
"@pinia/nuxt": "^0.4.11",
"@types/node": "^20.4.0",
"@unocss/eslint-config": "^0.53.4",
"@unocss/nuxt": "^0.53.4",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"lint-staged": "^13.2.3",
"nuxt": "^3.6.2",
"pinia": "^2.1.4",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.8.1",
"@types/node": "^20.5.9",
"@unocss/eslint-config": "^0.55.7",
"@unocss/nuxt": "^0.55.7",
"@vueuse/nuxt": "^10.4.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"lint-staged": "^14.0.1",
"nuxt": "^3.7.0",
"pinia": "^2.1.6",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.1.6",
"unocss": "^0.53.4",
"vue-tsc": "^1.8.4"
"unocss": "^0.55.7",
"vue-tsc": "^1.8.8"
}
}
Loading

0 comments on commit 7795a3e

Please sign in to comment.