1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Migrate to Node 16 (#118)

* Node 16: fix build dependencies

* Node 16: fix Bootstrap dependency problem

* Node 16: fix error in HTML writer

* Node 16: move await to proper place (h/t alliejones)
This commit is contained in:
Bill Garrett
2023-01-02 14:03:02 -08:00
committed by GitHub
parent 71990af059
commit 2f90e668cd
16 changed files with 25402 additions and 5246 deletions

View File

@@ -7,7 +7,7 @@
"build": "gulp prod"
},
"engines": {
"node": "12 || 14"
"node": "16"
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"siteInfo": {
@@ -27,59 +27,60 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "~7.15.0",
"@babel/plugin-proposal-class-properties": "~7.14.5",
"@babel/preset-env": "~7.15.0",
"@babel/core": "~7.20.7",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/preset-env": "~7.20.2",
"@rollup/plugin-alias": "~3.1.5",
"@rollup/plugin-commonjs": "~20.0.0",
"@rollup/plugin-node-resolve": "~13.0.4",
"@rollup/plugin-replace": "~3.0.0",
"autoprefixer": "~10.3.3",
"aws-sdk": "~2.978.0",
"autoprefixer": "~10.4.13",
"aws-sdk": "~2.1286.0",
"babel-eslint": "~10.1.0",
"babel-preset-preact": "~2.0.0",
"backbone": "~1.4.0",
"backbone": "~1.4.1",
"bluebird": "~3.7.2",
"bootstrap": "~4.6.0",
"concurrent-transform": "~1.0.0",
"crass": "~0.12.3",
"date-fns": "~2.23.0",
"eslint": "~7.32.0",
"eslint-config-twipped": "~4.0.0",
"date-fns": "~2.29.3",
"eslint": "~8.31.0",
"eslint-config-twipped": "~7.2.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~5.1.0",
"eslint-plugin-react": "~7.24.0",
"express": "~4.17.1",
"fancy-log": "~1.3.3",
"forever": "~4.0.1",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-react": "~7.31.11",
"express": "~4.18.2",
"fancy-log": "~2.0.0",
"forever": "~4.0.3",
"front-matter": "~4.0.2",
"fs-extra": "~10.0.0",
"fs-extra": "~11.1.0",
"get-video-dimensions": "~1.0.0",
"glob": "~7.1.7",
"gm": "~1.23.1",
"glob": "~8.0.3",
"gm": "~1.25.0",
"gulp": "~4.0.2",
"gulp-awspublish": "~4.1.2",
"gulp-awspublish-router": "~0.2.0",
"gulp-clean": "~0.4.0",
"gulp-imagemin": "^7.1.0",
"handybars": "~0.4.0",
"html-minifier-terser": "~5.1.1",
"image-size": "~1.0.0",
"jquery": "~3.6.0",
"html-minifier-terser": "~7.1.0",
"image-size": "~1.0.2",
"jquery": "~3.6.3",
"lodash": "~4.17.21",
"magnific-popup": "~1.1.0",
"make-fetch-happen": "~9.1.0",
"markdown-it": "~12.2.0",
"markdown-it-anchor": "~8.3.0",
"markdown-it-link-attributes": "~3.0.0",
"make-fetch-happen": "~11.0.2",
"markdown-it": "~13.0.1",
"markdown-it-anchor": "~8.6.6",
"markdown-it-link-attributes": "~4.0.1",
"memoizepromise": "~2.0.0",
"minimist": "~1.2.5",
"minimist": "~1.2.7",
"morgan": "~1.10.0",
"node-sass": "~5.0.0",
"plugin-error": "~1.0.1",
"png-to-ico": "~2.1.2",
"node-sass": "~8.0.0",
"plugin-error": "~2.0.1",
"png-to-ico": "~2.1.8",
"popper.js": "~1.16.0",
"postcss": "~8.3.6",
"preact": "~10.5.14",
"postcss": "~8.4.20",
"preact": "~10.11.3",
"rev-hash": "~3.0.0",
"rev-path": "~2.0.0",
"rollup": "~2.56.3",
@@ -90,10 +91,9 @@
"serve-index": "~1.9.1",
"string-strip-html": "~8.3.0",
"svg-dimensions": "~1.0.2",
"terser": "~5.7.2",
"twemoji": "~13.1.0",
"terser": "~5.16.1",
"twemoji": "~14.0.2",
"twitter-lite": "~1.1.0",
"uuid": "~8.3.2"
},
"dependencies": {}
"uuid": "~9.0.0"
}
}