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 Jul 6, 2023
1 parent 09f1d6c commit ccd2ed4
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 748 deletions.
6 changes: 5 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ export default defineNuxtConfig({
preflight: true,
},

experimental: {
inlineSSRStyles: false,
},

typescript: {
typeCheck: true,
typeCheck: 'build',
shim: false,
tsConfig: {
compilerOptions: {
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --fix --ignore-path .gitignore",
"format": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --write --ignore-path .gitignore",
"format:check": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --check --ignore-path .gitignore",
"format": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --write",
"format:check": "prettier \"**/*.{css,html,json,md,mjs,ts,vue,yml}\" --check",
"test:types": "vue-tsc --noEmit",
"prepare": "simple-git-hooks && nuxi prepare"
},
Expand All @@ -25,20 +25,19 @@
"@julr/unocss-preset-forms": "^0.0.5",
"@nuxt/eslint-config": "^0.1.1",
"@pinia/nuxt": "^0.4.11",
"@types/node": "^18.16.18",
"@types/node": "^20.4.0",
"@unocss/eslint-config": "^0.53.4",
"@unocss/nuxt": "^0.53.4",
"@vueuse/nuxt": "^10.2.0",
"eslint": "^8.43.0",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"lint-staged": "^13.2.2",
"nuxt": "^3.6.1",
"picocolors": "^1.0.0",
"lint-staged": "^13.2.3",
"nuxt": "^3.6.2",
"pinia": "^2.1.4",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"unocss": "^0.53.4",
"vue-tsc": "^1.8.2"
"vue-tsc": "^1.8.4"
}
}
Loading

0 comments on commit ccd2ed4

Please sign in to comment.