Skip to content

Commit

Permalink
chore: move playground into workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 7, 2023
1 parent e9ffa5e commit bd8108c
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 955 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.0",
"@nuxt/kit": "^3.8.1",
"defu": "^6.1.3",
"ohash": "^1.1.3"
},
Expand All @@ -38,14 +38,14 @@
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.8.0",
"@nuxt/test-utils": "^3.8.0",
"@nuxt/schema": "^3.8.1",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/ui": "^2.10.0",
"@nuxt/ui-pro": "^0.4.2",
"@types/node": "^20.8.9",
"changelogen": "^0.5.5",
"eslint": "^8.52.0",
"nuxt": "^3.8.0",
"nuxt": "^3.8.1",
"typescript": "^5.2.2",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.22"
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineNuxtConfig({
extends: ['@nuxt/ui-pro'],
modules: [
'../src/module',
'nuxt-auth-utils',
'@nuxt/ui'
],
auth: {},
Expand Down
6 changes: 4 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"build": "nuxi build",
"generate": "nuxi generate"
},
"devDependencies": {
"nuxt": "latest"
"dependencies": {
"nuxt": "3.8.1",
"nuxt-auth-utils": "latest",
"vue": "3.3.8"
}
}
Loading

0 comments on commit bd8108c

Please sign in to comment.