Misc updates (#569)

* Remove Render artifact

* Remove gulp-cli from local dependencies

* Update LICENSE years

* Update node dependencies
This commit is contained in:
Christopher Charbonneau Wells 2022-11-06 08:12:52 -08:00 committed by GitHub
parent 237d56a12e
commit 81fd1fabda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 1510 additions and 950 deletions

View File

@ -1,6 +1,6 @@
BSD 2-Clause License BSD 2-Clause License
Copyright (c) 2017 - 2020, Baby Buddy's Contributors Copyright (c) 2017 - 2022, Baby Buddy's Contributors
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

1011
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,20 +24,17 @@
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"jquery": "^3.6.1", "jquery": "^3.6.1",
"moment": "^2.29.4", "moment": "^2.29.4",
"moment-timezone": "^0.5.37", "moment-timezone": "^0.5.38",
"npm-force-resolutions": "^0.0.10", "npm-force-resolutions": "^0.0.10",
"plotly.js": "^2.15.1", "plotly.js": "^2.16.1",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"pulltorefreshjs": "^0.1.22", "pulltorefreshjs": "^0.1.22",
"sass": "^1.55.0", "sass": "^1.56.0",
"stylelint": "^14.13.0", "stylelint": "^14.14.1",
"stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-recommended-scss": "^8.0.0",
"stylelint-order": "^5.0.0", "stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0", "stylelint-scss": "^4.3.0",
"tempusdominus-bootstrap-4": "5.39.2", "tempusdominus-bootstrap-4": "5.39.2",
"tempusdominus-core": "5.19.3" "tempusdominus-core": "5.19.3"
},
"dependencies": {
"gulp-cli": "^2.3.0"
} }
} }

View File

@ -1,24 +0,0 @@
databases:
- name: babybuddy
plan: free
services:
- type: web
name: babybuddy
plan: free
env: python
buildCommand: "python -m pip install --upgrade pip && pip install -r requirements.txt"
startCommand: "bash Procfile.sh"
envVars:
- key: DATABASE_URL
fromDatabase:
name: babybuddy
property: connectionString
- key: DJANGO_SETTINGS_MODULE
value: babybuddy.settings.render
- key: PYTHON_VERSION
value: 3.10.4
- key: SECRET_KEY
generateValue: true
- key: WEB_CONCURRENCY
value: 4

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long