Skip to content

Commit 05622f2

Browse files
committed
test: use custom og-image from URL
1 parent 73078d9 commit 05622f2

File tree

3 files changed

+236
-162
lines changed

3 files changed

+236
-162
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"format": "prettier src --write"
1515
},
1616
"dependencies": {
17-
"@tutorialkit/react": "1.3.0",
17+
"@tutorialkit/react": "https://pkg.pr.new/@tutorialkit/react@422",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
},
2121
"devDependencies": {
2222
"@astrojs/check": "^0.6.0",
2323
"@astrojs/react": "^3.3.4",
24-
"@tutorialkit/astro": "1.3.0",
25-
"@tutorialkit/theme": "1.3.0",
26-
"@tutorialkit/types": "1.3.0",
24+
"@tutorialkit/astro": "https://pkg.pr.new/@tutorialkit/astro@422",
25+
"@tutorialkit/theme": "https://pkg.pr.new/@tutorialkit/theme@422",
26+
"@tutorialkit/types": "https://pkg.pr.new/@tutorialkit/types@422",
2727
"@types/node": "^20.12.7",
2828
"astro": "^4.15.0",
2929
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)