Update dependencies; Re-evaluate non-dev dependencies

This commit is contained in:
Robbie Antenesse 2020-01-30 13:38:15 -07:00
parent ae95bf7a0c
commit ae8694a6b4
2 changed files with 881 additions and 891 deletions

View File

@ -18,38 +18,38 @@
"clear": "rimraf public/{*,.*}" "clear": "rimraf public/{*,.*}"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^9.7.3",
"choo-devtools": "^3.0.3", "choo-devtools": "^3.0.3",
"concurrently": "^4.1.2", "concurrently": "^5.1.0",
"cross-env": "^6.0.3",
"faker": "^4.1.0", "faker": "^4.1.0",
"parcel-bundler": "^1.12.4", "rimraf": "^3.0.1",
"parcel-plugin-goodie-bag": "^2.0.0", "sequelize-erd": "https://github.com/Alamantus/sequelize-erd.git"
"rimraf": "^3.0.0",
"sass": "^1.24.0",
"sequelize-erd": "https://github.com/Alamantus/sequelize-erd.git",
"sharp": "^0.23.4"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^9.7.4",
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"choo": "^7.0.0", "choo": "^7.1.0",
"cross-env": "^7.0.0",
"fastify": "^2.11.0", "fastify": "^2.11.0",
"fastify-caching": "^5.0.0", "fastify-caching": "^5.0.0",
"fastify-compress": "^0.11.0", "fastify-compress": "^2.0.0",
"fastify-cookie": "^3.4.0", "fastify-cookie": "^3.5.0",
"fastify-helmet": "^3.0.2", "fastify-helmet": "^3.0.2",
"fastify-jwt": "^1.2.1", "fastify-jwt": "^1.2.1",
"fastify-plugin": "^1.6.0", "fastify-plugin": "^1.6.0",
"fastify-static": "^2.5.1", "fastify-static": "^2.6.0",
"make-promises-safe": "^5.1.0", "make-promises-safe": "^5.1.0",
"marked": "^0.7.0", "marked": "^0.8.0",
"mysql2": "^1.7.0", "mysql2": "^2.1.0",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"nodemailer": "^6.4.2", "nodemailer": "^6.4.2",
"pg": "^7.17.0", "parcel-bundler": "^1.12.4",
"parcel-plugin-goodie-bag": "^2.0.0",
"pg": "^7.18.1",
"pg-hstore": "^2.3.3", "pg-hstore": "^2.3.3",
"picnic": "^6.5.1", "picnic": "^6.5.2",
"sass": "^1.25.0",
"sequelize": "^5.21.3", "sequelize": "^5.21.3",
"sharp": "^0.24.0",
"sqlite": "^3.0.3" "sqlite": "^3.0.3"
} }
} }

1738
yarn.lock

File diff suppressed because it is too large Load Diff