Skip to content

Commit b4f6dc5

Browse files
committed
v0.5.5
1 parent a5268e6 commit b4f6dc5

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuefront",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "vuefront",
55
"files": [
66
"lib",
@@ -35,7 +35,7 @@
3535
"@tailwindcss/line-clamp": "^0.2.2",
3636
"@vuelidate/core": "^2.0.0-alpha.32",
3737
"@vuelidate/validators": "^2.0.0-alpha.25",
38-
"color": "^4.0.1",
38+
"color": "^4.0.2",
3939
"faker": "^5.5.3",
4040
"graphql-tag": "^2.12.6",
4141
"graphql-tools": "^8.2.0",
@@ -76,7 +76,7 @@
7676
"graphql": "^16.0.1",
7777
"nodemon": "^2.0.15",
7878
"postcss": "8",
79-
"prettier": "^2.4.1",
79+
"prettier": "^2.5.0",
8080
"typescript": "^4.5.2",
8181
"vite": "^2.6.14",
8282
"vue": "^3.2.11",

yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,14 @@ color-string@^1.6.0:
19051905
color-name "^1.0.0"
19061906
simple-swizzle "^0.2.2"
19071907

1908+
color-string@^1.7.4:
1909+
version "1.7.4"
1910+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.7.4.tgz#79a7bf242610a8aa1b5e2681f3bf6bcfa666245f"
1911+
integrity sha512-nVdUvPVgZMpRQad5dcsCMOSB5BXLljklTiaxS6ehhKxDsAI5sD7k5VmFuBt1y3Rlym8uulc/ANUN/bMWtBu6Sg==
1912+
dependencies:
1913+
color-name "^1.0.0"
1914+
simple-swizzle "^0.2.2"
1915+
19081916
color@^4.0.1:
19091917
version "4.0.1"
19101918
resolved "https://registry.yarnpkg.com/color/-/color-4.0.1.tgz#21df44cd10245a91b1ccf5ba031609b0e10e7d67"
@@ -1913,6 +1921,14 @@ color@^4.0.1:
19131921
color-convert "^2.0.1"
19141922
color-string "^1.6.0"
19151923

1924+
color@^4.0.2:
1925+
version "4.0.2"
1926+
resolved "https://registry.yarnpkg.com/color/-/color-4.0.2.tgz#8bdb639132a37ae8823fd672de5180d0988fca80"
1927+
integrity sha512-fSu0jW2aKQG2FHlDywqdFPdabJHsUdZ0xabSt3wFZdcgRKtLnUHs19nUtuFuLGVMFhINGgfZEIjbUOsGZXGu7Q==
1928+
dependencies:
1929+
color-convert "^2.0.1"
1930+
color-string "^1.7.4"
1931+
19161932
colorette@^1.2.2:
19171933
version "1.2.2"
19181934
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
@@ -3532,10 +3548,10 @@ prettier-linter-helpers@^1.0.0:
35323548
dependencies:
35333549
fast-diff "^1.1.2"
35343550

3535-
prettier@^2.4.1:
3536-
version "2.4.1"
3537-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
3538-
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
3551+
prettier@^2.5.0:
3552+
version "2.5.0"
3553+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
3554+
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==
35393555

35403556
pretty-hrtime@^1.0.3:
35413557
version "1.0.3"

0 commit comments

Comments
 (0)