Upgrade dependencies; Add new picniccss variable

This commit is contained in:
Robbie Antenesse 2020-09-14 12:46:22 -06:00
parent 383607c7cf
commit d687685a4c
3 changed files with 274 additions and 297 deletions

View File

@ -27,6 +27,7 @@ $picnic-breakpoint: 60em !default;
$picnic-radius: .2em !default; $picnic-radius: .2em !default;
$picnic-border: 1px solid #ccc !default; $picnic-border: 1px solid #ccc !default;
$picnic-shadow: 0 0 .2em rgba($picnic-black, $picnic-transparency) !default; $picnic-shadow: 0 0 .2em rgba($picnic-black, $picnic-transparency) !default;
$picnic-overlay: rgba($picnic-black, $picnic-transparency);
// Transitions // Transitions
$picnic-transition: all .3s; $picnic-transition: all .3s;

View File

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"choo-devtools": "^3.0.3", "choo-devtools": "^3.0.3",
"concurrently": "^5.3.0", "concurrently": "^5.3.0",
"faker": "^5.0.0", "faker": "^5.1.0",
"onchange": "^7.0.2", "onchange": "^7.0.2",
"rimraf": "^3.0.1", "rimraf": "^3.0.1",
"sequelize-erd": "https://github.com/Alamantus/sequelize-erd.git" "sequelize-erd": "https://github.com/Alamantus/sequelize-erd.git"
@ -31,27 +31,27 @@
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"choo": "^7.1.0", "choo": "^7.1.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"fastify": "^3.2.1", "fastify": "^3.4.1",
"fastify-caching": "^6.0.1", "fastify-caching": "^6.0.1",
"fastify-compress": "^3.3.0", "fastify-compress": "^3.3.0",
"fastify-cookie": "^4.0.2", "fastify-cookie": "^4.1.0",
"fastify-helmet": "^5.0.1", "fastify-helmet": "^5.0.2",
"fastify-jwt": "^2.1.3", "fastify-jwt": "^2.1.3",
"fastify-plugin": "^2.3.2", "fastify-plugin": "^2.3.4",
"fastify-static": "^3.2.0", "fastify-static": "^3.2.0",
"make-promises-safe": "^5.1.0", "make-promises-safe": "^5.1.0",
"marked": "^1.1.1", "marked": "^1.1.1",
"mysql2": "^2.1.0", "mysql2": "^2.1.0",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.1",
"nodemailer": "^6.4.11", "nodemailer": "^6.4.11",
"parcel-bundler": "^1.12.4", "parcel-bundler": "^1.12.4",
"parcel-plugin-goodie-bag": "^2.0.0", "parcel-plugin-goodie-bag": "^2.0.0",
"pg": "^8.3.2", "pg": "^8.3.3",
"pg-hstore": "^2.3.3", "pg-hstore": "^2.3.3",
"picnic": "^6.5.2", "picnic": "^6.5.3",
"sass": "^1.26.10", "sass": "^1.26.10",
"sequelize": "^6.3.4", "sequelize": "^6.3.5",
"sharp": "^0.25.4", "sharp": "^0.26.0",
"sqlite3": "^5.0.0" "sqlite3": "^5.0.0"
} }
} }

550
yarn.lock

File diff suppressed because it is too large Load Diff