Skip to content

Commit

Permalink
chore: docs build maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Apr 24, 2024
1 parent 23a8b5b commit e771f89
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 266 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@nuxt/devtools-kit": "^1.2.0",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/devtools-ui-kit": "^1.2.0",
"@nuxt/kit": "^3.11.2",
"nuxt": "latest",
"vue": "latest",
"vue-router": "latest"
"nuxt": "^3.11.2",
"vue": "^3.4.24",
"vue-router": "^4.3.2"
}
}
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,19 @@
"@unhead/schema": "^1.9.7",
"acorn-loose": "^8.4.0",
"bumpp": "^9.4.0",
"eslint": "9.0.0",
"eslint": "9.1.1",
"nuxt": "^3.11.2",
"nuxt-scripts-devtools": "workspace:*",
"playwright-core": "^1.43.1",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.5.0",
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"resolutions": {
"@nuxt/scripts": "workspace:*"
"@nuxt/scripts": "workspace:*",
"nuxt": "^3.11.2",
"vue": "^3.4.24",
"vue-router": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@nuxt/scripts": "latest",
"@nuxt/ui": "^2.15.1",
"@nuxt/ui": "^2.15.2",
"nuxt": "^3.11.2",
"vue": "^3.4.24",
"vue-router": "^4.3.2"
Expand Down
Loading

0 comments on commit e771f89

Please sign in to comment.