Skip to content

Commit 546c05c

Browse files
committed
Update deps
1 parent 19bef05 commit 546c05c

File tree

2 files changed

+638
-607
lines changed

2 files changed

+638
-607
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,45 +71,45 @@
7171
"format": "prettier --write ."
7272
},
7373
"devDependencies": {
74-
"@docsearch/react": "^3.8.2",
75-
"@faker-js/faker": "^9.3.0",
74+
"@docsearch/react": "^3.9.0",
75+
"@faker-js/faker": "^9.5.1",
7676
"@formkit/auto-animate": "^0.8.2",
7777
"@hello-pangea/dnd": "^17.0.0",
78-
"@mantine/code-highlight": "^7.15.1",
79-
"@mantine/core": "^7.15.1",
80-
"@mantine/dates": "^7.15.1",
81-
"@mantine/hooks": "^7.15.1",
82-
"@mantine/modals": "^7.15.1",
83-
"@mantine/notifications": "^7.15.1",
84-
"@tabler/icons-react": "^3.26.0",
85-
"@tanstack/react-query": "^5.62.8",
86-
"@types/lodash": "^4.17.13",
87-
"@types/node": "^22.10.2",
88-
"@types/react": "^19.0.2",
89-
"@types/react-dom": "^19.0.2",
90-
"@typescript-eslint/eslint-plugin": "^8.18.1",
91-
"@typescript-eslint/parser": "^8.18.1",
78+
"@mantine/code-highlight": "^7.17.1",
79+
"@mantine/core": "^7.17.1",
80+
"@mantine/dates": "^7.17.1",
81+
"@mantine/hooks": "^7.17.1",
82+
"@mantine/modals": "^7.17.1",
83+
"@mantine/notifications": "^7.17.1",
84+
"@tabler/icons-react": "^3.31.0",
85+
"@tanstack/react-query": "^5.67.1",
86+
"@types/lodash": "^4.17.16",
87+
"@types/node": "^22.13.9",
88+
"@types/react": "^19.0.10",
89+
"@types/react-dom": "^19.0.4",
90+
"@typescript-eslint/eslint-plugin": "^8.26.0",
91+
"@typescript-eslint/parser": "^8.26.0",
9292
"clsx": "^2.1.1",
9393
"cssnano": "^7.0.6",
9494
"dayjs": "^1.11.13",
9595
"eslint": "^8",
96-
"eslint-config-next": "^15.1.2",
96+
"eslint-config-next": "^15.2.1",
9797
"eslint-config-prettier": "^9.1.0",
9898
"lodash": "^4.17.21",
99-
"mantine-contextmenu": "^7.15.1",
100-
"next": "^15.1.2",
101-
"postcss": "^8.4.49",
99+
"mantine-contextmenu": "^7.17.1",
100+
"next": "^15.2.1",
101+
"postcss": "^8.5.3",
102102
"postcss-cli": "^11.0.0",
103103
"postcss-import": "^16.1.0",
104104
"postcss-preset-mantine": "^1.17.0",
105105
"postcss-simple-vars": "^7.0.1",
106-
"prettier": "^3.4.2",
106+
"prettier": "^3.5.3",
107107
"react": "^19.0.0",
108108
"react-dom": "^19.0.0",
109109
"sharp": "^0.33.5",
110-
"swr": "^2.2.5",
111-
"tsup": "^8.3.5",
112-
"typescript": "^5.7.2"
110+
"swr": "^2.3.2",
111+
"tsup": "^8.4.0",
112+
"typescript": "^5.8.2"
113113
},
114114
"peerDependencies": {
115115
"@mantine/core": ">=7.14",

0 commit comments

Comments
 (0)