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 Dec 26, 2022
1 parent b33eeea commit 298c200
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 371 deletions.
14 changes: 7 additions & 7 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.7",
"@iconify/json": "2.1.156",
"@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": "9.6.0",
"@vueuse/nuxt": "9.9.0",
"lodash-es": "4.17.21",
"nuxt": "3.0.0",
"sass": "^1.56.2",
"vite": "4.0.1",
"vitest": "0.25.7",
"sass": "^1.57.1",
"vite": "4.0.3",
"vitest": "0.26.2",
"vue": "3.2.45",
"vuetify": "3.0.4",
"vuetify": "3.0.6",
"webpack": "5.75.0"
}
}
6 changes: 3 additions & 3 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.1.156",
"@leo91000/lyonkit-client": "1.10.1",
"@lyonkit/bloks": "workspace:*",
"@unocss/nuxt": "0.47.6",
"@unocss/nuxt": "0.48.0",
"nuxt": "3.0.0",
"vite": "4.0.1",
"vite": "4.0.3",
"webpack": "5.75.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lyonkit/monorepo",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@7.18.1",
"packageManager": "pnpm@7.20.0",
"description": "Monorepo starter that feature page building CMS",
"author": "Léo Coletta <leo.coletta@pm.me>",
"volta": {
Expand All @@ -22,10 +22,10 @@
"@bloks": "pnpm --filter @lyonkit/bloks"
},
"devDependencies": {
"@antfu/eslint-config": "0.33.1",
"eslint": "8.29.0",
"@antfu/eslint-config": "0.34.0",
"eslint": "8.30.0",
"typescript": "4.9.4",
"unocss": "0.47.6",
"vite": "4.0.1"
"unocss": "0.48.0",
"vite": "4.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/bloks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@vue/test-utils": "2.2.6",
"jsdom": "20.0.3",
"typescript": "4.9.4",
"vite": "4.0.1",
"vite": "4.0.3",
"vite-plugin-dts": "1.7.1",
"vitest": "0.25.7",
"vitest": "0.26.2",
"vue": "3.2.45",
"vue-tsc": "1.0.13"
"vue-tsc": "1.0.17"
}
}

0 comments on commit 298c200

Please sign in to comment.