Skip to content

Commit 7eb611f

Browse files
authored
chore: update tutorialkit (#8)
* chore: update tutorialkit * fix: migrate uno config
1 parent 950f574 commit 7eb611f

File tree

3 files changed

+158
-166
lines changed

3 files changed

+158
-166
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "tutorial-vite-plugin",
33
"version": "0.0.1",
44
"type": "module",
5+
"packageManager": "pnpm@8.15.8",
56
"private": true,
67
"scripts": {
78
"astro": "astro",
@@ -12,7 +13,7 @@
1213
"start": "astro dev"
1314
},
1415
"dependencies": {
15-
"@tutorialkit/components-react": "0.0.1-alpha.23",
16+
"@tutorialkit/components-react": "0.0.1-alpha.25",
1617
"react": "^18.2.0",
1718
"react-dom": "^18.2.0"
1819
},
@@ -21,8 +22,9 @@
2122
"@astrojs/react": "^3.3.4",
2223
"@iconify-json/ph": "^1.1.12",
2324
"@iconify-json/svg-spinners": "^1.1.2",
24-
"@tutorialkit/astro": "0.0.1-alpha.23",
25-
"@tutorialkit/types": "0.0.1-alpha.23",
25+
"@tutorialkit/astro": "0.0.1-alpha.25",
26+
"@tutorialkit/theme": "0.0.1-alpha.25",
27+
"@tutorialkit/types": "0.0.1-alpha.25",
2628
"@types/node": "^20.12.7",
2729
"@unocss/reset": "^0.59.4",
2830
"@unocss/transformer-directives": "^0.59.4",
@@ -33,6 +35,5 @@
3335
"unocss": "^0.59.4",
3436
"vite": "^5.2.0",
3537
"yaml": "^2.4.5"
36-
},
37-
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392"
38+
}
3839
}

0 commit comments

Comments
 (0)