From 15810c30d763dc1f397983820b778910f1333ad3 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 30 Mar 2023 18:06:28 +0800 Subject: [PATCH] chore: bump csstype version --- package.json | 1 - packages/runtime-dom/package.json | 2 +- pnpm-lock.yaml | 12 +++--------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 9088e7732..a6855ec92 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,6 @@ "brotli": "^1.3.2", "chalk": "^4.1.0", "conventional-changelog-cli": "^2.0.31", - "csstype": "^3.0.3", "enquirer": "^2.3.2", "esbuild": "^0.17.4", "eslint": "^8.33.0", diff --git a/packages/runtime-dom/package.json b/packages/runtime-dom/package.json index a2a3f5b4d..b55b98050 100644 --- a/packages/runtime-dom/package.json +++ b/packages/runtime-dom/package.json @@ -37,6 +37,6 @@ "dependencies": { "@vue/shared": "3.3.0-alpha.5", "@vue/runtime-core": "3.3.0-alpha.5", - "csstype": "^2.6.8" + "csstype": "^3.1.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 339ac9fa6..0c6a63152 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,7 +21,6 @@ importers: brotli: ^1.3.2 chalk: ^4.1.0 conventional-changelog-cli: ^2.0.31 - csstype: ^3.0.3 enquirer: ^2.3.2 esbuild: ^0.17.4 eslint: ^8.33.0 @@ -69,7 +68,6 @@ importers: brotli: 1.3.3 chalk: 4.1.2 conventional-changelog-cli: 2.2.2 - csstype: 3.1.1 enquirer: 2.3.6 esbuild: 0.17.5 eslint: 8.33.0 @@ -221,11 +219,11 @@ importers: specifiers: '@vue/runtime-core': 3.3.0-alpha.5 '@vue/shared': 3.3.0-alpha.5 - csstype: ^2.6.8 + csstype: ^3.1.1 dependencies: '@vue/runtime-core': link:../runtime-core '@vue/shared': link:../shared - csstype: 2.6.21 + csstype: 3.1.1 packages/runtime-test: specifiers: @@ -2002,13 +2000,9 @@ packages: cssom: 0.3.8 dev: true - /csstype/2.6.21: - resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} - dev: false - /csstype/3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} - dev: true + dev: false /dargs/7.0.0: resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}