Skip to content

Commit 4e75205

Browse files
committed
Add isFirstStep and isLastStep
1 parent 57bb1d0 commit 4e75205

File tree

6 files changed

+230
-165
lines changed

6 files changed

+230
-165
lines changed

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@astrojs/mdx": "^0.19.7",
1414
"@astrojs/react": "^2.2.1",
1515
"@astrojs/tailwind": "^4.0.0",
16-
"@types/react": "^18.0.21",
17-
"@types/react-dom": "^18.0.6",
18-
"astro": "^2.7.0",
19-
"driver.js": "1.1.11-next.0",
20-
"react": "^18.0.0",
21-
"react-dom": "^18.0.0",
16+
"@types/react": "^18.2.14",
17+
"@types/react-dom": "^18.2.6",
18+
"astro": "^2.7.4",
19+
"driver.js": "1.0.1",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0",
2222
"react-fast-marquee": "^1.6.0",
23-
"tailwindcss": "^3.0.24"
23+
"tailwindcss": "^3.3.2"
2424
},
2525
"devDependencies": {
2626
"@tailwindcss/typography": "^0.5.9"

0 commit comments

Comments
 (0)