⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2026-06-23 12:17:47 +02:00
committed by Anthony LC
parent 09f95681ef
commit e4b6132dfd
7 changed files with 797 additions and 1311 deletions
+8 -8
View File
@@ -32,20 +32,20 @@
"server:test": "yarn COLLABORATION_SERVER run test"
},
"resolutions": {
"@tiptap/extensions": "3.23.6",
"@types/node": "24.12.4",
"@types/react": "19.2.15",
"@tiptap/extensions": "3.26.1",
"@types/node": "24.13.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "10.4.0",
"eslint": "10.5.0",
"postcss": "8.5.15",
"prosemirror-view": "1.41.8",
"react": "19.2.6",
"react-dom": "19.2.6",
"prosemirror-view": "1.41.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"serialize-javascript": "7.0.5",
"typescript": "6.0.3",
"uuid": "14.0.0",
"wrap-ansi": "10.0.0",
"yjs": "13.6.30"
"yjs": "13.6.31"
},
"packageManager": "yarn@1.22.22"
}