Update node version to 18

This commit is contained in:
Christopher C. Wells 2023-03-18 10:02:07 -07:00
parent fad9262884
commit f8f605a118
18 changed files with 1366 additions and 1152 deletions

2
.nvmrc
View File

@ -1 +1 @@
16 18

View File

@ -6,7 +6,6 @@
], ],
"rules": { "rules": {
"at-rule-no-vendor-prefix": true, "at-rule-no-vendor-prefix": true,
"indentation": 4,
"media-feature-name-no-vendor-prefix": true, "media-feature-name-no-vendor-prefix": true,
"order/order": [ "order/order": [
"declarations", "declarations",

View File

@ -8,7 +8,7 @@ information and steps below to set up a local development environment for Baby B
## Requirements ## Requirements
- Python 3.7+, pip, pipenv - Python 3.7+, pip, pipenv
- NodeJS 16.x and NPM 8.x (NVM recommended) - NodeJS 18.x and NPM 8.x (NVM recommended)
- Gulp - Gulp
- Possibly `libpq-dev` - Possibly `libpq-dev`
- This is necessary if `psycopg2` can't find an appropriate prebuilt binary. - This is necessary if `psycopg2` can't find an appropriate prebuilt binary.
@ -25,13 +25,13 @@ information and steps below to set up a local development environment for Baby B
If this fails, install `libpq-dev` (e.g. `sudo apt install libpq-dev`) and try again. If this fails, install `libpq-dev` (e.g. `sudo apt install libpq-dev`) and try again.
1. Installed Node 16.x (if necessary) 1. Installed Node 18.x (if necessary)
```shell ```shell
nvm install 16 nvm install 18
``` ```
1. Activate Node 16.x 1. Activate Node 18.x
```shell ```shell
nvm use nvm use

2479
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"url": "https://github.com/babybuddy/babybuddy.git" "url": "https://github.com/babybuddy/babybuddy.git"
}, },
"devDependencies": { "devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.0.9", "@ronilaukkarinen/gulp-stylelint": "^14.1.1",
"bootstrap": "^4.6.2", "bootstrap": "^4.6.2",
"del": "^6.1.1", "del": "^6.1.1",
"gulp": "^4.0.2", "gulp": "^4.0.2",
@ -22,18 +22,18 @@
"gulp-sass-glob": "^1.1.0", "gulp-sass-glob": "^1.1.0",
"gulp-spawn": "^2.0.0", "gulp-spawn": "^2.0.0",
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"jquery": "^3.6.3", "jquery": "^3.6.4",
"moment": "^2.29.4", "moment": "^2.29.4",
"moment-timezone": "^0.5.40", "moment-timezone": "^0.5.41",
"npm-force-resolutions": "^0.0.10", "npm-force-resolutions": "^0.0.10",
"plotly.js": "^2.18.0", "plotly.js": "^2.20.0",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"pulltorefreshjs": "^0.1.22", "pulltorefreshjs": "^0.1.22",
"sass": "^1.57.1", "sass": "^1.59.3",
"stylelint": "^14.16.1", "stylelint": "^15.3.0",
"stylelint-config-recommended-scss": "^8.0.0", "stylelint-config-recommended-scss": "^9.0.1",
"stylelint-order": "^6.0.1", "stylelint-order": "^6.0.3",
"stylelint-scss": "^4.3.0", "stylelint-scss": "^4.5.0",
"tempusdominus-bootstrap-4": "5.39.2", "tempusdominus-bootstrap-4": "5.39.2",
"tempusdominus-core": "5.19.3" "tempusdominus-core": "5.19.3"
} }

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

File diff suppressed because one or more lines are too long