Skip to content

Commit

Permalink
revert downgraded vite versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsud committed Nov 30, 2023
1 parent f597a8d commit bf8683f
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/breakout-rooms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "4.9.5",
"vite": "2.9.16"
"vite": "3.2.7"
}
}
2 changes: 1 addition & 1 deletion examples/csv-to-mindmap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "4.8.4",
"vite": "2.9.16"
"vite": "3.2.7"
}
}
2 changes: 1 addition & 1 deletion examples/selfie-with-custom-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"vite": "2.9.16",
"vite": "3.0.3",
"@mirohq/websdk-types": "latest",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
Expand Down
Loading

0 comments on commit bf8683f

Please sign in to comment.