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 cc0def8 commit 843ecc5
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 243 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@lingui/macro": "^4.11.4",
"@lingui/react": "^4.11.4",
"@mantine/core": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/notifications": "^7.0.0",
"@reduxjs/toolkit": "^2.2.7",
"@tabler/icons-react": "^3.17.0",
"@lingui/macro": "^4.13.0",
"@lingui/react": "^4.13.0",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@reduxjs/toolkit": "^2.3.0",
"@tabler/icons-react": "^3.19.0",
"@types/uuid": "^10.0.0",
"clsx": "^2.1.0",
"react": "^18.2.0",
Expand All @@ -30,25 +30,25 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@lingui/cli": "^4.11.4",
"@lingui/vite-plugin": "^4.11.4",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"@eslint/js": "^9.12.0",
"@lingui/cli": "^4.13.0",
"@lingui/vite-plugin": "^4.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.11.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"vite-plugin-html": "^3.2.0"
}
}
Loading

0 comments on commit 843ecc5

Please sign in to comment.