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 May 12, 2024
1 parent 9f436cb commit a411c41
Show file tree
Hide file tree
Showing 7 changed files with 5,967 additions and 3,454 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
18.20.2
24 changes: 12 additions & 12 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"test": "vitest run"
},
"devDependencies": {
"@headlessui/vue": "1.7.5",
"@iconify/json": "2.1.151",
"@headlessui/vue": "1.7.22",
"@iconify/json": "2.2.208",
"@leo91000/lyonkit-client": "1.10.1",
"@lyonkit/bloks": "workspace:*",
"@lyonkit/nuxt": "workspace:*",
"@mdi/js": "^7.1.96",
"@types/lodash-es": "4.17.6",
"@vueuse/nuxt": "10.7.1",
"@mdi/js": "^7.4.47",
"@types/lodash-es": "4.17.12",
"@vueuse/nuxt": "10.9.0",
"lodash-es": "4.17.21",
"nuxt": "3.0.0",
"sass": "^1.56.2",
"vite": "4.0.1",
"vitest": "0.25.7",
"vue": "3.2.45",
"vuetify": "3.0.4",
"webpack": "5.75.0"
"nuxt": "3.11.2",
"sass": "^1.77.1",
"vite": "4.5.3",
"vitest": "0.34.6",
"vue": "3.4.27",
"vuetify": "3.6.5",
"webpack": "5.91.0"
}
}
10 changes: 5 additions & 5 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"typecheck": "nuxt typecheck"
},
"devDependencies": {
"@iconify/json": "2.1.151",
"@iconify/json": "2.2.208",
"@leo91000/lyonkit-client": "1.10.1",
"@lyonkit/bloks": "workspace:*",
"@unocss/nuxt": "0.47.6",
"nuxt": "3.0.0",
"vite": "4.0.1",
"webpack": "5.75.0"
"@unocss/nuxt": "0.60.2",
"nuxt": "3.11.2",
"vite": "4.5.3",
"webpack": "5.91.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@lyonkit/monorepo",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.15.8",
"description": "Monorepo starter that feature page building CMS",
"author": "Léo Coletta <leo.coletta@pm.me>",
"volta": {
"node": "18.12.1",
"npm": "9.2.0"
"node": "18.20.2",
"npm": "9.9.3"
},
"scripts": {
"build": "pnpm -r run build",
Expand All @@ -22,10 +22,10 @@
"@bloks": "pnpm --filter @lyonkit/bloks"
},
"devDependencies": {
"@antfu/eslint-config": "0.33.1",
"eslint": "8.29.0",
"typescript": "5.0.2",
"unocss": "0.47.6",
"vite": "4.0.1"
"@antfu/eslint-config": "0.43.1",
"eslint": "8.57.0",
"typescript": "5.4.5",
"unocss": "0.60.1",
"vite": "4.5.3"
}
}
20 changes: 10 additions & 10 deletions packages/bloks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"test": "vitest run"
},
"peerDependencies": {
"vue": "^3.2.45"
"vue": "^3.4.27"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.0.0",
"@vue/test-utils": "2.2.6",
"jsdom": "21.0.0",
"typescript": "5.0.2",
"vite": "4.0.1",
"vite-plugin-dts": "1.7.1",
"vitest": "0.25.7",
"vue": "3.2.45",
"vue-tsc": "1.0.13"
"@vitejs/plugin-vue": "4.6.2",
"@vue/test-utils": "2.4.6",
"jsdom": "21.1.2",
"typescript": "5.4.5",
"vite": "4.5.3",
"vite-plugin-dts": "1.7.3",
"vitest": "0.34.6",
"vue": "3.4.27",
"vue-tsc": "1.8.27"
}
}
6 changes: 3 additions & 3 deletions packages/nuxt-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@lyonkit/bloks": "workspace:*"
},
"dependencies": {
"@nuxt/kit": "3.0.0"
"@nuxt/kit": "3.11.2"
},
"devDependencies": {
"@leo91000/lyonkit-client": "^1.10.1",
"@lyonkit/bloks": "workspace:*",
"@nuxt/module-builder": "0.2.1",
"@nuxt/schema": "3.0.0"
"@nuxt/module-builder": "0.6.0",
"@nuxt/schema": "3.11.2"
}
}

0 comments on commit a411c41

Please sign in to comment.