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] committed Sep 18, 2024
1 parent cc14fe4 commit 28a03f9
Show file tree
Hide file tree
Showing 3 changed files with 1,335 additions and 700 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/icon",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"version": "1.5.1",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -39,11 +39,11 @@
"test": "pnpm run test:unit --run && pnpm run test:playground --run"
},
"dependencies": {
"@iconify/collections": "^1.0.455",
"@iconify/collections": "^1.0.461",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^2.1.32",
"@iconify/utils": "^2.1.33",
"@iconify/vue": "4.1.3-beta.1",
"@nuxt/devtools-kit": "^1.4.1",
"@nuxt/devtools-kit": "^1.4.2",
"@nuxt/kit": "^3.13.0",
"consola": "^3.2.3",
"fast-glob": "^3.3.2",
Expand All @@ -56,25 +56,25 @@
"@iconify-json/fluent-emoji-high-contrast": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.3",
"@iconify-json/solar": "^1.2.0",
"@iconify-json/uil": "^1.2.0",
"@nuxt/devtools": "^1.4.1",
"@nuxt/eslint-config": "^0.5.5",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@types/node": "^22.5.2",
"@unocss/nuxt": "^0.62.3",
"@types/node": "^22.5.5",
"@unocss/nuxt": "^0.62.4",
"changelogen": "^0.5.5",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"nuxt": "^3.13.0",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"untyped": "^1.4.2",
"vite": "^5.4.3",
"vue-tsc": "^2.1.4"
"vite": "^5.4.6",
"vue-tsc": "^2.1.6"
},
"release-it": {
"git": {
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.7.9",
"@nuxthub/core": "^0.7.19",
"nuxt": "^3.13.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.1",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^14.12.3",
"playwright-core": "^1.46.1",
"vitest": "^2.0.5",
"wrangler": "^3.74.0"
"playwright-core": "^1.47.1",
"vitest": "^2.1.1",
"wrangler": "^3.78.5"
}
}
Loading

0 comments on commit 28a03f9

Please sign in to comment.