Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 5, 2024
1 parent 3c376d6 commit 76fe863
Show file tree
Hide file tree
Showing 7 changed files with 2,197 additions and 869 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/content": "^3.0.0-alpha.5",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "3.0.0-alpha.6",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@f8e24cf",
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@50cc034",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@8eac713",
"@nuxthub/core": "^0.7.32",
"@nuxtjs/plausible": "^1.0.3",
"@octokit/rest": "^21.0.2",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxt/kit": "^3.14.0",
"@nuxtjs/mdc": "^0.9.2",
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
"better-sqlite3": "^11.5.0",
Expand All @@ -49,7 +49,7 @@
"defu": "^6.1.4",
"destr": "^2.0.3",
"fast-glob": "^3.3.2",
"jiti": "^2.3.3",
"jiti": "^2.4.0",
"knitwork": "^1.1.0",
"listhen": "^1.9.0",
"mdast-util-to-hast": "^13.2.0",
Expand Down Expand Up @@ -86,22 +86,22 @@
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/schema": "^3.14.0",
"@nuxt/test-utils": "^3.14.4",
"@types/better-sqlite3": "^7.6.11",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.8.4",
"@types/node": "^22.9.0",
"@types/pako": "^2.0.3",
"@types/pg": "^8.11.10",
"@types/ws": "^8.5.12",
"@types/ws": "^8.5.13",
"csvtojson": "^2.0.10",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"micromark-util-types": "^2.0.0",
"nuxt": "^3.13.2",
"nuxt": "^3.14.0",
"release-it": "^17.10.0",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.8",
"wrangler": "^3.83.0"
"vue-tsc": "^2.1.10",
"wrangler": "^3.84.1"
},
"resolutions": {
"vue": "^3.5.12"
Expand Down
9 changes: 0 additions & 9 deletions playground/components/content/ProseCode.vue

This file was deleted.

92 changes: 0 additions & 92 deletions playground/composables/useContentHelpers.ts

This file was deleted.

4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dev:prepare": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "3.0.0-alpha.6",
"@nuxt/ui-pro": "2.0.0-alpha.6",
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@50cc034",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@8eac713",
"@nuxthub/core": "^0.7.32",
"nuxt": "^3.13.2"
}
Expand Down
Loading

0 comments on commit 76fe863

Please sign in to comment.