Skip to content

Commit 80df266

Browse files
committed
updated tailwind
1 parent 9e55fa1 commit 80df266

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"axios": "^0.20.0",
39-
"tailwindcss": "^1.8.10",
39+
"tailwindcss": "^1.9.6",
4040
"vue": "^2.6.12",
4141
"vuex": "^3.5.1"
4242
},

yarn.lock

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,12 @@ acorn@^6.4.1:
11731173
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
11741174
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
11751175

1176-
acorn@^7.0.0, acorn@^7.1.1, acorn@^7.4.0:
1176+
acorn@^7.0.0:
1177+
version "7.4.1"
1178+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
1179+
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
1180+
1181+
acorn@^7.1.1, acorn@^7.4.0:
11771182
version "7.4.0"
11781183
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
11791184
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
@@ -2548,9 +2553,9 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125:
25482553
integrity sha512-9f+r7BW8Qli917mU3j0fUaTweT3f3vnX/Lcs+1C73V+RADmFme+Ih0Br8vONQi3X0lseOe6ZHfsZLCA8MSjxUA==
25492554

25502555
caniuse-lite@^1.0.30001109:
2551-
version "1.0.30001143"
2552-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001143.tgz#560f2cfb9f313d1d7e52eb8dac0e4e36c8821c0d"
2553-
integrity sha512-p/PO5YbwmCpBJPxjOiKBvAlUPgF8dExhfEpnsH+ys4N/791WHrYrGg0cyHiAURl5hSbx5vIcjKmQAP6sHDYH3w==
2556+
version "1.0.30001154"
2557+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001154.tgz#f3bbc245ce55e4c1cd20fa731b097880181a7f17"
2558+
integrity sha512-y9DvdSti8NnYB9Be92ddMZQrcOe04kcQtcxtBx4NkB04+qZ+JUWotnXBJTmxlKudhxNTQ3RRknMwNU2YQl/Org==
25542559

25552560
caseless@~0.12.0:
25562561
version "0.12.0"
@@ -2754,14 +2759,30 @@ color-string@^1.5.2:
27542759
color-name "^1.0.0"
27552760
simple-swizzle "^0.2.2"
27562761

2757-
color@^3.0.0, color@^3.1.2:
2762+
color-string@^1.5.4:
2763+
version "1.5.4"
2764+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6"
2765+
integrity sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==
2766+
dependencies:
2767+
color-name "^1.0.0"
2768+
simple-swizzle "^0.2.2"
2769+
2770+
color@^3.0.0:
27582771
version "3.1.2"
27592772
resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
27602773
integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==
27612774
dependencies:
27622775
color-convert "^1.9.1"
27632776
color-string "^1.5.2"
27642777

2778+
color@^3.1.2:
2779+
version "3.1.3"
2780+
resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e"
2781+
integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
2782+
dependencies:
2783+
color-convert "^1.9.1"
2784+
color-string "^1.5.4"
2785+
27652786
colorette@^1.2.1:
27662787
version "1.2.1"
27672788
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
@@ -7002,14 +7023,14 @@ resolve-url@^0.2.1:
70027023
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
70037024
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
70047025

7005-
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.3.2:
7026+
resolve@^1.10.0, resolve@^1.3.2:
70067027
version "1.17.0"
70077028
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
70087029
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
70097030
dependencies:
70107031
path-parse "^1.0.6"
70117032

7012-
resolve@^1.8.1:
7033+
resolve@^1.14.2, resolve@^1.8.1:
70137034
version "1.18.1"
70147035
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
70157036
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
@@ -7723,10 +7744,10 @@ table@^5.2.3:
77237744
slice-ansi "^2.1.0"
77247745
string-width "^3.0.0"
77257746

7726-
tailwindcss@^1.8.10:
7727-
version "1.8.10"
7728-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.8.10.tgz#945ef151c401c04a1c95e6a6bc747387a8d1b9dc"
7729-
integrity sha512-7QkERG/cWCzsuMqHMwjOaLMVixOGLNBiXsrkssxlE1aWfkxVbGqiuMokR2162xRyaH2mBIHKxmlf1qb3DvIPqw==
7747+
tailwindcss@^1.9.6:
7748+
version "1.9.6"
7749+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.9.6.tgz#0c5089911d24e1e98e592a31bfdb3d8f34ecf1a0"
7750+
integrity sha512-nY8WYM/RLPqGsPEGEV2z63riyQPcHYZUJpAwdyBzVpxQHOHqHE+F/fvbCeXhdF1+TA5l72vSkZrtYCB9hRcwkQ==
77307751
dependencies:
77317752
"@fullhuman/postcss-purgecss" "^2.1.2"
77327753
autoprefixer "^9.4.5"

0 commit comments

Comments
 (0)