Skip to content

Commit b692c95

Browse files
authored
Update components to add locale to home url in Navigation and Footer (#76)
1 parent ddd626a commit b692c95

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
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"dependencies": {
25-
"@edgeandnode/components": "^21.0.2",
25+
"@edgeandnode/components": "^21.0.3",
2626
"@emotion/react": "^11.8.1",
2727
"@emotion/styled": "^11.8.1",
2828
"@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@^21.0.2":
1005-
version "21.0.2"
1006-
resolved "https://registry.yarnpkg.com/@edgeandnode/components/-/components-21.0.2.tgz#43d09f76937214946ef659ea926f88e25fc752df"
1007-
integrity sha512-j0nGaU1+HRr/MSx7RUbaFub7R9tG/SGJc0Yt5Dq2Z+Xx1K6GMAtg9VGgZN49sUJbaubArJZF8864L7kWIr62ZA==
1004+
"@edgeandnode/components@^21.0.3":
1005+
version "21.0.3"
1006+
resolved "https://registry.yarnpkg.com/@edgeandnode/components/-/components-21.0.3.tgz#41ace99b59a36b800cc2e422fc0fcd74348464f7"
1007+
integrity sha512-a+n9Wq/Q6o7EMdSjtOZQHdFsQKGx6xfgKO8+hALO4V6B+kyoqSYRv/dCNI5BVqXFieCaP7vdMq42aFiCLlrz+A==
10081008
dependencies:
10091009
"@edgeandnode/common" "^4.10.1"
10101010
"@heroicons/react" "^1.0.6"

0 commit comments

Comments
 (0)