Skip to content

Commit d3b9474

Browse files
Update Routine updates
1 parent 91e19d5 commit d3b9474

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -91,46 +91,46 @@
9191
}
9292
},
9393
"devDependencies": {
94-
"@blocknote/core": "0.37.0",
95-
"@blocknote/mantine": "0.37.0",
96-
"@blocknote/react": "0.37.0",
94+
"@blocknote/core": "0.42.0",
95+
"@blocknote/mantine": "0.42.0",
96+
"@blocknote/react": "0.42.0",
9797
"@edge-runtime/vm": "5.0.0",
9898
"@eslint/eslintrc": "3.3.1",
99-
"@eslint/js": "9.38.0",
99+
"@eslint/js": "9.39.1",
100100
"@hocuspocus/provider": "2.15.3",
101-
"@mantine/core": "^7.5.3",
102-
"@tiptap/core": "2.26.2",
103-
"@tiptap/extension-highlight": "2.26.2",
104-
"@tiptap/extension-image": "2.26.2",
105-
"@tiptap/extension-link": "2.26.2",
106-
"@tiptap/extension-task-item": "2.26.2",
107-
"@tiptap/extension-task-list": "2.26.2",
108-
"@tiptap/extension-text-align": "2.26.2",
109-
"@tiptap/extension-typography": "2.26.2",
110-
"@tiptap/extension-underline": "2.26.2",
111-
"@tiptap/react": "2.26.2",
112-
"@tiptap/starter-kit": "2.26.1",
113-
"@types/node": "20.19.24",
114-
"@types/react": "19.2.2",
115-
"@types/react-dom": "19.2.2",
101+
"@mantine/core": "7.17.8",
102+
"@tiptap/core": "2.27.1",
103+
"@tiptap/extension-highlight": "2.27.1",
104+
"@tiptap/extension-image": "2.27.1",
105+
"@tiptap/extension-link": "2.27.1",
106+
"@tiptap/extension-task-item": "2.27.1",
107+
"@tiptap/extension-task-list": "2.27.1",
108+
"@tiptap/extension-text-align": "2.27.1",
109+
"@tiptap/extension-typography": "2.27.1",
110+
"@tiptap/extension-underline": "2.27.1",
111+
"@tiptap/react": "2.27.1",
112+
"@tiptap/starter-kit": "2.27.1",
113+
"@types/node": "20.19.25",
114+
"@types/react": "19.2.4",
115+
"@types/react-dom": "19.2.3",
116116
"@types/ws": "8.18.1",
117-
"@vitejs/plugin-react": "5.0.4",
117+
"@vitejs/plugin-react": "5.1.1",
118118
"chokidar-cli": "3.0.0",
119119
"convex": "1.29.0",
120120
"convex-test": "0.0.38",
121121
"cpy-cli": "6.0.0",
122-
"eslint": "9.38.0",
123-
"eslint-plugin-react-hooks": "7.0.0",
122+
"eslint": "9.39.1",
123+
"eslint-plugin-react-hooks": "7.0.1",
124124
"eslint-plugin-react-refresh": "0.4.24",
125-
"globals": "16.4.0",
125+
"globals": "16.5.0",
126126
"npm-run-all2": "8.0.4",
127127
"prettier": "3.6.2",
128-
"react": "^19.0.0",
129-
"react-dom": "^19.0.0",
128+
"react": "19.1.0",
129+
"react-dom": "19.1.0",
130130
"typescript": "5.9.3",
131-
"typescript-eslint": "8.46.2",
131+
"typescript-eslint": "8.46.4",
132132
"vite": "6.4.1",
133-
"vitest": "^3.2.4"
133+
"vitest": "3.2.4"
134134
},
135135
"types": "./dist/client/index.d.ts",
136136
"module": "./dist/client/index.js"

0 commit comments

Comments
 (0)