Skip to content

Commit e02c35d

Browse files
committed
fix / upgrade deps
1 parent e5b125b commit e02c35d

113 files changed

Lines changed: 1152 additions & 1881 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@polar-sh/better-auth": "^1.6.4",
4949
"@polar-sh/sdk": "^0.42.2",
5050
"@react-email/components": "^1.0.4",
51-
"@react-email/render": "^2.0.2",
51+
"@react-email/render": "^2.0.4",
5252
"@react-pdf/renderer": "^4.3.0",
5353
"@sentry/nextjs": "^10.34.0",
5454
"@shikijs/core": "^3.19.0",
@@ -126,4 +126,4 @@
126126
"tailwindcss": "^4.1.18",
127127
"typescript": "^5.9.3"
128128
}
129-
}
129+
}

examples/01-basic/01-minimal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/02-block-objects/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/03-multi-column/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1",
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3",
2424
"@blocknote/xl-multi-column": "latest"
2525
},
2626
"devDependencies": {
27-
"@types/react": "^19.2.2",
28-
"@types/react-dom": "^19.2.2",
27+
"@types/react": "^19.2.3",
28+
"@types/react-dom": "^19.2.3",
2929
"@vitejs/plugin-react": "^4.7.0",
3030
"vite": "^5.4.20"
3131
}

examples/01-basic/04-default-blocks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/05-removing-default-blocks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/06-block-manipulation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/07-selection-blocks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/08-ariakit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1"
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.2",
26+
"@types/react": "^19.2.3",
27+
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^4.7.0",
2929
"vite": "^5.4.20"
3030
}

examples/01-basic/09-shadcn/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"@mantine/core": "^8.3.11",
2020
"@mantine/hooks": "^8.3.11",
2121
"@mantine/utils": "^6.0.22",
22-
"react": "^19.2.1",
23-
"react-dom": "^19.2.1",
22+
"react": "^19.2.3",
23+
"react-dom": "^19.2.3",
2424
"tailwindcss": "^4.1.14",
2525
"tw-animate-css": "^1.4.0"
2626
},
2727
"devDependencies": {
2828
"@tailwindcss/vite": "^4.1.14",
29-
"@types/react": "^19.2.2",
30-
"@types/react-dom": "^19.2.2",
29+
"@types/react": "^19.2.3",
30+
"@types/react-dom": "^19.2.3",
3131
"@vitejs/plugin-react": "^4.7.0",
3232
"vite": "^5.4.20"
3333
}

0 commit comments

Comments
 (0)