Browse Source

npm: package updates

pull/1605/head
NPM Update Bot 11 months ago
parent
commit
462159fed7
  1. 520
      src/package-lock.json
  2. 4
      src/package.json
  3. 14
      src/www/css/app.css

520
src/package-lock.json

File diff suppressed because it is too large

4
src/package.json

@ -14,7 +14,7 @@
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"debug": "^4.3.5",
"debug": "^4.3.6",
"express-session": "^1.18.0",
"h3": "^1.12.0",
"qrcode": "^1.5.3"
@ -22,7 +22,7 @@
"devDependencies": {
"eslint-config-athom": "^3.1.3",
"nodemon": "^3.1.4",
"tailwindcss": "^3.4.6"
"tailwindcss": "^3.4.7"
},
"nodemonConfig": {
"ignore": [

14
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
*/
/*
@ -798,6 +798,10 @@ video {
display: none;
}
.h-1 {
height: 0.25rem;
}
.h-10 {
height: 2.5rem;
}
@ -838,6 +842,10 @@ video {
min-height: 100vh;
}
.w-1 {
width: 0.25rem;
}
.w-10 {
width: 2.5rem;
}
@ -955,6 +963,10 @@ video {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-end {
align-items: flex-end;
}

Loading…
Cancel
Save