Skip to content

Commit

Permalink
Update components to fix bug with Navigation (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface authored Mar 1, 2022
1 parent 96b1d57 commit b3f900e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"dependencies": {
"@edgeandnode/components": "^20.3.1",
"@edgeandnode/components": "^20.3.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/loader": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1001,10 +1001,10 @@
numeral "^2.0.6"
pluralize "^8.0.0"

"@edgeandnode/components@^20.3.1":
version "20.3.1"
resolved "https://registry.yarnpkg.com/@edgeandnode/components/-/components-20.3.1.tgz#9f6d8efb3cc325c4a179b91e19889f6a0c8503a4"
integrity sha512-vQFnv6/Ez0K1Tc1zjtjsW89KFgumUrLgpQNZt3amguAcFpM1HV0cTGR4J312AtXf//CZrmWb6Ztobxk9RAmHmQ==
"@edgeandnode/components@^20.3.2":
version "20.3.2"
resolved "https://registry.yarnpkg.com/@edgeandnode/components/-/components-20.3.2.tgz#0127a9748b781c64af7aabbef5c679f7a7f55474"
integrity sha512-GpO5ByQPjbqPUqk0YLBuC8YK/hQBLW1k80cW61qd11NSu4Y7rl1aYq+2+8JN1+11vI3jWhMQC1HMrSoNqmzzdA==
dependencies:
"@edgeandnode/common" "^4.10.1"
"@heroicons/react" "^1.0.5"
Expand Down

0 comments on commit b3f900e

Please sign in to comment.