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

Commit e471f68

Browse files
fix(deps): update unocss monorepo to ^0.61.0
1 parent 6b2bed5 commit e471f68

File tree

3 files changed

+466
-347
lines changed

3 files changed

+466
-347
lines changed

play/ce-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@unocss/postcss": "^0.58.7",
12+
"@unocss/postcss": "^0.61.0",
1313
"@unplugin-vue-ce/ce-app": "workspace:*",
1414
"autoprefixer": "^10.4.19",
1515
"pinia": "^2.1.7",
1616
"postcss": "^8.4.38",
17-
"unocss": "^0.58.7",
17+
"unocss": "^0.61.0",
1818
"vue-router": "^4.3.0"
1919
}
2020
}

play/sub-style-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"preview": "cd dist && npx http-server -p 8081"
99
},
1010
"dependencies": {
11-
"@unocss/postcss": "^0.58.7",
11+
"@unocss/postcss": "^0.61.0",
1212
"postcss": "^8.4.38",
13-
"unocss": "^0.58.7",
13+
"unocss": "^0.61.0",
1414
"vue": "^3.4.21"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)