Browse Source

npm: package updates

pull/1239/head
NPM Update Bot 2 years ago
parent
commit
ddf4b51043
  1. 8
      src/package-lock.json
  2. 2
      src/package.json
  3. 18
      src/www/css/app.css

8
src/package-lock.json

@ -18,7 +18,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-config-athom": "^3.1.3", "eslint-config-athom": "^3.1.3",
"tailwindcss": "^3.4.6" "tailwindcss": "^3.4.7"
}, },
"engines": { "engines": {
"node": "18" "node": "18"
@ -4725,9 +4725,9 @@
"peer": true "peer": true
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.6", "version": "3.4.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz",
"integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",

2
src/package.json

@ -22,7 +22,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-config-athom": "^3.1.3", "eslint-config-athom": "^3.1.3",
"tailwindcss": "^3.4.6" "tailwindcss": "^3.4.7"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [

18
src/www/css/app.css

@ -1,5 +1,5 @@
/* /*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com ! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/ */
/* /*
@ -766,6 +766,10 @@ video {
display: none; display: none;
} }
.h-1 {
height: 0.25rem;
}
.h-10 { .h-10 {
height: 2.5rem; height: 2.5rem;
} }
@ -774,6 +778,10 @@ video {
height: 3rem; height: 3rem;
} }
.h-14 {
height: 3.5rem;
}
.h-2 { .h-2 {
height: 0.5rem; height: 0.5rem;
} }
@ -786,6 +794,10 @@ video {
height: 0.75rem; height: 0.75rem;
} }
.h-32 {
height: 8rem;
}
.h-4 { .h-4 {
height: 1rem; height: 1rem;
} }
@ -899,6 +911,10 @@ video {
flex-direction: column; flex-direction: column;
} }
.flex-wrap {
flex-wrap: wrap;
}
.items-center { .items-center {
align-items: center; align-items: center;
} }

Loading…
Cancel
Save