Browse Source

npm: package updates

pull/1239/head
NPM Update Bot 2 years ago
parent
commit
264d66209a
  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.4" "tailwindcss": "^3.4.5"
}, },
"engines": { "engines": {
"node": "18" "node": "18"
@ -4719,9 +4719,9 @@
"peer": true "peer": true
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.4", "version": "3.4.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz",
"integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==",
"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.4" "tailwindcss": "^3.4.5"
}, },
"nodemonConfig": { "nodemonConfig": {
"ignore": [ "ignore": [

18
src/www/css/app.css

@ -1,5 +1,5 @@
/* /*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com ! tailwindcss v3.4.5 | MIT License | https://tailwindcss.com
*/ */
/* /*
@ -766,10 +766,6 @@ video {
display: none; display: none;
} }
.h-1 {
height: 0.25rem;
}
.h-10 { .h-10 {
height: 2.5rem; height: 2.5rem;
} }
@ -778,10 +774,6 @@ video {
height: 3rem; height: 3rem;
} }
.h-14 {
height: 3.5rem;
}
.h-2 { .h-2 {
height: 0.5rem; height: 0.5rem;
} }
@ -794,10 +786,6 @@ video {
height: 0.75rem; height: 0.75rem;
} }
.h-32 {
height: 8rem;
}
.h-4 { .h-4 {
height: 1rem; height: 1rem;
} }
@ -911,10 +899,6 @@ 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