Skip to content

Commit

Permalink
chore: bump deps, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Mar 9, 2024
1 parent 8badb58 commit c60a95f
Show file tree
Hide file tree
Showing 4 changed files with 1,938 additions and 793 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-schema-org",
"type": "module",
"version": "3.3.4",
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.4",
"description": "Schema.org for Nuxt",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
Expand Down Expand Up @@ -49,30 +49,30 @@
"dependencies": {
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/devtools-ui-kit": "^1.0.8",
"@nuxt/kit": "^3.10.0",
"@unhead/schema-org": "^1.8.10",
"@nuxt/kit": "^3.10.3",
"@unhead/schema-org": "^1.8.12",
"floating-vue": "5.2.2",
"nuxt-site-config": "^2.2.8",
"nuxt-site-config-kit": "^2.2.8",
"nuxt-site-config": "^2.2.11",
"nuxt-site-config-kit": "^2.2.11",
"pathe": "^1.1.2",
"shiki": "^1.0.0-beta.3",
"shiki": "^1.1.7",
"sirv": "^2.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@antfu/eslint-config": "^2.8.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.0",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxt/ui": "^2.14.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.0.1",
"bumpp": "^9.3.0",
"@nuxtjs/i18n": "^8.1.1",
"bumpp": "^9.4.0",
"cheerio": "1.0.0-rc.12",
"eslint": "8.56.0",
"nuxt": "^3.10.0",
"nuxt-icon": "^0.6.8",
"typescript": "^5.3.3",
"vitest": "1.2.2"
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"nuxt-icon": "^0.6.9",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"build": {
"externals": [
Expand Down

0 comments on commit c60a95f

Please sign in to comment.