Skip to content

Commit

Permalink
fix: use new sidebase/templates as base (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Jun 21, 2024
1 parent ab72aee commit 8b8935e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/configs/naiveui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ const naiveui: ModuleConfig = {
scripts: [],
dependencies: [{
name: '@bg-dev/nuxt-naiveui',
version: '^1.11.0',
/*
* Pinned to v1.0.0-edge.2 as naiveui was failing on typecheck.
* replace this with the offical release, once it is out.
* See: https://github.com/becem-gharbi/nuxt-naiveui/issues/76
*/
version: '1.0.0-edge.2',
isDev: true
}],
nuxtConfig: {
Expand Down
2 changes: 1 addition & 1 deletion src/steps/1.downloadTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { say } from '../messages'
import type { Preferences } from '../types'

const KNOWN_TEMPLATES = {
merino: 'github:nuxt/starter#v3',
merino: 'github:sidebase/templates#nuxt-3.12.2',
cheviot: 'community/sidebase'
}

Expand Down

0 comments on commit 8b8935e

Please sign in to comment.