Skip to content

Commit a8e8f64

Browse files
committed
chore: update
1 parent 37693ae commit a8e8f64

File tree

6 files changed

+1402
-1439
lines changed

6 files changed

+1402
-1439
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "transform-to-unocss",
33
"version": "0.0.90",
4+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
45
"description": "The tool that transform css to unocss",
56
"author": "Simon He",
67
"license": "MIT",
@@ -56,7 +57,7 @@
5657
"typecheck": "tsc --noEmit"
5758
},
5859
"dependencies": {
59-
"@vue/compiler-sfc": "3.5.13"
60+
"@vue/compiler-sfc": "3.3.4"
6061
},
6162
"devDependencies": {
6263
"@antfu/eslint-config": "^3.16.0",

playground/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
window.process = { env: {} }
1717
;(function () {
1818
const prefersDark = 'light'
19-
if (setting === 'dark' || (prefersDark && setting !== 'light'))
19+
if (window.setting === 'dark' || (prefersDark && window.setting !== 'light'))
2020
document.documentElement.classList.toggle('dark', true)
2121
})()
2222
</script>

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@vueuse/core": "^9.13.0",
3030
"eslint": "^8.57.1",
3131
"jsdom": "^19.0.0",
32-
"lazy-js-utils": "^0.0.93",
32+
"lazy-js-utils": "^0.1.40",
3333
"rollup-plugin-polyfill-node": "^0.12.0",
3434
"typescript": "^4.9.5",
3535
"unocss": "^0.50.8",

0 commit comments

Comments
 (0)