Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
430fb55fca
commit
718b29e6f6
3 changed files with 2 additions and 18 deletions
|
@ -1,3 +1,4 @@
|
|||
public/lib/infinite-scroll.pkgd.min.js
|
||||
.yarn/
|
||||
.pnp*
|
||||
.pnp*
|
||||
pnpm-lock.yaml
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"axios": "1.1.3",
|
||||
"cors": "2.8.5",
|
||||
"ejs": "3.1.8",
|
||||
"express": ">=5.0.0-beta.1",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
axios: 1.1.3
|
||||
cors: 2.8.5
|
||||
ejs: 3.1.8
|
||||
eslint: 8.26.0
|
||||
|
@ -15,7 +14,6 @@ specifiers:
|
|||
timeago.js: 4.0.2
|
||||
|
||||
dependencies:
|
||||
axios: 1.1.3
|
||||
cors: 2.8.5
|
||||
ejs: 3.1.8
|
||||
express: 5.0.0-beta.1
|
||||
|
@ -194,16 +192,6 @@ packages:
|
|||
- debug
|
||||
dev: false
|
||||
|
||||
/axios/1.1.3:
|
||||
resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==}
|
||||
dependencies:
|
||||
follow-redirects: 1.15.2
|
||||
form-data: 4.0.0
|
||||
proxy-from-env: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
dev: false
|
||||
|
||||
/balanced-match/1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
|
||||
|
@ -1185,10 +1173,6 @@ packages:
|
|||
ipaddr.js: 1.9.1
|
||||
dev: false
|
||||
|
||||
/proxy-from-env/1.1.0:
|
||||
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
||||
dev: false
|
||||
|
||||
/pstree.remy/1.1.8:
|
||||
resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==}
|
||||
dev: true
|
||||
|
|
Reference in a new issue