mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 06:33:32 +03:00
fix: add missing package (#3927)
This commit is contained in:
parent
52f736fb77
commit
873d40d1c3
@ -51,6 +51,7 @@
|
||||
"electron-window-state": "^5.0.3",
|
||||
"esbuild": "^0.19.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"glob": "^10.3.3",
|
||||
"jotai": "^2.3.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"undici": "^5.23.0",
|
||||
|
@ -1,8 +1,8 @@
|
||||
// do not run in your local machine
|
||||
/* eslint-disable */
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const crypto = require('crypto');
|
||||
const fs = require('node:fs');
|
||||
const path = require('node:path');
|
||||
const crypto = require('node:crypto');
|
||||
const glob = require('glob');
|
||||
/* eslint-enable */
|
||||
|
||||
|
@ -360,6 +360,7 @@ __metadata:
|
||||
electron-window-state: ^5.0.3
|
||||
esbuild: ^0.19.2
|
||||
fs-extra: ^11.1.1
|
||||
glob: ^10.3.3
|
||||
jotai: ^2.3.1
|
||||
link-preview-js: ^3.0.5
|
||||
lodash-es: ^4.17.21
|
||||
@ -20587,7 +20588,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"glob@npm:^10.0.0, glob@npm:^10.2.2":
|
||||
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.3":
|
||||
version: 10.3.3
|
||||
resolution: "glob@npm:10.3.3"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user