diff --git a/package-lock.json b/package-lock.json index 49cacc94..886ea336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@supabase/ssr": "^0.8.0", "@supabase/supabase-js": "^2.93.2", "@tailwindcss/typography": "^0.5.19", - "@tiptap/html": "^3.18.0", + "@tiptap/html": "^3.19.0", "accept-language": "^3.0.20", "ai": "^6.0.59", "class-variance-authority": "^0.7.1", @@ -55,13 +55,13 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/node": "latest", + "@types/node": "*", "@types/react": "*", "@types/react-dom": "*", "@types/uuid": "^11.0.0", "eslint": "*", - "eslint-config-next": "latest", - "postcss": "latest", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^4.1.18", @@ -5461,17 +5461,17 @@ } }, "node_modules/@tiptap/html": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/@tiptap/html/-/html-3.18.0.tgz", - "integrity": "sha512-27A+N3im8pKxlirm7lDZRwgku6xMoDuGwt2cP/G59LrCh208G1oR/RTRBAKwrOQLfA1T/fTv08ZRt2enMYnmkw==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/@tiptap/html/-/html-3.19.0.tgz", + "integrity": "sha512-ceBKCurbi9Rir1QZOGt+l17w6VGSEnQu9LKWnSwK6A6x8x7wvP8zYvM6HiuSuP8CRLT284fNBc8qrbWDuBnHbg==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/ueberdosis" }, "peerDependencies": { - "@tiptap/core": "^3.18.0", - "@tiptap/pm": "^3.18.0", + "@tiptap/core": "^3.19.0", + "@tiptap/pm": "^3.19.0", "happy-dom": "^20.0.2" } }, diff --git a/package.json b/package.json index d6e6214b..3dfdac99 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@supabase/ssr": "^0.8.0", "@supabase/supabase-js": "^2.93.2", "@tailwindcss/typography": "^0.5.19", - "@tiptap/html": "^3.18.0", + "@tiptap/html": "^3.19.0", "accept-language": "^3.0.20", "ai": "^6.0.59", "class-variance-authority": "^0.7.1",