mirror of https://github.com/vuejs/core.git
chore: bump csstype version
This commit is contained in:
parent
7c3319bed1
commit
15810c30d7
|
@ -72,7 +72,6 @@
|
||||||
"brotli": "^1.3.2",
|
"brotli": "^1.3.2",
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"conventional-changelog-cli": "^2.0.31",
|
"conventional-changelog-cli": "^2.0.31",
|
||||||
"csstype": "^3.0.3",
|
|
||||||
"enquirer": "^2.3.2",
|
"enquirer": "^2.3.2",
|
||||||
"esbuild": "^0.17.4",
|
"esbuild": "^0.17.4",
|
||||||
"eslint": "^8.33.0",
|
"eslint": "^8.33.0",
|
||||||
|
|
|
@ -37,6 +37,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vue/shared": "3.3.0-alpha.5",
|
"@vue/shared": "3.3.0-alpha.5",
|
||||||
"@vue/runtime-core": "3.3.0-alpha.5",
|
"@vue/runtime-core": "3.3.0-alpha.5",
|
||||||
"csstype": "^2.6.8"
|
"csstype": "^3.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,6 @@ importers:
|
||||||
brotli: ^1.3.2
|
brotli: ^1.3.2
|
||||||
chalk: ^4.1.0
|
chalk: ^4.1.0
|
||||||
conventional-changelog-cli: ^2.0.31
|
conventional-changelog-cli: ^2.0.31
|
||||||
csstype: ^3.0.3
|
|
||||||
enquirer: ^2.3.2
|
enquirer: ^2.3.2
|
||||||
esbuild: ^0.17.4
|
esbuild: ^0.17.4
|
||||||
eslint: ^8.33.0
|
eslint: ^8.33.0
|
||||||
|
@ -69,7 +68,6 @@ importers:
|
||||||
brotli: 1.3.3
|
brotli: 1.3.3
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
conventional-changelog-cli: 2.2.2
|
conventional-changelog-cli: 2.2.2
|
||||||
csstype: 3.1.1
|
|
||||||
enquirer: 2.3.6
|
enquirer: 2.3.6
|
||||||
esbuild: 0.17.5
|
esbuild: 0.17.5
|
||||||
eslint: 8.33.0
|
eslint: 8.33.0
|
||||||
|
@ -221,11 +219,11 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@vue/runtime-core': 3.3.0-alpha.5
|
'@vue/runtime-core': 3.3.0-alpha.5
|
||||||
'@vue/shared': 3.3.0-alpha.5
|
'@vue/shared': 3.3.0-alpha.5
|
||||||
csstype: ^2.6.8
|
csstype: ^3.1.1
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/runtime-core': link:../runtime-core
|
'@vue/runtime-core': link:../runtime-core
|
||||||
'@vue/shared': link:../shared
|
'@vue/shared': link:../shared
|
||||||
csstype: 2.6.21
|
csstype: 3.1.1
|
||||||
|
|
||||||
packages/runtime-test:
|
packages/runtime-test:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
@ -2002,13 +2000,9 @@ packages:
|
||||||
cssom: 0.3.8
|
cssom: 0.3.8
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/csstype/2.6.21:
|
|
||||||
resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==}
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/csstype/3.1.1:
|
/csstype/3.1.1:
|
||||||
resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==}
|
resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==}
|
||||||
dev: true
|
dev: false
|
||||||
|
|
||||||
/dargs/7.0.0:
|
/dargs/7.0.0:
|
||||||
resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}
|
resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==}
|
||||||
|
|
Loading…
Reference in New Issue