Skip to content

Commit

Permalink
fix: use latest design system
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Aug 1, 2020
1 parent e47a6f6 commit 7bbb2f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"homepage": "https://github.com/SoftwareBrothers/admin-bro#readme",
"dependencies": {
"@admin-bro/design-system": "^1.2.3",
"@admin-bro/design-system": "^1.3.2",
"@babel/core": "^7.10.2",
"@babel/parser": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
# yarn lockfile v1


"@admin-bro/design-system@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.2.3.tgz#edb4ef06695923449de47f077654a2c986590d96"
integrity sha512-JDlIQLdvfKfGozwN/GQ1crcBfy7RNUq0b7MU5rbHyRgpZz1q23FJq4vjLzpRXaHopmHpV02wsDrlMoXKrtukeQ==
"@admin-bro/design-system@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@admin-bro/design-system/-/design-system-1.3.2.tgz#ec409d189b5112dd27f8ece974f2a7252c6db8c7"
integrity sha512-uwPiOLYgqlEwBnaCmKh0FXdhsDZ4HNIVkCBXzEW9U2SNcccZprYFYE0r2W5m7j2A9yVTPnAwKrwzrYjSGe0OBw==
dependencies:
"@carbon/icons-react" "^10.14.0"
jw-paginate "^1.0.4"
polished "^3.6.5"
react-datepicker "^3.1.3"
styled-system "^5.1.4"

"@babel/cli@^7.4.4":
version "7.7.5"
Expand Down Expand Up @@ -10546,7 +10547,7 @@ styled-components@^5.1.1:
shallowequal "^1.1.0"
supports-color "^5.5.0"

styled-system@^5.1.5:
styled-system@^5.1.4, styled-system@^5.1.5:
version "5.1.5"
resolved "https://registry.yarnpkg.com/styled-system/-/styled-system-5.1.5.tgz#e362d73e1dbb5641a2fd749a6eba1263dc85075e"
integrity sha512-7VoD0o2R3RKzOzPK0jYrVnS8iJdfkKsQJNiLRDjikOpQVqQHns/DXWaPZOH4tIKkhAT7I6wIsy9FWTWh2X3q+A==
Expand Down

0 comments on commit 7bbb2f3

Please sign in to comment.