Skip to content

Commit c8c9453

Browse files
committed
chore: update deps
1 parent 6fc9cad commit c8c9453

3 files changed

Lines changed: 727 additions & 716 deletions

File tree

package.json

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,46 +15,39 @@
1515
"prepare": "husky"
1616
},
1717
"dependencies": {
18-
"@mantine/code-highlight": "9.0.1",
19-
"@mantine/core": "9.0.1",
20-
"@mantine/hooks": "9.0.1",
21-
"@mantine/notifications": "9.0.1",
18+
"@mantine/code-highlight": "9.1.1",
19+
"@mantine/core": "9.1.1",
20+
"@mantine/hooks": "9.1.1",
21+
"@mantine/notifications": "9.1.1",
2222
"@vercel/blob": "2.3.3",
2323
"compose-spec-schema": "1.0.0",
2424
"date-fns": "4.1.0",
2525
"highlight.js": "11.11.1",
26-
"nanoid": "5.1.7",
27-
"next": "16.2.3",
26+
"nanoid": "5.1.11",
27+
"next": "16.2.6",
2828
"nuqs": "2.8.9",
29-
"react": "19.2.4",
30-
"react-dom": "19.2.4",
29+
"react": "19.2.6",
30+
"react-dom": "19.2.6",
3131
"react-icons": "5.6.0",
3232
"sharp": "0.34.5",
33-
"typescript": "6.0.2",
34-
"yaml": "2.8.3",
35-
"zod": "4.3.6"
33+
"typescript": "6.0.3",
34+
"yaml": "2.8.4",
35+
"zod": "4.4.3"
3636
},
3737
"devDependencies": {
38-
"@commitlint/cli": "20.5.0",
39-
"@commitlint/config-conventional": "20.5.0",
40-
"@types/node": "25.5.2",
38+
"@commitlint/cli": "21.0.0",
39+
"@commitlint/config-conventional": "21.0.0",
40+
"@types/node": "25.6.2",
4141
"@types/react": "19.2.14",
4242
"@types/react-dom": "19.2.3",
43-
"autoprefixer": "10.4.27",
44-
"eslint": "10.2.0",
45-
"eslint-config-next": "16.2.2",
43+
"autoprefixer": "10.5.0",
44+
"eslint": "10.3.0",
45+
"eslint-config-next": "16.2.6",
4646
"husky": "9.1.7",
47-
"postcss": "8.5.9",
47+
"postcss": "8.5.14",
4848
"postcss-preset-mantine": "1.18.0",
4949
"postcss-simple-vars": "7.0.1",
5050
"standard-version": "9.5.0"
5151
},
52-
"packageManager": "pnpm@10.32.1",
53-
"pnpm": {
54-
"overrides": {
55-
"flatted": "3.4.2",
56-
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
57-
"lodash@<=4.17.23": ">=4.18.0"
58-
}
59-
}
52+
"packageManager": "pnpm@10.33.4"
6053
}

0 commit comments

Comments
 (0)