Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#1329)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahad Birang <[email protected]>
Co-authored-by: Yaël Guilloux <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2022
1 parent 29f90a4 commit fa1b448
Show file tree
Hide file tree
Showing 8 changed files with 1,059 additions and 1,400 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if (process.env.NODE_ENV === 'development') {
}

export default defineNuxtConfig({
alias,
app: {
head: {
script: [
Expand Down Expand Up @@ -60,8 +61,7 @@ export default defineNuxtConfig({
]
}
},
modules: ['@nuxthq/admin', '@nuxtlabs/github-module'],
alias,
modules: ['@nuxtlabs/github-module'],
extends: [
(process.env.DOCUS_THEME_PATH || '@nuxt-themes/docus')
],
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@latest",
"@nuxtlabs/github-module": "npm:@nuxtlabs/github-module-edge@latest",
"monaco-editor-core": "^0.33.0",
"nuxt": "npm:nuxt3@latest",
"nuxt": "3.0.0-rc.6",
"vue-plausible": "^1.3.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineTheme } from '@nuxt-themes/kit'
import { defineTheme } from '@nuxt-themes/config'

export default defineTheme({
title: 'Nuxt Content',
Expand Down
4 changes: 2 additions & 2 deletions docs/tokens.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineThemeTokens } from '@nuxt-themes/kit'
import { defineTokens } from '@nuxtjs/design-tokens'

export default defineThemeTokens({
export default defineTokens({
colors: {
primary: {
50: { value: '#ecfdf5' },
Expand Down
1,213 changes: 568 additions & 645 deletions docs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"husky": "^8.0.1",
"jiti": "^1.14.0",
"lint-staged": "^13.0.3",
"nuxt": "^3.0.0-rc.6",
"nuxt": "npm:nuxt3@latest",
"rehype-figure": "^1.0.1",
"remark-oembed": "^1.2.2",
"vitest": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/shared/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineNuxtConfig({
path: resolveThemeDir('./components/content')
}
],
modules: [contentModule, '@nuxthq/admin'],
modules: [contentModule],
content: {
navigation: {
fields: ['icon']
Expand Down
1,230 changes: 483 additions & 747 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit fa1b448

Please sign in to comment.