Skip to content

Commit 8a0b94d

Browse files
committed
Update dependencies
1 parent 2d5c99d commit 8a0b94d

File tree

2 files changed

+490
-334
lines changed

2 files changed

+490
-334
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,41 @@
1414
"messages:compile": "lingui compile"
1515
},
1616
"dependencies": {
17-
"@emotion/react": "^11.13.5",
18-
"@lingui/macro": "^5.0.0",
17+
"@emotion/react": "^11.14.0",
18+
"@lingui/macro": "^5.1.0",
1919
"@lingui/react": "^5.0.0",
20-
"@mantine/core": "^7.14.3",
21-
"@mantine/hooks": "^7.14.3",
22-
"@mantine/notifications": "^7.14.3",
23-
"@reduxjs/toolkit": "^2.4.0",
24-
"@tabler/icons-react": "^3.18.0",
20+
"@mantine/core": "^7.15.1",
21+
"@mantine/hooks": "^7.15.1",
22+
"@mantine/notifications": "^7.15.1",
23+
"@reduxjs/toolkit": "^2.5.0",
24+
"@tabler/icons-react": "^3.24.0",
2525
"clsx": "^2.1.0",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
28-
"react-redux": "^9.0.4",
28+
"react-redux": "^9.2.0",
2929
"uuid": "^11.0.3"
3030
},
3131
"devDependencies": {
3232
"@eslint/js": "^9.15.0",
33-
"@lingui/cli": "^5.0.0",
34-
"@lingui/vite-plugin": "^5.0.0",
35-
"@types/react": "^18.3.11",
33+
"@lingui/cli": "^5.1.0",
34+
"@lingui/vite-plugin": "^5.1.0",
35+
"@types/react": "^18.3.13",
3636
"@types/react-dom": "^18.3.1",
3737
"@vitejs/plugin-react": "^4.3.4",
3838
"babel-plugin-macros": "^3.1.0",
3939
"eslint": "^9.15.0",
4040
"eslint-config-prettier": "^9.0.0",
41-
"eslint-plugin-lingui": "^0.8.1",
42-
"eslint-plugin-react-hooks": "^5.0.0",
43-
"eslint-plugin-react-refresh": "^0.4.12",
44-
"globals": "^15.12.0",
41+
"eslint-plugin-lingui": "^0.8.3",
42+
"eslint-plugin-react-hooks": "^5.1.0",
43+
"eslint-plugin-react-refresh": "^0.4.16",
44+
"globals": "^15.13.0",
4545
"postcss": "^8.4.49",
4646
"postcss-preset-mantine": "^1.17.0",
4747
"postcss-simple-vars": "^7.0.1",
48-
"prettier": "^3.4.1",
48+
"prettier": "^3.4.2",
4949
"typescript": "^5.7.2",
50-
"typescript-eslint": "^8.16.0",
51-
"vite": "^5.4.11",
50+
"typescript-eslint": "^8.18.0",
51+
"vite": "^6.0.3",
5252
"vite-plugin-html": "^3.2.0"
5353
}
5454
}

0 commit comments

Comments
 (0)