Skip to content

Commit ae71d47

Browse files
committed
📦️ Updates packages to latest release
1 parent d76c6ab commit ae71d47

File tree

8 files changed

+1762
-1436
lines changed

8 files changed

+1762
-1436
lines changed

.yarn/releases/yarn-4.7.0.cjs

-935
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

+948
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

docs/components/Footer/Footer.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const VerticalLinks = ({ list }: { list: VerticalLink[] }) => {
3535
return (
3636
<>
3737
{list
38-
.filter((item) => !packageJson.repository.includes(item.href))
38+
.filter((item) => !packageJson.homepage.includes(item.href))
3939
.map((item) => (
4040
<Group key={item.key}>
4141
<Anchor
@@ -61,7 +61,9 @@ export const Footer: React.FC<FooterProps> = () => {
6161
<Stack gap="xs">
6262
<ThemeIcon>
6363
<img
64-
style={{ borderRadius: '8px' }}
64+
style={{
65+
borderRadius: '8px',
66+
}}
6567
width={36}
6668
src="https://substackcdn.com/image/fetch/f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5d483192-7bf9-4d61-aaf7-ced1a3f4adf8_1024x1024.png"
6769
alt="Undolog"

docs/components/Footer/ecosystem.ts

+15-9
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,61 @@ export const ecosystem = [
22
{
33
key: 'mantine-flip',
44
title: 'Mantine Flip',
5-
href: 'https://github.com/gfazioli/mantine-flip',
5+
href: 'https://gfazioli.github.io/mantine-flip',
66
newWindow: true,
77
},
88
{
99
key: 'mantine-marquee',
1010
title: 'Mantine Marquee',
11-
href: 'https://github.com/gfazioli/mantine-marquee',
11+
href: 'https://gfazioli.github.io/mantine-marquee',
1212
newWindow: true,
1313
},
1414
{
1515
key: 'mantine-onboarding-tour',
1616
title: 'Mantine Onboarding Tour',
17-
href: 'https://github.com/gfazioli/mantine-onboarding-tour',
17+
href: 'https://gfazioli.github.io/mantine-onboarding-tour',
1818
newWindow: true,
1919
},
2020
{
2121
key: 'mantine-parallax',
2222
title: 'Mantine Parallax',
23-
href: 'https://github.com/gfazioli/mantine-parallax',
23+
href: 'https://gfazioli.github.io/mantine-parallax',
24+
newWindow: true,
25+
},
26+
{
27+
key: 'mantine-picker',
28+
title: 'Mantine Picker',
29+
href: 'https://gfazioli.github.io/mantine-picker',
2430
newWindow: true,
2531
},
2632
{
2733
key: 'mantine-reflection',
2834
title: 'Mantine Reflection',
29-
href: 'https://github.com/gfazioli/mantine-reflection',
35+
href: 'https://gfazioli.github.io/mantine-reflection',
3036
newWindow: true,
3137
},
3238
{
3339
key: 'mantine-rings-progress',
3440
title: 'Mantine Rings Progress',
35-
href: 'https://github.com/gfazioli/mantine-rings-progress',
41+
href: 'https://gfazioli.github.io/mantine-rings-progress',
3642
newWindow: true,
3743
},
3844
{
3945
key: 'mantine-spinner',
4046
title: 'Mantine Spinner',
41-
href: 'https://github.com/gfazioli/mantine-spinner',
47+
href: 'https://gfazioli.github.io/mantine-spinner',
4248
newWindow: true,
4349
},
4450
{
4551
key: 'mantine-split-pane',
4652
title: 'Mantine Split Pane',
47-
href: 'https://github.com/gfazioli/mantine-split-pane',
53+
href: 'https://gfazioli.github.io/mantine-split-pane',
4854
newWindow: true,
4955
},
5056
{
5157
key: 'mantine-text-animate',
5258
title: 'Mantine Text Animate',
53-
href: 'https://github.com/gfazioli/mantine-text-animate',
59+
href: 'https://gfazioli.github.io/mantine-text-animate',
5460
newWindow: true,
5561
},
5662
{

docs/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@gfazioli/mantine-parallax": "workspace:*",
13-
"@mantine/core": "7.17.2",
14-
"@mantine/dates": "^7.17.2",
15-
"@mantine/hooks": "7.17.2",
13+
"@mantine/core": "7.17.4",
14+
"@mantine/dates": "^7.17.4",
15+
"@mantine/hooks": "7.17.4",
1616
"@mantinex/demo": "^1.2.0",
1717
"@mantinex/dev-icons": "^1.1.0",
1818
"@mantinex/mantine-header": "^1.1.0",
@@ -21,21 +21,21 @@
2121
"@mantinex/shiki": "^1.1.0",
2222
"@mdx-js/loader": "^3.1.0",
2323
"@mdx-js/react": "^3.1.0",
24-
"@next/mdx": "^15.2.4",
24+
"@next/mdx": "^15.3.0",
2525
"@tabler/icons-react": "^3.31.0",
2626
"@types/mdx": "^2.0.13",
2727
"dayjs": "^1.11.13",
28-
"next": "15.2.4",
29-
"react": "19.0.0",
30-
"react-dom": "19.0.0",
28+
"next": "15.3.0",
29+
"react": "19.1.0",
30+
"react-dom": "19.1.0",
3131
"remark-slug": "^7.0.1",
3232
"shikiji": "^0.10.2",
33-
"type-fest": "^4.38.0"
33+
"type-fest": "^4.39.1"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^22.13.13",
37-
"@types/react": "^19.0.12",
38-
"@types/react-dom": "^19.0.4",
39-
"typescript": "5.8.2"
36+
"@types/node": "^22.14.1",
37+
"@types/react": "^19.1.1",
38+
"@types/react-dom": "^19.1.2",
39+
"typescript": "5.8.3"
4040
}
4141
}

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
22
"description": "This package.json is not published to npm, modify the file in package/package.json",
33
"devDependencies": {
4-
"@eslint/js": "^9.23.0",
4+
"@eslint/js": "^9.24.0",
55
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
66
"@mantine-tests/core": "^1.1.0",
7-
"@mantine/core": "7.17.2",
8-
"@mantine/hooks": "7.17.2",
7+
"@mantine/core": "7.17.4",
8+
"@mantine/hooks": "7.17.4",
99
"@rollup/plugin-node-resolve": "^16.0.1",
1010
"@rollup/plugin-replace": "^6.0.2",
11-
"@storybook/addon-essentials": "^8.6.10",
12-
"@storybook/blocks": "^8.6.10",
13-
"@storybook/react": "^8.6.10",
14-
"@storybook/react-vite": "^8.6.10",
11+
"@storybook/addon-essentials": "^8.6.12",
12+
"@storybook/blocks": "^8.6.12",
13+
"@storybook/react": "^8.6.12",
14+
"@storybook/react-vite": "^8.6.12",
1515
"@testing-library/dom": "^10.4.0",
1616
"@testing-library/jest-dom": "^6.6.3",
17-
"@testing-library/react": "^16.2.0",
17+
"@testing-library/react": "^16.3.0",
1818
"@testing-library/user-event": "^14.6.1",
1919
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
2020
"@types/fs-extra": "^11.0.4",
2121
"@types/identity-obj-proxy": "^3.0.2",
2222
"@types/jest": "^29.5.14",
23-
"@types/node": "^22.13.13",
24-
"@types/react": "^19.0.12",
25-
"@types/react-dom": "^19.0.4",
23+
"@types/node": "^22.14.1",
24+
"@types/react": "^19.1.1",
25+
"@types/react-dom": "^19.1.2",
2626
"@types/signale": "^1.4.7",
2727
"@types/yargs": "^17.0.33",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"esbuild": "^0.24.2",
3030
"esbuild-jest": "^0.5.0",
31-
"eslint": "^9.23.0",
31+
"eslint": "^9.24.0",
3232
"eslint-config-mantine": "^4.0.3",
3333
"eslint-plugin-jsx-a11y": "^6.10.2",
34-
"eslint-plugin-react": "^7.37.4",
34+
"eslint-plugin-react": "^7.37.5",
3535
"fs-extra": "^11.3.0",
3636
"gh-pages": "^6.3.0",
3737
"hash-css-selector": "^1.1.0",
@@ -45,31 +45,31 @@
4545
"postcss": "^8.5.3",
4646
"postcss-preset-mantine": "1.17.0",
4747
"prettier": "^3.5.3",
48-
"react": "19.0.0",
49-
"react-dom": "19.0.0",
48+
"react": "19.1.0",
49+
"react-dom": "19.1.0",
5050
"rimraf": "^6.0.1",
51-
"rollup": "^4.37.0",
51+
"rollup": "^4.40.0",
5252
"rollup-plugin-banner2": "^1.3.1",
5353
"rollup-plugin-esbuild": "^6.2.1",
5454
"rollup-plugin-node-externals": "^8.0.0",
5555
"rollup-plugin-postcss": "^4.0.2",
5656
"signale": "^1.4.0",
5757
"simple-git": "^3.27.0",
58-
"storybook": "^8.6.10",
58+
"storybook": "^8.6.12",
5959
"storybook-dark-mode": "^4.0.2",
60-
"stylelint": "^16.17.0",
60+
"stylelint": "^16.18.0",
6161
"stylelint-config-standard-scss": "^14.0.0",
6262
"syncpack": "^13.0.3",
6363
"tsx": "^4.19.3",
64-
"typescript": "5.8.2",
65-
"typescript-eslint": "^8.28.0",
64+
"typescript": "5.8.3",
65+
"typescript-eslint": "^8.29.1",
6666
"version-next": "^1.0.2",
67-
"vite": "^6.2.3",
67+
"vite": "^6.2.6",
6868
"yargs": "^17.7.2",
69-
"zx": "^8.4.2"
69+
"zx": "^8.5.2"
7070
},
7171
"name": "m-90d2bb8",
72-
"packageManager": "yarn@4.7.0",
72+
"packageManager": "yarn@4.9.1",
7373
"repository": {
7474
"type": "git",
7575
"url": "https://github.com/mantinedev/extension-template.git"

0 commit comments

Comments
 (0)