Updated node dependencies and fixed button margin
This commit is contained in:
parent
305ffc3ba9
commit
b9b415d5ce
@ -1,4 +1,4 @@
|
||||
FROM node:16.17.0
|
||||
FROM node:18.17.0
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
2662
package-lock.json
generated
2662
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@
|
||||
"csurf": "^1.11.0",
|
||||
"debug": "~2.6.9",
|
||||
"dotenv": "^16.0.1",
|
||||
"express": "~4.16.1",
|
||||
"express": "^4.18.2",
|
||||
"express-session": "^1.17.3",
|
||||
"feather-icons": "^4.29.0",
|
||||
"http-errors": "~1.6.3",
|
||||
|
@ -46,4 +46,8 @@ footer .link:after {
|
||||
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.proposal-button {
|
||||
margin: 1em 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user