mirror of
https://github.com/docmost/docmost.git
synced 2026-09-11 07:56:54 +08:00
chore: package updates (#2474)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM node:26-slim AS base
|
||||
LABEL org.opencontainers.image.source="https://github.com/docmost/docmost"
|
||||
|
||||
RUN npm install -g pnpm@11.23.0
|
||||
RUN npm install -g pnpm@11.25.0
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
||||
+29
-29
@@ -31,34 +31,34 @@
|
||||
"@joplin/turndown": "4.0.82",
|
||||
"@joplin/turndown-plugin-gfm": "1.0.64",
|
||||
"@sindresorhus/slugify": "3.0.0",
|
||||
"@tiptap/core": "3.29.2",
|
||||
"@tiptap/extension-audio": "3.29.2",
|
||||
"@tiptap/extension-code-block": "3.29.2",
|
||||
"@tiptap/extension-collaboration": "3.29.2",
|
||||
"@tiptap/extension-collaboration-caret": "3.29.2",
|
||||
"@tiptap/extension-color": "3.29.2",
|
||||
"@tiptap/extension-document": "3.29.2",
|
||||
"@tiptap/extension-heading": "3.29.2",
|
||||
"@tiptap/extension-highlight": "3.29.2",
|
||||
"@tiptap/extension-history": "3.29.2",
|
||||
"@tiptap/extension-image": "3.29.2",
|
||||
"@tiptap/extension-link": "3.29.2",
|
||||
"@tiptap/extension-list": "3.29.2",
|
||||
"@tiptap/extension-placeholder": "3.29.2",
|
||||
"@tiptap/extension-subscript": "3.29.2",
|
||||
"@tiptap/extension-superscript": "3.29.2",
|
||||
"@tiptap/extension-table": "3.29.2",
|
||||
"@tiptap/extension-text": "3.29.2",
|
||||
"@tiptap/extension-text-align": "3.29.2",
|
||||
"@tiptap/extension-text-style": "3.29.2",
|
||||
"@tiptap/extension-typography": "3.29.2",
|
||||
"@tiptap/extension-unique-id": "3.29.2",
|
||||
"@tiptap/extension-youtube": "3.29.2",
|
||||
"@tiptap/html": "3.29.2",
|
||||
"@tiptap/pm": "3.29.2",
|
||||
"@tiptap/react": "3.29.2",
|
||||
"@tiptap/starter-kit": "3.29.2",
|
||||
"@tiptap/suggestion": "3.29.2",
|
||||
"@tiptap/core": "3.31.3",
|
||||
"@tiptap/extension-audio": "3.31.3",
|
||||
"@tiptap/extension-code-block": "3.31.3",
|
||||
"@tiptap/extension-collaboration": "3.31.3",
|
||||
"@tiptap/extension-collaboration-caret": "3.31.3",
|
||||
"@tiptap/extension-color": "3.31.3",
|
||||
"@tiptap/extension-document": "3.31.3",
|
||||
"@tiptap/extension-heading": "3.31.3",
|
||||
"@tiptap/extension-highlight": "3.31.3",
|
||||
"@tiptap/extension-history": "3.31.3",
|
||||
"@tiptap/extension-image": "3.31.3",
|
||||
"@tiptap/extension-link": "3.31.3",
|
||||
"@tiptap/extension-list": "3.31.3",
|
||||
"@tiptap/extension-placeholder": "3.31.3",
|
||||
"@tiptap/extension-subscript": "3.31.3",
|
||||
"@tiptap/extension-superscript": "3.31.3",
|
||||
"@tiptap/extension-table": "3.31.3",
|
||||
"@tiptap/extension-text": "3.31.3",
|
||||
"@tiptap/extension-text-align": "3.31.3",
|
||||
"@tiptap/extension-text-style": "3.31.3",
|
||||
"@tiptap/extension-typography": "3.31.3",
|
||||
"@tiptap/extension-unique-id": "3.31.3",
|
||||
"@tiptap/extension-youtube": "3.31.3",
|
||||
"@tiptap/html": "3.31.3",
|
||||
"@tiptap/pm": "3.31.3",
|
||||
"@tiptap/react": "3.31.3",
|
||||
"@tiptap/starter-kit": "3.31.3",
|
||||
"@tiptap/suggestion": "3.31.3",
|
||||
"@tiptap/y-tiptap": "3.0.7",
|
||||
"bytes": "3.1.2",
|
||||
"cross-env": "10.1.0",
|
||||
@@ -95,5 +95,5 @@
|
||||
"packages/*"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@11.23.0"
|
||||
"packageManager": "pnpm@11.25.0"
|
||||
}
|
||||
|
||||
Generated
+455
-445
File diff suppressed because it is too large
Load Diff
+6
-1
@@ -16,11 +16,12 @@ overrides:
|
||||
express-rate-limit: 8.2.2
|
||||
flatted: 3.4.2
|
||||
find-my-way: 9.7.0
|
||||
fastify: 5.12.3
|
||||
yaml@>=2.0.0 <2.8.3: 2.8.3
|
||||
brace-expansion@^5: 5.0.9
|
||||
axios: 1.18.1
|
||||
ip-address: 10.3.1
|
||||
fast-uri: 3.1.5
|
||||
fast-uri: 3.1.7
|
||||
form-data@>=4.0.0 <4.0.6: 4.0.6
|
||||
nanoid@>=4.0.0 <5.1.16: 5.1.16
|
||||
esbuild@>=0.27.3 <0.28.1: 0.28.1
|
||||
@@ -29,6 +30,10 @@ overrides:
|
||||
js-yaml@>=4.0.0 <4.3.1: 4.3.1
|
||||
shamefullyHoist: true
|
||||
minimumReleaseAge: 4320
|
||||
minimumReleaseAgeExclude:
|
||||
- '@tiptap/*'
|
||||
- fastify
|
||||
- postcss-selector-parser
|
||||
allowBuilds:
|
||||
'@swc/core': true
|
||||
bcrypt: true
|
||||
|
||||
Reference in New Issue
Block a user