Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Jan 5, 2025
1 parent 322dddb commit c44d43c
Showing 3 changed files with 561 additions and 340 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -33,14 +33,14 @@
"play": "pnpm -C playground run dev"
},
"dependencies": {
"@unocss/core": "^0.65.2"
"@unocss/core": "^0.65.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@types/node": "^22.10.2",
"@antfu/eslint-config": "^3.12.1",
"@types/node": "^22.10.5",
"bumpp": "^9.9.2",
"eslint": "^9.17.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"unocss": "^0.65.2",
"unocss": "^0.65.3",
"unocss-unit-to-vw": "workspace:*",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit c44d43c

Please sign in to comment.