Skip to content

Commit

Permalink
fix(deps): update unocss to v0.65.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 9b44957 commit a1849ac
Show file tree
Hide file tree
Showing 5 changed files with 586 additions and 572 deletions.
4 changes: 2 additions & 2 deletions apps/histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
"devDependencies": {
"@histoire/plugin-vue": "0.17.17",
"@unocss/reset": "0.64.1",
"@unocss/reset": "0.65.2",
"@vitejs/plugin-vue": "5.2.1",
"css-preset": "workspace:*",
"histoire": "0.17.17",
"tsconfig": "workspace:*",
"typescript": "5.6.3",
"ui": "workspace:*",
"unocss": "0.64.1",
"unocss": "0.65.2",
"vite": "5.4.11"
}
}
2 changes: 1 addition & 1 deletion apps/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxt/devtools": "1.6.4",
"@pinia/nuxt": "0.9.0",
"@playwright/test": "1.49.1",
"@unocss/nuxt": "0.64.1",
"@unocss/nuxt": "0.65.2",
"@vitest/ui": "2.0.5",
"@vue/test-utils": "2.4.6",
"css-preset": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@antfu/eslint-config": "3.0.0",
"@types/prompts": "2.4.9",
"@types/semver": "7.5.8",
"@unocss/eslint-config": "0.64.1",
"@unocss/eslint-config": "0.65.2",
"dotenv-cli": "7.4.2",
"eslint": "9.9.1",
"eslint-config-custom": "link:packages/eslint-config-custom",
Expand Down
14 changes: 7 additions & 7 deletions packages/css-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@unocss/core": "0.64.1",
"@unocss/nuxt": "0.64.1",
"@unocss/preset-icons": "0.64.1",
"@unocss/preset-mini": "0.64.1",
"@unocss/preset-wind": "0.64.1",
"@unocss/reset": "0.64.1",
"unocss": "0.64.1"
"@unocss/core": "0.65.2",
"@unocss/nuxt": "0.65.2",
"@unocss/preset-icons": "0.65.2",
"@unocss/preset-mini": "0.65.2",
"@unocss/preset-wind": "0.65.2",
"@unocss/reset": "0.65.2",
"unocss": "0.65.2"
},
"devDependencies": {
"@iconify-json/system-uicons": "1.2.2",
Expand Down
Loading

0 comments on commit a1849ac

Please sign in to comment.