Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBence committed Dec 1, 2024
1 parent 471b6ce commit 69f27eb
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 268 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,35 @@
"postinstall": "yarn run api:generate"
},
"dependencies": {
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantine/notifications": "^7.14.3",
"@tabler/icons-react": "~3.18.0",
"clsx": "^2.1.1",
"jotai": "^2.10.1",
"markdown-to-jsx": "^7.5.0",
"openapi-typescript": "^7.4.2",
"jotai": "^2.10.3",
"markdown-to-jsx": "^7.7.0",
"openapi-typescript": "^7.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/compat": "^1.2.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.0.1"
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
}
}
Loading

0 comments on commit 69f27eb

Please sign in to comment.