Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 29d4b60 commit a51bc7b
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 372 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/icon",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.0",
"version": "1.7.2",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,18 +39,18 @@
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
},
"dependencies": {
"@iconify/collections": "^1.0.480",
"@iconify/collections": "^1.0.482",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^2.1.33",
"@iconify/vue": "^4.2.0-dev.1",
"@iconify/vue": "^4.2.0-dev.2",
"@nuxt/devtools-kit": "^1.6.0",
"@nuxt/kit": "^3.14.159",
"consola": "^3.2.3",
"local-pkg": "^0.5.0",
"mlly": "^1.7.2",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"std-env": "^3.7.0",
"std-env": "^3.8.0",
"tinyglobby": "^0.2.10"
},
"devDependencies": {
Expand All @@ -74,7 +74,7 @@
"release-it": "^17.10.0",
"typescript": "^5.6.3",
"untyped": "^1.5.1",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vue-tsc": "^2.1.10"
},
"release-it": {
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test": "vitest"
},
"dependencies": {
"@nuxthub/core": "^0.8.6",
"@nuxthub/core": "^0.8.7",
"nuxt": "^3.14.159"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.4",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.11.0",
"happy-dom": "^15.11.6",
"playwright-core": "^1.48.2",
"vitest": "^2.1.4",
"wrangler": "^3.86.0"
"vitest": "^2.1.5",
"wrangler": "^3.86.1"
}
}
Loading

0 comments on commit a51bc7b

Please sign in to comment.