mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 15:33:29 +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",
|
"electron-window-state": "^5.0.3",
|
||||||
"esbuild": "^0.19.2",
|
"esbuild": "^0.19.2",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
|
"glob": "^10.3.3",
|
||||||
"jotai": "^2.3.1",
|
"jotai": "^2.3.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"undici": "^5.23.0",
|
"undici": "^5.23.0",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// do not run in your local machine
|
// do not run in your local machine
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
const fs = require('fs');
|
const fs = require('node:fs');
|
||||||
const path = require('path');
|
const path = require('node:path');
|
||||||
const crypto = require('crypto');
|
const crypto = require('node:crypto');
|
||||||
const glob = require('glob');
|
const glob = require('glob');
|
||||||
/* eslint-enable */
|
/* eslint-enable */
|
||||||
|
|
||||||
|
@ -360,6 +360,7 @@ __metadata:
|
|||||||
electron-window-state: ^5.0.3
|
electron-window-state: ^5.0.3
|
||||||
esbuild: ^0.19.2
|
esbuild: ^0.19.2
|
||||||
fs-extra: ^11.1.1
|
fs-extra: ^11.1.1
|
||||||
|
glob: ^10.3.3
|
||||||
jotai: ^2.3.1
|
jotai: ^2.3.1
|
||||||
link-preview-js: ^3.0.5
|
link-preview-js: ^3.0.5
|
||||||
lodash-es: ^4.17.21
|
lodash-es: ^4.17.21
|
||||||
@ -20587,7 +20588,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
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
|
version: 10.3.3
|
||||||
resolution: "glob@npm:10.3.3"
|
resolution: "glob@npm:10.3.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user