Skip to content

Commit ca9f74b

Browse files
authored
Merge branch 'master' into feat/typescript-sidenav
2 parents ad15f07 + 9e822f1 commit ca9f74b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/style-guide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"peerDependencies": {
1515
"@emotion/core": "^10.0.10",
1616
"react": "^16.8.6",
17-
"theme-ui": "^0.3.0"
17+
"theme-ui": "^0.4.0-alpha.1"
1818
},
1919
"dependencies": {
2020
"@theme-ui/presets": "^0.4.0-alpha.1",
2121
"color": "^3.1.2",
22-
"@types/color": "3.0.1",
22+
"@types/color": "^3.0.1",
2323
"lodash.get": "^4.4.2"
2424
},
2525
"publishConfig": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,9 +1507,9 @@
15071507
semver "^5.5.1"
15081508

15091509
"@babel/plugin-transform-runtime@^7.7.6":
1510-
version "7.8.3"
1511-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz#c0153bc0a5375ebc1f1591cb7eea223adea9f169"
1512-
integrity sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==
1510+
version "7.9.6"
1511+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz#3ba804438ad0d880a17bca5eaa0cdf1edeedb2fd"
1512+
integrity sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w==
15131513
dependencies:
15141514
"@babel/helper-module-imports" "^7.8.3"
15151515
"@babel/helper-plugin-utils" "^7.8.3"

0 commit comments

Comments
 (0)