Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 78c94cb

Browse files
committed
update tailwind ui
1 parent 4f655c5 commit 78c94cb

File tree

3 files changed

+8
-29
lines changed

3 files changed

+8
-29
lines changed

docker/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"smoke": "cypress run --browser chrome --spec cypress/integration/smoke_spec.js --headless"
1010
},
1111
"dependencies": {
12-
"@tailwindcss/ui": "^0.5.0",
12+
"@tailwindcss/ui": "^0.7.2",
1313
"axios": "^0.21.1",
1414
"chart.js": "^2.9.3",
1515
"core-js": "^3.6.5",

docker/ui/vue.config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

docker/ui/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -978,10 +978,10 @@
978978
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.2.0.tgz#b597c83502e3c3c6641a8aaabda223cd494ab349"
979979
integrity sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==
980980

981-
"@tailwindcss/ui@^0.5.0":
982-
version "0.5.0"
983-
resolved "https://registry.yarnpkg.com/@tailwindcss/ui/-/ui-0.5.0.tgz#c3b274222a57484757e664bc71c4f5288461c9ad"
984-
integrity sha512-UbKe9ti0uMXN2lmgaFgNJC/DY4s2izLaowhIn2A4AgmplC2+XzcYJ9vHLLNNXNBthDq9X+js92tpxey6dBjgfw==
981+
"@tailwindcss/ui@^0.7.2":
982+
version "0.7.2"
983+
resolved "https://registry.yarnpkg.com/@tailwindcss/ui/-/ui-0.7.2.tgz#1f0a5ddf47b75b6f892553e6741764d351782a12"
984+
integrity sha512-7HuFoWUMfVdY8EWEIS2FSJBCj+iEWL4JfljVE6Wd5qLrQrCzH10tuE0S6697jPm7dt8ZUEslFWlJtAsU76A5Nw==
985985
dependencies:
986986
"@tailwindcss/custom-forms" "^0.2.1"
987987
"@tailwindcss/typography" "^0.2.0"
@@ -3836,9 +3836,9 @@ eslint-plugin-node@^11.1.0:
38363836
semver "^6.1.0"
38373837

38383838
eslint-plugin-promise@^4.2.1:
3839-
version "4.2.1"
3840-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
3841-
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
3839+
version "4.3.1"
3840+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
3841+
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==
38423842

38433843
eslint-plugin-standard@^4.0.0:
38443844
version "4.1.0"

0 commit comments

Comments
 (0)