From 9e7008edef085bd49b18a7801b14e441f604c559 Mon Sep 17 00:00:00 2001 From: Gweesin Chan <42909374+gweesin@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:56:58 +0800 Subject: [PATCH] fix(warning): fix unocss version conflicts (#1825) --- examples/react-site/package.json | 6 +++--- examples/sites/package.json | 4 ++-- examples/sites/{vite.config.ts => vite.config.mts} | 0 examples/vue2.7/package.json | 4 ++-- examples/vue2/package.json | 4 ++-- examples/vue3/package.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) rename examples/sites/{vite.config.ts => vite.config.mts} (100%) diff --git a/examples/react-site/package.json b/examples/react-site/package.json index 7250274a5..c2fc2c3f9 100644 --- a/examples/react-site/package.json +++ b/examples/react-site/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/markdown-it": "^12.2.3", "@types/node": "^17.0.45", - "@unocss/preset-icons": "^0.38.2", + "@unocss/preset-icons": "^0.61.9", "@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue-jsx": "^1.3.10", "@vue/compiler-sfc": "^3.2.37", @@ -55,7 +55,7 @@ "prettier": "^2.7.1", "stylelint": "^14.9.1", "stylelint-config-standard": "^26.0.0", - "unocss": "^0.39.3", + "unocss": "^0.61.9", "unplugin-auto-import": "0.8.7", "unplugin-vue-components": "^0.19.9", "uslug": "^1.0.4", @@ -64,4 +64,4 @@ "vite-plugin-inspect": "^0.5.0", "vite-plugin-md": "0.13.1" } -} \ No newline at end of file +} diff --git a/examples/sites/package.json b/examples/sites/package.json index 0c394f85f..e5ebc417d 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -53,7 +53,7 @@ "@playwright/test": "~1.42.0", "@types/markdown-it": "^12.2.3", "@types/node": "^17.0.45", - "@unocss/preset-icons": "^0.38.2", + "@unocss/preset-icons": "^0.61.9", "@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/compiler-sfc": "^3.2.37", @@ -74,7 +74,7 @@ "stylelint": "^14.9.1", "stylelint-config-standard": "^26.0.0", "typescript": "^5.0.2", - "unocss": "^0.39.3", + "unocss": "^0.61.9", "unplugin-vue-components": "^0.19.9", "uslug": "^1.0.4", "vite": "^4.3.8", diff --git a/examples/sites/vite.config.ts b/examples/sites/vite.config.mts similarity index 100% rename from examples/sites/vite.config.ts rename to examples/sites/vite.config.mts diff --git a/examples/vue2.7/package.json b/examples/vue2.7/package.json index c13a69b01..b4fe8ccf2 100644 --- a/examples/vue2.7/package.json +++ b/examples/vue2.7/package.json @@ -51,9 +51,9 @@ "vue-tsc": "^1.0.16", "js-sha256": "^0.9.0", "onigasm": "^2.2.5", - "unocss": "^0.48.0", + "unocss": "^0.61.9", "@unocss/core": "^0.48.0", - "@unocss/preset-icons": "^0.48.0", + "@unocss/preset-icons": "^0.61.9", "@unocss/transformer-directives": "^0.48.0" } } \ No newline at end of file diff --git a/examples/vue2/package.json b/examples/vue2/package.json index 3eec9a482..b8b8b985a 100644 --- a/examples/vue2/package.json +++ b/examples/vue2/package.json @@ -55,9 +55,9 @@ "js-sha256": "^0.9.0", "onigasm": "^2.2.5", "@tiptap/vue-2": "^2.1.0", - "unocss": "^0.48.0", + "unocss": "^0.61.9", "@unocss/core": "^0.48.0", - "@unocss/preset-icons": "^0.48.0", + "@unocss/preset-icons": "^0.61.9", "@unocss/transformer-directives": "^0.48.0" } } \ No newline at end of file diff --git a/examples/vue3/package.json b/examples/vue3/package.json index f1bc8adf7..fc71eee9a 100644 --- a/examples/vue3/package.json +++ b/examples/vue3/package.json @@ -54,9 +54,9 @@ "vue-i18n": "^9.1.7", "js-sha256": "^0.9.0", "onigasm": "^2.2.5", - "unocss": "^0.48.0", + "unocss": "^0.61.9", "@unocss/core": "^0.48.0", - "@unocss/preset-icons": "^0.48.0", + "@unocss/preset-icons": "^0.61.9", "@unocss/transformer-directives": "^0.48.0" } } \ No newline at end of file