diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 117b322..7a6707f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Node setup uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 diff --git a/package.json b/package.json index cc14769..9e09be7 100644 --- a/package.json +++ b/package.json @@ -91,46 +91,46 @@ } }, "devDependencies": { - "@blocknote/core": "0.37.0", - "@blocknote/mantine": "0.37.0", - "@blocknote/react": "0.37.0", + "@blocknote/core": "0.44.2", + "@blocknote/mantine": "0.44.2", + "@blocknote/react": "0.44.2", "@edge-runtime/vm": "5.0.0", - "@eslint/eslintrc": "3.3.1", - "@eslint/js": "9.38.0", + "@eslint/eslintrc": "3.3.3", + "@eslint/js": "9.39.1", "@hocuspocus/provider": "2.15.3", - "@mantine/core": "^7.5.3", - "@tiptap/core": "2.26.2", - "@tiptap/extension-highlight": "2.26.2", - "@tiptap/extension-image": "2.26.2", - "@tiptap/extension-link": "2.26.2", - "@tiptap/extension-task-item": "2.26.2", - "@tiptap/extension-task-list": "2.26.2", - "@tiptap/extension-text-align": "2.26.2", - "@tiptap/extension-typography": "2.26.2", - "@tiptap/extension-underline": "2.26.2", - "@tiptap/react": "2.26.2", - "@tiptap/starter-kit": "2.26.1", - "@types/node": "20.19.24", - "@types/react": "19.2.2", - "@types/react-dom": "19.2.2", + "@mantine/core": "7.17.8", + "@tiptap/core": "2.27.1", + "@tiptap/extension-highlight": "2.27.1", + "@tiptap/extension-image": "2.27.1", + "@tiptap/extension-link": "2.27.1", + "@tiptap/extension-task-item": "2.27.1", + "@tiptap/extension-task-list": "2.27.1", + "@tiptap/extension-text-align": "2.27.1", + "@tiptap/extension-typography": "2.27.1", + "@tiptap/extension-underline": "2.27.1", + "@tiptap/react": "2.27.1", + "@tiptap/starter-kit": "2.27.1", + "@types/node": "20.19.26", + "@types/react": "19.2.7", + "@types/react-dom": "19.2.3", "@types/ws": "8.18.1", - "@vitejs/plugin-react": "5.0.4", + "@vitejs/plugin-react": "5.1.2", "chokidar-cli": "3.0.0", - "convex": "1.29.0", - "convex-test": "0.0.38", + "convex": "1.31.0", + "convex-test": "0.0.41", "cpy-cli": "6.0.0", - "eslint": "9.38.0", - "eslint-plugin-react-hooks": "7.0.0", + "eslint": "9.39.1", + "eslint-plugin-react-hooks": "7.0.1", "eslint-plugin-react-refresh": "0.4.24", - "globals": "16.4.0", + "globals": "16.5.0", "npm-run-all2": "8.0.4", - "prettier": "3.6.2", - "react": "^19.2.3", - "react-dom": "^19.2.3", + "prettier": "3.7.4", + "react": "19.2.3", + "react-dom": "19.2.3", "typescript": "5.9.3", - "typescript-eslint": "8.46.2", + "typescript-eslint": "8.49.0", "vite": "6.4.1", - "vitest": "^3.2.4" + "vitest": "3.2.4" }, "types": "./dist/client/index.d.ts", "module": "./dist/client/index.js"