Skip to content

Commit

Permalink
FP-1502: Fix Callout Pattern Height & Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Feb 14, 2022
1 parent f2986e2 commit ce2e480
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001286:
version "1.0.30001311"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001311.tgz#682ef3f4e617f1a177ad943de59775ed3032e511"
integrity sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==
version "1.0.30001312"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f"
integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==

chalk@^1.1.3:
version "1.1.3"
Expand Down Expand Up @@ -293,7 +293,7 @@ commander@^9.0.0:

core-styles@tacc-wbomar/Core-Styles.git:
version "0.1.0"
resolved "https://codeload.github.com/tacc-wbomar/Core-Styles/tar.gz/250d2cf1f00cf5a13552be5e76f47d451a7340bc"
resolved "https://codeload.github.com/tacc-wbomar/Core-Styles/tar.gz/e88455e1eb58be0b019ce55f1a85f15110148454"
dependencies:
commander "^9.0.0"
cssnano "^4.1.10"
Expand Down Expand Up @@ -534,9 +534,9 @@ dot-prop@^5.2.0:
is-obj "^2.0.0"

electron-to-chromium@^1.4.17:
version "1.4.68"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.68.tgz#d79447b6bd1bec9183f166bb33d4bef0d5e4e568"
integrity sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==
version "1.4.69"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.69.tgz#d52eb7887d2ec5ba62a8cb3491b990983cb6d2e0"
integrity sha512-0rxK21MqWhN/fVUXNOeBksRlw79Wq26y6R8lxEEL2v7vwzRWbYhXI7Id5msee7/q1NNgu4mG78qaablN2xtfTQ==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -1644,9 +1644,9 @@ postcss-place@^4.0.1:
postcss-values-parser "^2.0.0"

postcss-preset-env@^6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz#c34ddacf8f902383b35ad1e030f178f4cdf118a5"
integrity sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==
version "6.7.1"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.1.tgz#26563d2e9395d626a45a836450844540694bfcef"
integrity sha512-rlRkgX9t0v2On33n7TK8pnkcYOATGQSv48J2RS8GsXhqtg+xk6AummHP88Y5mJo0TLJelBjePvSjScTNkj3+qw==
dependencies:
autoprefixer "^9.6.1"
browserslist "^4.6.4"
Expand Down

0 comments on commit ce2e480

Please sign in to comment.