Skip to content

Commit

Permalink
chore(app): upgrade deps and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Feb 7, 2023
1 parent c26ce02 commit 68baf68
Show file tree
Hide file tree
Showing 7 changed files with 2,513 additions and 809 deletions.
Empty file added .eslintrc
Empty file.
7 changes: 0 additions & 7 deletions demo/.eslintrc.cjs

This file was deleted.

8 changes: 4 additions & 4 deletions demo/package.json
Expand Up @@ -10,12 +10,12 @@
"lint": "eslint ."
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxthq/ui": "^0.1.34",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxthq/ui": "^0.1.38",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/supabase": "^0.3.0",
"eslint": "^8.33.0",
"nuxt": "^3.1.1",
"typescript": "^4.9.4"
"nuxt": "^3.1.2",
"typescript": "^4.9.5"
}
}
1,609 changes: 1,334 additions & 275 deletions demo/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-studio/app.config.ts
Expand Up @@ -5,7 +5,7 @@ export default defineAppConfig({
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
socials: {
twitter: 'nuxt_themes',
github: 'nuxt-themes/docus',
github: 'nuxt-themes/docus'
},
aside: {
level: 0,
Expand Down
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -28,16 +28,17 @@
"release:prerelease": "yarn lint && standard-version -p && git push --follow-tags && npm publish --tag next"
},
"dependencies": {
"@nuxt/kit": "^3.0.0",
"@supabase/supabase-js": "2.1.0",
"defu": "^6.1.1",
"pathe": "^1.0.0"
"@nuxt/kit": "^3.1.2",
"@supabase/supabase-js": "2.7.1",
"defu": "^6.1.2",
"pathe": "^1.1.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.28.0",
"nuxt": "^3.0.0",
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"nuxt": "^3.1.2",
"standard-version": "^9.5.0"
}
}
1,683 changes: 1,167 additions & 516 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 68baf68

Please sign in to comment.