Skip to content

Commit

Permalink
chore(deps): upgrade deps ; fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Feb 1, 2023
1 parent 4bf9ba6 commit 55dcb5e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -26,11 +26,11 @@
"release": "release-it"
},
"dependencies": {
"@nuxt-themes/elements": "^0.6.0",
"@nuxt-themes/tokens": "^1.7.1",
"@nuxt-themes/typography": "^0.7.0",
"@nuxt-themes/elements": "^0.6.1",
"@nuxt-themes/tokens": "^1.7.2",
"@nuxt-themes/typography": "^0.7.1",
"@nuxt/content": "^2.4.3",
"@nuxthq/studio": "^0.6.6",
"@nuxthq/studio": "^0.7.0",
"@vueuse/nuxt": "^9.12.0"
},
"devDependencies": {
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tokens.config.ts
Expand Up @@ -3,7 +3,7 @@ import theme from '@nuxt-themes/tokens/config'

export default defineTheme({
color: {
primary: (theme as any).color.lightblue
primary: theme.color.lightblue
},
docus: {
$schema: {
Expand Down

0 comments on commit 55dcb5e

Please sign in to comment.