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 19, 2024
1 parent 04a8283 commit bc2eb1a
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 396 deletions.
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.14.159",
"@nuxtjs/mdc": "^0.9.2",
"@nuxtjs/mdc": "^0.9.3",
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
"better-sqlite3": "^11.5.0",
"c12": "^2.0.1",
Expand All @@ -55,17 +55,17 @@
"listhen": "^1.9.0",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-string": "^4.0.0",
"micromark": "^4.0.0",
"micromark-util-character": "^2.1.0",
"micromark-util-chunked": "^2.0.0",
"micromark-util-resolve-all": "^2.0.0",
"micromark-util-sanitize-uri": "^2.0.0",
"micromark": "^4.0.1",
"micromark-util-character": "^2.1.1",
"micromark-util-chunked": "^2.0.1",
"micromark-util-resolve-all": "^2.0.1",
"micromark-util-sanitize-uri": "^2.0.1",
"micromatch": "^4.0.8",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"remark-mdc": "latest",
"scule": "^1.3.0",
"shiki": "^1.22.2",
"shiki": "^1.23.1",
"slugify": "^1.6.6",
"tar": "^7.4.3",
"typescript": "^5.6.3",
Expand All @@ -83,10 +83,10 @@
"pg": "*"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@cloudflare/workers-types": "^4.20241112.0",
"@nuxt/content": "link:.",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/eslint-config": "^0.7.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.159",
"@nuxt/test-utils": "^3.14.4",
Expand All @@ -96,20 +96,18 @@
"@types/pg": "^8.11.10",
"@types/ws": "^8.5.13",
"csvtojson": "^2.0.10",
"eslint": "^9.14.0",
"micromark-util-types": "^2.0.0",
"eslint": "^9.15.0",
"micromark-util-types": "^2.0.1",
"nuxt": "^3.14.159",
"release-it": "^17.10.0",
"vitest": "^2.1.4",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10",
"wrangler": "^3.85.0"
"wrangler": "^3.87.0"
},
"resolutions": {
"remark-mdc": "npm:remark-mdc-edge@latest",
"@nuxtjs/mdc": "npm:@nuxtjs/mdc-edge@latest",
"@nuxt/content": "workspace:*",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@3623989",
"vue": "^3.5.12"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.13.2"
}
Loading

0 comments on commit bc2eb1a

Please sign in to comment.