Skip to content

Commit aa2ac1b

Browse files
committed
chore: bump codehike (#225)
1 parent 3becd73 commit aa2ac1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "<[email protected]>",
88
"license": "MIT",
99
"dependencies": {
10-
"@code-hike/mdx": "^0.7.2",
10+
"@code-hike/mdx": "^0.7.3",
1111
"@ltd/j-toml": "^1.30.0",
1212
"@octokit/graphql": "^5.0.0",
1313
"@types/cors": "^2.8.12",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:headed": "yarn rimraf tests/screenshots/* && MSW_ENABLED=1 playwright test --headed"
1515
},
1616
"dependencies": {
17-
"@code-hike/mdx": "^0.7.2",
17+
"@code-hike/mdx": "^0.7.3",
1818
"@docs.page/client": "^1.0.4",
1919
"@docs.page/server": "^1.0.1",
2020
"@docsearch/react": "^3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,10 +1092,10 @@
10921092
"@babel/helper-validator-identifier" "^7.18.6"
10931093
to-fast-properties "^2.0.0"
10941094

1095-
"@code-hike/mdx@^0.7.2":
1096-
version "0.7.2"
1097-
resolved "https://registry.yarnpkg.com/@code-hike/mdx/-/mdx-0.7.2.tgz#ad1474192d6f0882aff41eb478830bdd9952e633"
1098-
integrity sha512-vMu4FZ091WIEqQS+9NMKhCAThxaZkLjieZqhvhw5iDNOG+UCawES0AMbSSF394pxi9i4vTTBlLnU/LuFvtpwYA==
1095+
"@code-hike/mdx@^0.7.3":
1096+
version "0.7.3"
1097+
resolved "https://registry.yarnpkg.com/@code-hike/mdx/-/mdx-0.7.3.tgz#2d25bff10f3bab81914a90b3d6aebe5c7781deba"
1098+
integrity sha512-7YaSG0QIGB32oEEbVWDEEu62jS6ijj0VeQdOtFr2dweFiMvfjeuFYyywfF9nmqXloAi5apBupKCc+D/fIsPkKw==
10991099
dependencies:
11001100
hast-util-to-estree "^1.4.0"
11011101
is-plain-obj "^3.0.0"

0 commit comments

Comments
 (0)