Update all packages to the latest version

This commit is contained in:
Vitaly Rtishchev 2022-11-23 11:33:10 +04:00
parent ba3a713605
commit 83aa0b09e5
2 changed files with 403 additions and 338 deletions

View File

@ -9,17 +9,17 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.9.3", "@emotion/react": "^11.10.5",
"@mantine/core": "5.8.3", "@mantine/core": "5.8.3",
"@mantine/hooks": "5.8.3", "@mantine/hooks": "5.8.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.0.15", "@types/react": "^18.0.25",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.0.0", "@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.7.4", "typescript": "^4.9.3",
"vite": "^3.0.2" "vite": "^3.2.4"
} }
} }

729
yarn.lock

File diff suppressed because it is too large Load Diff