Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(deps): update unocss monorepo to ^0.58.0 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent a3042b7 commit 562343e
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 185 deletions.
4 changes: 2 additions & 2 deletions play/ce-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/postcss": "^0.57.0",
"@unocss/postcss": "^0.58.0",
"@unplugin-vue-ce/ce-app": "workspace:*",
"autoprefixer": "^10.4.16",
"pinia": "^2.1.7",
"postcss": "^8.4.31",
"unocss": "^0.57.0",
"unocss": "^0.58.0",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions play/sub-style-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"preview": "cd dist && npx http-server -p 8081"
},
"dependencies": {
"@unocss/postcss": "^0.57.0",
"@unocss/postcss": "^0.58.0",
"postcss": "^8.4.31",
"unocss": "^0.57.0",
"unocss": "^0.58.0",
"vue": "^3.3.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 562343e

Please sign in to comment.