Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
18.20.3
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.214",
"@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.10.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.2",
"vite": "4.5.3",
"vitest": "0.34.6",
"vue": "3.4.27",
"vuetify": "3.6.8",
"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.214",
"@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.3",
"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.3",
"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.3",
"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 @@ -5,7 +5,7 @@
"exports": {
".": {
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"

Check failure on line 8 in packages/nuxt-kit/package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'import' should be before 'require'
}
},
"main": "./dist/module.cjs",
Expand All @@ -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.7.0",
"@nuxt/schema": "3.11.2"
}
}