Skip to content

Commit 26db286

Browse files
chore(deps): update playground dependencies
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | npm | @tailwindcss/vite | 4.1.3 | 4.1.11 | | npm | @types/react | 19.1.0 | 19.1.8 | | npm | @types/react-dom | 19.1.1 | 19.1.6 | | npm | @vitejs/plugin-react | 4.3.4 | 4.7.0 | | npm | react | 19.1.0 | 19.1.1 | | npm | react-dom | 19.1.0 | 19.1.1 | | npm | tailwindcss | 4.1.3 | 4.1.11 | | npm | vite | 6.2.5 | 6.3.5 |
1 parent 3d10c56 commit 26db286

File tree

2 files changed

+728
-175
lines changed

2 files changed

+728
-175
lines changed

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^19.1.0",
14-
"react-dom": "^19.1.0",
13+
"react": "^19.1.1",
14+
"react-dom": "^19.1.1",
1515
"react-shiki": "workspace:*"
1616
},
1717
"devDependencies": {
1818
"@mdx-js/react": "^3.1.0",
1919
"@mdx-js/rollup": "^3.1.0",
2020
"@tailwindcss/typography": "^0.5.16",
21-
"@tailwindcss/vite": "^4.1.3",
22-
"@types/react": "^19.1.0",
23-
"@types/react-dom": "^19.1.1",
24-
"@vitejs/plugin-react": "^4.3.4",
25-
"tailwindcss": "^4.1.3",
26-
"vite": "^6.2.5"
21+
"@tailwindcss/vite": "^4.1.11",
22+
"@types/react": "^19.1.8",
23+
"@types/react-dom": "^19.1.6",
24+
"@vitejs/plugin-react": "^4.7.0",
25+
"tailwindcss": "^4.1.11",
26+
"vite": "^6.3.5"
2727
}
2828
}

0 commit comments

Comments
 (0)