Skip to content

Commit

Permalink
Playground. Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed Apr 16, 2024
1 parent b2ec3c7 commit 8f2e894
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions playground-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3",
"vite": "^5.2.8"
}
}

0 comments on commit 8f2e894

Please sign in to comment.