upgrade some deps

upgrade some deps


upgrade some deps
This commit is contained in:
Chuck Dries 2022-10-20 20:00:26 -07:00
parent 318b695866
commit 4a2d1c7e0f
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
4 changed files with 93 additions and 569 deletions

View File

@ -44,16 +44,16 @@
"fast-exif": "^1.0.1", "fast-exif": "^1.0.1",
"gatsby": "^4.24.4", "gatsby": "^4.24.4",
"gatsby-plugin-eslint": "^3.0.0", "gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-image": "^2.17.0", "gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.17.0", "gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-mdx": "^2.7.1", "gatsby-plugin-mdx": "^2.7.1",
"gatsby-plugin-postcss": "^5.24.0", "gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-preval": "^1.0.0", "gatsby-plugin-preval": "^1.0.0",
"gatsby-plugin-react-helmet": "^5.17.0", "gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^4.17.0", "gatsby-plugin-sharp": "^4.24.0",
"gatsby-source-filesystem": "^4.17.0", "gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.17.0", "gatsby-transformer-sharp": "^4.24.0",
"kebab-case": "^1.0.1", "kebab-case": "^1.0.1",
"node-iptc": "^1.0.5", "node-iptc": "^1.0.5",
"node-vibrant": "3.1.6", "node-vibrant": "3.1.6",
@ -62,11 +62,10 @@
"ramda": "^0.27.1", "ramda": "^0.27.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-cool-dimensions": "^2.0.7", "react-cool-dimensions": "^2.0.7",
"react-div-100vh": "^0.7.0",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",
"sass": "^1.34.0", "sass": "^1.34.0",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.2.0",
"use-breakpoint": "^2.0.1" "use-breakpoint": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -52,11 +52,6 @@
@apply bg-opacity-70; @apply bg-opacity-70;
} }
} }
@variants responsive {
.h-two-thirds-vw {
height: 67vw;
}
}
.cool-border-big { .cool-border-big {
border: 1px solid rgb(var(--dark-vibrant)); border: 1px solid rgb(var(--dark-vibrant));
background: rgb(var(--light-vibrant)); background: rgb(var(--light-vibrant));

View File

@ -1,7 +1,7 @@
const defaultTheme = require("tailwindcss/defaultTheme"); const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = { module.exports = {
purge: ["./src/**/*.{js,jsx,ts,tsx}"], content: ["./src/**/*.{js,jsx,ts,tsx}"],
mode: "jit", mode: "jit",
// darkMode: 'media', // or 'media' or 'class' // darkMode: 'media', // or 'media' or 'class'
theme: { theme: {

642
yarn.lock

File diff suppressed because it is too large Load Diff