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 cbfcba9 commit 46b2504
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 356 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"messages:compile": "lingui compile"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@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",
"@emotion/react": "^11.13.5",
"@lingui/macro": "^4.14.1",
"@lingui/react": "^4.14.1",
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantine/notifications": "^7.14.3",
"@reduxjs/toolkit": "^2.4.0",
"@tabler/icons-react": "~3.18.0",
"@types/uuid": "^10.0.0",
"clsx": "^2.1.0",
Expand All @@ -30,26 +30,26 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@lingui/cli": "^4.13.0",
"@lingui/vite-plugin": "^4.13.0",
"@eslint/js": "^9.15.0",
"@lingui/cli": "^4.14.1",
"@lingui/vite-plugin": "^4.14.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.12.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-lingui": "^0.6.0",
"eslint-plugin-lingui": "^0.8.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"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.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.0"
}
}
Loading

0 comments on commit 46b2504

Please sign in to comment.