Skip to content

Commit

Permalink
update /examples/react-full-v1/ deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 3, 2023
1 parent 744247a commit b7a7859
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 61 deletions.
26 changes: 13 additions & 13 deletions examples/react-full-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"preview": "vite build && vite preview"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@mdx-js/rollup": "^2.1.1",
"@types/node": "^17.0.31",
"@types/node-fetch": "^2.5.12",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^3.0.0",
"cross-fetch": "^3.1.5",
"node-fetch": "^2.6.1",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mdx-js/rollup": "^2.3.0",
"@types/node": "^20.2.5",
"@types/node-fetch": "^2.6.4",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"cross-fetch": "^3.1.6",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.9",
"typescript": "^4.8.4",
"vite": "^4.0.3",
"react-streaming": "^0.3.12",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-ssr": "0.4.131"
},
"type": "module"
Expand Down
Loading

0 comments on commit b7a7859

Please sign in to comment.