mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
feat: upgrade dependencies and lockfile (#5016)
- Close https://github.com/toeverything/AFFiNE/security/dependabot/47
This commit is contained in:
@@ -8,3 +8,4 @@ yarn up "@blocksuite/blocks@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/editor@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/global@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/block-std@${LATEST_NIGHTLY}"
|
||||
yarn up "@blocksuite/virgo@${LATEST_NIGHTLY}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const semver = await import('semver').catch(() =>
|
||||
import('../packages/backend/server/node_modules/semver/index.js')
|
||||
const semver = await import('semver').catch(
|
||||
() => import('../packages/backend/server/node_modules/semver/index.js')
|
||||
);
|
||||
|
||||
import packageJson from '../package.json' assert { type: 'json' };
|
||||
|
||||
Reference in New Issue
Block a user