diff --git a/assets/sass/components/_footer.scss b/assets/sass/components/_footer.scss
index 8749ed0c..acb75f0f 100644
--- a/assets/sass/components/_footer.scss
+++ b/assets/sass/components/_footer.scss
@@ -20,40 +20,40 @@ footer {
margin: 0 auto;
display: flex;
justify-content: space-between;
+ }
- div {
- copyright,
- poweredby {
- width: 40%;
- font-size: 0.85em;
- line-height: 2;
+ div {
+ copyright,
+ poweredby {
+ width: 40%;
+ font-size: 0.85em;
+ line-height: 2;
+ }
+
+ copyright {
+ text-align: left;
+ }
+
+ poweredby {
+ text-align: right;
+
+ a#source {
+ border-bottom: 1px solid $color-light;
}
+ }
- copyright {
- text-align: left;
- }
+ panda {
+ width: 20%;
+ text-align: center;
+ font-size: 1.7em;
+ line-height: 1;
- poweredby {
- text-align: right;
+ a {
+ display: inline-block;
+ transition: transform 0.2s ease-in-out;
- a#source {
- border-bottom: 1px solid $color-light;
- }
- }
-
- panda {
- width: 20%;
- text-align: center;
- font-size: 1.7em;
- line-height: 1;
-
- a {
- display: inline-block;
- transition: transform 0.2s ease-in-out;
-
- &:hover {
- transform: scale(1.6) rotate(10deg);
- }
+ &:hover {
+ transform: scale(1.6) rotate(10deg);
}
}
}
@@ -65,7 +65,7 @@ footer {
footer {
padding: 1em 1.5em 0 1.5em;
- div#row div {
+ div {
// no more room at the inn for panda :(
panda {
display: none;
diff --git a/assets/sass/components/_global.scss b/assets/sass/components/_global.scss
index c239cb8d..eb5b4a13 100644
--- a/assets/sass/components/_global.scss
+++ b/assets/sass/components/_global.scss
@@ -87,7 +87,6 @@ div#content {
ul {
list-style-position: outside;
- list-style-type: square;
margin-left: 1em;
padding-left: 0;
diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss
index 03e37b79..3ab7fb9e 100644
--- a/assets/sass/pages/_home.scss
+++ b/assets/sass/pages/_home.scss
@@ -49,6 +49,16 @@ main#home {
}
}
+ img#me {
+ float: right;
+ margin: 0 0 0.5em 1em;
+ padding: 4px;
+ border: 1px solid $color-light;
+ border-radius: 50%;
+ width: 160px;
+ height: 160px;
+ }
+
a {
// Loop through $colors-home -- the main reason I switched to SASS :)
@each $id, $color in $colors-home {
@@ -75,16 +85,6 @@ main#home {
}
}
}
-
- img#me {
- float: right;
- margin: 0 0 0.5em 1em;
- padding: 4px;
- border: 1px solid $color-light;
- border-radius: 50%;
- width: 160px;
- height: 160px;
- }
}
diff --git a/assets/sass/pages/_single.scss b/assets/sass/pages/_single.scss
index 72b3523e..883ada3b 100644
--- a/assets/sass/pages/_single.scss
+++ b/assets/sass/pages/_single.scss
@@ -6,48 +6,46 @@ main#single {
padding: 1em 2.5em;
margin: 0 auto;
- article div {
- meta {
- text-align: center;
+ div#meta {
+ text-align: center;
- h1 {
- margin: 0.3em 0;
- font-size: 2em;
- line-height: 1.4;
+ h1 {
+ margin: 0.3em 0;
+ font-size: 2em;
+ line-height: 1.4;
- a {
- color: inherit;
- }
+ a {
+ color: inherit;
+ }
+ }
+
+ div#byline {
+ color: $color-medium;
+ font-size: 0.85em;
+ line-height: 1.5;
+ letter-spacing: 0.07em;
+
+ a {
+ color: inherit;
}
- div#byline {
- color: $color-medium;
- font-size: 0.85em;
- line-height: 1.5;
- letter-spacing: 0.07em;
+ span.dot {
+ margin: 0 0.1em;
+ font-weight: 700;
+ }
- a {
- color: inherit;
- }
+ ul#tags {
+ margin-top: 0.5em;
+ padding: 0;
+ list-style: none;
- span.dot {
- margin: 0 0.1em;
- font-weight: 700;
- }
-
- ul#tags {
- margin-top: 0.5em;
- padding: 0;
- list-style: none;
-
- li {
- display: inline;
- margin-left: 0.8em;
- margin-right: 0.8em;
- text-transform: uppercase;
- letter-spacing: 0.15em;
- white-space: nowrap;
- }
+ li {
+ display: inline;
+ margin-left: 0.8em;
+ margin-right: 0.8em;
+ text-transform: uppercase;
+ letter-spacing: 0.15em;
+ white-space: nowrap;
}
}
}
@@ -60,23 +58,21 @@ main#single {
main#single {
padding: 0.8em 1.1em;
- article {
- div#meta {
- h1 {
- font-size: 1.8em;
+ div#meta {
+ h1 {
+ font-size: 1.8em;
+ }
+
+ div#byline {
+ // hide "Improve Post" link on mobile
+ span#edit {
+ display: none;
}
- div#byline {
- // hide "Improve Post" link on mobile
- span#edit {
- display: none;
- }
-
- // less space between tags
- ul#tags li {
- margin: 0 0.5em;
- line-height: 1.7;
- }
+ // less space between tags
+ ul#tags li {
+ margin: 0 0.5em;
+ line-height: 1.7;
}
}
}
diff --git a/content/humans.txt b/content/humans.txt
index f9a73343..04162ee0 100644
--- a/content/humans.txt
+++ b/content/humans.txt
@@ -32,6 +32,7 @@
Hugo extended
Netlify
Commento
+ ...and more: https://jarv.is/uses/
# VIEW SOURCE
diff --git a/content/uses/index.md b/content/uses/index.md
index b9d557c4..6fb59f6f 100644
--- a/content/uses/index.md
+++ b/content/uses/index.md
@@ -1,22 +1,45 @@
---
title: "/uses π»"
-description: "Things I use."
+description: "Things I use daily."
date: 2020-01-22 09:51:08-0400
url: "/uses"
type: etc
layout: etc
---
-~~I regularly get messages asking about specific things I use.~~ Nobody has asked me what I use. Ever. But here's a list of my daily lifelines anyways, mostly revolving around my Apple sheep-ness. Inspired by [many, many others](https://uses.tech/). π
+~~I regularly get messages asking about specific things I use.~~ Nobody has asked me what I use. Ever. But here's a list of my daily requirements anyways, mostly revolving around my Apple sheep-ness. Inspired by [many, many others](https://uses.tech/). π
{{< image src="images/desktop.png" alt="My mess of a desktop." />}}
---
+## π Hardware {#hardware}
+
+- [**MacBook Pro 15"** (Mid-2018)](https://browser.geekbench.com/v5/cpu/1074682)
+ - Core i9 @ 2.9 GHZ π₯ π
+ - 32 GB RAM
+ - 1 TB SSD
+ - Radeon Pro 560X β 4 GB
+- **iPhone 11 Pro**
+ - 512 GB in Midnight Green π
+ - [Evutec Karbon case](https://evutec.com/collections/all-iphone-11-cases/products/evutec-karbon-iphone-11-pro-5-8-inch-unique-hard-smooth-heavy-duty-phone-case-cover-real-aramid-fiber-strong-protective-slim-1-6mm-durable-black-afix-free-vent-mount)
+- **iPad Pro 10.5"**
+ - 256 GB in Space Gray
+ - Smart Keyboard & Apple Pencil
+- **Apple Watch Series 3** (GPS + Cellular on Verizon)
+ - Stainless Steel β Space Black
+ - 38mm (I have incredibly small wrists.)
+ - Usually either the Midnight Blue sport band or π³οΈβπ woven nylon band.
+- [**Powerbeats3 Wireless**](https://www.beatsbydre.com/earphones/powerbeats3-wireless) (in the pretty rad [Pop Indigo](https://www.apple.com/shop/product/MREQ2LL/A/powerbeats3-wireless-earphones-beats-pop-collection-pop-indigo) color)
+ - I also have incredibly weird ears, apparently, so my AirPods went right back to the store when they came out. π’
+ - ...but these are a great alternative with the [same pairing and continuity features](https://www.soundguys.com/how-does-apple-w1-chip-work-21049/) between all of my π devices.
+
+---
+
## πΎ Development {#development}
- [**iTerm 2**](https://iterm2.com/)
- - My various [ZSH aliases](https://github.com/jakejarvis/dotfiles/blob/master/zsh/aliases.zsh) and [functions](https://github.com/jakejarvis/dotfiles/blob/master/zsh/functions.zsh) are in my [.dotfiles repository.](https://github.com/jakejarvis/dotfiles)
+ - My various [ZSH aliases](https://github.com/jakejarvis/dotfiles/blob/master/zsh/aliases.zsh) and [functions](https://github.com/jakejarvis/dotfiles/blob/master/zsh/functions.zsh) are in [my `.dotfiles` repository.](https://github.com/jakejarvis/dotfiles)
- [Oh My ZSH](https://ohmyz.sh/)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
@@ -39,16 +62,21 @@ layout: etc
- [Remote Development Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
- [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)
- [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
+- [**Homebrew**](https://brew.sh/)
+ - [View my messy `Brewfile` dump](https://github.com/jakejarvis/dotfiles/blob/master/Brewfile) with all of my installed packages.
- [**Xcode**](https://developer.apple.com/xcode/)
- [**Docker Desktop**](https://www.docker.com/products/docker-desktop)
- [**VMware Fusion**](https://www.vmware.com/products/fusion.html)
- Microsoft's [free Windows 7 & 10 virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) for developers are super convenient and shockingly generous.
- [**Sketch**](https://www.sketch.com/)
- [**Adobe Creative Cloud**](https://www.adobe.com/creativecloud.html)
- - Still on the $20/month [Student Plan](https://www.adobe.com/creativecloud/buy/students.html), thankfully. Will need to re-evaulate once I'm kicked off; it's hard to justify spending almost 3x that...
+ - Still on the $20/month [Student Plan](https://www.adobe.com/creativecloud/buy/students.html), somehow. Will need to re-evaulate once I'm kicked off; it's hard to justify spending almost 3x that...
- [**Transmit**](https://panic.com/transmit/)
-- [**Sequel Pro**](https://www.sequelpro.com/)
-- [**Robo 3T**](https://robomongo.org/)
+- [**Postman**](https://www.getpostman.com/)
+- [**BrowserStack**](https://www.browserstack.com/)
+- [~~Sequel Pro~~](https://www.sequelpro.com/) β [**TablePlus**](https://tableplus.com/)
+- [~~Robo 3T~~](https://robomongo.org/) β [**TablePlus**](https://tableplus.com/)
+- [**ImageOptim**](https://imageoptim.com/mac)
- [**Local by Flywheel**](https://localbyflywheel.com/)
---
@@ -56,7 +84,7 @@ layout: etc
## π Browsing {#browsing}
- [**Firefox Developer Editon**](https://www.mozilla.org/en-US/firefox/developer/) π¦
- - [My default user.js settings.](https://github.com/jakejarvis/dotfiles/blob/master/firefox/user.js)
+ - [My default `user.js` settings.](https://github.com/jakejarvis/dotfiles/blob/master/firefox/user.js)
- Add-ons:
- [1Password](https://1password.com/browsers/firefox/)
- [BetterTTV](https://addons.mozilla.org/en-US/firefox/addon/betterttv/)
@@ -74,6 +102,9 @@ layout: etc
- [Search by Image on Google](https://addons.mozilla.org/en-US/firefox/addon/search-by-image-on-google/)
- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
- [View Image](https://addons.mozilla.org/en-US/firefox/addon/view-image/)
+- [**Google Chrome** (Dev Channel)](https://www.google.com/chrome/browser/?extra=devchannel) β for testing **only!**
+ - [Lighthouse](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?h1=en)
+ - [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
---
@@ -81,8 +112,6 @@ layout: etc
- [**1Password**](https://1password.com/)
- [**Little Snitch**](https://www.obdev.at/products/littlesnitch/index.html) and [**Micro Snitch**](https://www.obdev.at/products/microsnitch/index.html)
-- [~~Dropbox~~](https://www.dropbox.com/) β [**iCloud Drive**](https://www.icloud.com/iclouddrive)
- - [Read why.](/notes/dropping-dropbox/)
- [~~VLC~~](https://www.videolan.org/vlc/index.html) β [**IINA**](https://iina.io/)
- [**Backblaze**](https://www.backblaze.com/) [(referral link)](https://secure.backblaze.com/r/00x84e)
- [**Transmission**](https://transmissionbt.com/)
@@ -91,6 +120,7 @@ layout: etc
- [**DaisyDisk**](https://daisydiskapp.com/)
- [**CleanMyMac X**](https://macpaw.com/cleanmymac)
- [**Paragon NTFS**](https://www.paragon-software.com/us/home/ntfs-mac/#)
+- [**The Unarchiver**](https://theunarchiver.com/)
- [**iStat Menus**](https://bjango.com/mac/istatmenus/)
- [**Beamer**](https://beamer-app.com/)
- [**Amphetamine**](https://roaringapps.com/app/amphetamine)
@@ -118,26 +148,22 @@ I have far too many apps to count, but here the essentials that have earned a sp
---
-## π Hardware {#hardware}
+## βοΈ Cloud {#cloud}
-- **MacBook Pro 15"** (2018)
- - Core i9 @ 2.9 GHZ π₯ π
- - 32 GB RAM
- - 1 TB SSD
- - Radeon Pro 560X β 4 GB
-- **iPhone 11 Pro**
- - 512 GB in Midnight Green π
- - [Evutec Karbon case](https://evutec.com/collections/all-iphone-11-cases/products/evutec-karbon-iphone-11-pro-5-8-inch-unique-hard-smooth-heavy-duty-phone-case-cover-real-aramid-fiber-strong-protective-slim-1-6mm-durable-black-afix-free-vent-mount)
-- **iPad Pro 10.5"** (2017)
- - 256 GB in Space Gray
- - Smart Keyboard & Apple Pencil
-- **Apple Watch Series 3** (GPS + Cellular on Verizon)
- - Stainless Steel β Space Black
- - 38mm (I have incredibly small wrists.)
- - Usually either the Midnight Blue sport band or π³οΈβπ woven nylon band.
-- [**Powerbeats3 Wireless**](https://www.beatsbydre.com/earphones/powerbeats3-wireless) (in the pretty rad [Pop Indigo](https://www.apple.com/shop/product/MREQ2LL/A/powerbeats3-wireless-earphones-beats-pop-collection-pop-indigo) color)
- - I also have incredibly weird ears, apparently, so my AirPods went right back to the store when they came out. π’
- - ...but these are a great alternative with the [same pairing and continuity features](https://www.soundguys.com/how-does-apple-w1-chip-work-21049/) between all of my π devices.
+I've been making recent efforts to [de-Google](https://www.reddit.com/r/degoogle/) my life, with mixed results...
+
+- ~~Gmail~~ β [**Fastmail**](https://www.fastmail.com/) [(referral link)](https://ref.fm/u20274504)
+- ~~Chrome~~ β [**Firefox Developer Edition**](#browsing) π¦
+- ~~Google Drive~~ β [~~Dropbox~~](https://www.dropbox.com/) β [**iCloud Drive**](https://www.icloud.com/iclouddrive)
+ - [Read why.](/notes/dropping-dropbox/)
+- ~~Google Docs~~ β [**Microsoft Office**](https://products.office.com/en-us/mac/microsoft-office-for-mac) (hey, it works π€·)
+- ~~Google Photos~~ β [**iCloud Photos**](https://www.icloud.com/photos/)
+- ~~Google DNS~~ β [**Cloudflare 1.1.1.1**](https://1.1.1.1/)
+- ~~Google Analytics~~ β [**Matomo**](https://github.com/matomo-org/matomo), [**Fathom**](https://usefathom.com/), [**Netlify Analytics**](https://www.netlify.com/products/analytics/) [(my review)](/notes/netlify-analytics-review/)
+- [**Netlify**](https://www.netlify.com/) for static sites.
+- [**Linode**](https://www.linode.com/) for virtual servers.
+- [**Backblaze**](https://www.backblaze.com/) [(referral link)](https://secure.backblaze.com/r/00x84e)
+- [**Plex**](https://www.plex.tv/) + [**Sonarr**](https://sonarr.tv/) + [**Radarr**](https://radarr.video/)
---
@@ -145,6 +171,7 @@ I have far too many apps to count, but here the essentials that have earned a sp
- [**Synology RT2600ac**](https://www.synology.com/en-us/products/RT2600ac)
- [**Synology DiskStation DS218+**](https://www.synology.com/en-us/products/DS218+)
+- [**Dell Inspiron 3647**](https://www.cnet.com/products/dell-inspiron-3647-desktop-computer-fddonp321s/) running [**VMware ESXi**](https://www.vmware.com/products/esxi-and-esx.html) as a really, _really_ crappy home server.
- [**Philips Hue**](https://www2.meethue.com/en-us) βΒ color bulbs, dimmer switches, etc.
-- 2x [**Sonos One**](https://www.sonos.com/en-us/shop/one.html)
+- 2x [**Sonos One**](https://www.sonos.com/en-us/shop/one.html) (with Alexa turned off...allegedly.)
- [**Petcube Play**](https://petcube.com/play/) π»
diff --git a/yarn.lock b/yarn.lock
index 1562aaf0..cb0fcf60 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -207,9 +207,9 @@
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
"@types/node@*":
- version "13.1.8"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.8.tgz#1d590429fe8187a02707720ecf38a6fe46ce294b"
- integrity sha512-6XzyyNM9EKQW4HKuzbo/CkOIjn/evtCmsU+MUM1xDfJ+3/rNjBttM1NgN7AOQvN6tP1Sl1D1PIKMreTArnxM9A==
+ version "13.5.0"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.5.0.tgz#4e498dbf355795a611a87ae5ef811a8660d42662"
+ integrity sha512-Onhn+z72D2O2Pb2ql2xukJ55rglumsVo1H6Fmyi8mlU9SvKdBk/pUSUAiBY/d9bAOF7VVWajX3sths/+g6ZiAQ==
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
@@ -765,24 +765,24 @@ chalk@^3.0.0:
supports-color "^7.1.0"
character-entities-html4@^1.0.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef"
- integrity sha512-SwnyZ7jQBCRHELk9zf2CN5AnGEc2nA+uKMZLHvcqhpPprjkYhiLn0DywMHgN5ttFZuITMATbh68M6VIVKwJbcg==
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125"
+ integrity sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==
character-entities-legacy@^1.0.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz#3c729991d9293da0ede6dddcaf1f2ce1009ee8b4"
- integrity sha512-YAxUpPoPwxYFsslbdKkhrGnXAtXoHNgYjlBM3WMXkWGTl5RsY3QmOyhwAgL8Nxm9l5LBThXGawxKPn68y6/fww==
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
+ integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==
character-entities@^1.0.0:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.3.tgz#bbed4a52fe7ef98cc713c6d80d9faa26916d54e6"
- integrity sha512-yB4oYSAa9yLcGyTbB4ItFwHw43QHdH129IJ5R+WvxOkWlyFnR5FAaBNnUq4mcxsTVZGh28bHoeTHMKXH1wZf3w==
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b"
+ integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==
character-reference-invalid@^1.0.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.3.tgz#1647f4f726638d3ea4a750cf5d1975c1c7919a85"
- integrity sha512-VOq6PRzQBam/8Jm6XBGk2fNEnHXAdGd6go0rtd4weAGECBamHDwwCQSOT12TACIYUZegUXnV6xBXqUssijtxIg==
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
+ integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
cheerio@^1.0.0-rc.2:
version "1.0.0-rc.3"
@@ -888,9 +888,9 @@ coa@^2.0.2:
q "^1.1.2"
collapse-white-space@^1.0.2:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.5.tgz#c2495b699ab1ed380d29a1091e01063e75dbbe3a"
- integrity sha512-703bOOmytCYAX9cXYqoikYIx6twmFCXsnzRQheBcTG3nzKYBR4P/+wkYeH+Mvj7qUz8zZDtdyzbxfnEi/kYzRQ==
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
+ integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
collection-visit@^1.0.0:
version "1.0.0"
@@ -1407,9 +1407,9 @@ ee-first@1.1.1:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
electron-to-chromium@^1.3.338:
- version "1.3.339"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.339.tgz#ff7b56c4bc58159f0d6623591116e4414e7a618b"
- integrity sha512-C1i/vH6/kQx9YV8RddMkmW216GwW4pTrnYIlKmDFIqXA4fPwqDxIdGyHsuG+fgurHoljRz7/oaD+tztcryW/9g==
+ version "1.3.340"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.340.tgz#5d4fe78e984d4211194cf5a52e08069543da146f"
+ integrity sha512-hRFBAglhcj5iVYH+o8QU0+XId1WGoc0VGowJB1cuJAt3exHGrivZvWeAO5BRgBZqwZtwxjm8a5MQeGoT/Su3ww==
emoji-regex@^7.0.1:
version "7.0.3"
@@ -3321,9 +3321,9 @@ map-visit@^1.0.0:
object-visit "^1.0.0"
markdown-escapes@^1.0.0:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5"
- integrity sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
+ integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
markdown-it@10.0.0:
version "10.0.0"
@@ -3373,9 +3373,9 @@ markdownlint@~0.18.0:
markdown-it "10.0.0"
mathml-tag-names@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.1.tgz#6dff66c99d55ecf739ca53c492e626f1d12a33cc"
- integrity sha512-pWB896KPGSGkp1XtyzRBftpTzwSOL0Gfk0wLvxt4f2mgzjY19o0LxJ3U25vNWTzsh7da+KTbuXQoQ3lOJZ8WHw==
+ version "2.1.3"
+ resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
+ integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
mdast-util-compact@^1.0.0:
version "1.0.4"