Skip to content

Commit b3f900e

Browse files
authored
Update components to fix bug with Navigation (#74)
1 parent 96b1d57 commit b3f900e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"dependencies": {
23-
"@edgeandnode/components": "^20.3.1",
23+
"@edgeandnode/components": "^20.3.2",
2424
"@emotion/react": "^11.7.1",
2525
"@emotion/styled": "^11.6.0",
2626
"@mdx-js/loader": "^2.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,10 @@
10011001
numeral "^2.0.6"
10021002
pluralize "^8.0.0"
10031003

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

0 commit comments

Comments
 (0)