File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import { VitePlugin } from "@electron-forge/plugin-vite";
2
2
import os from "os" ;
3
3
import { FusesPlugin } from "@electron-forge/plugin-fuses" ;
4
4
import { FuseV1Options , FuseVersion } from "@electron/fuses" ;
5
- import { DependenciesPlugin } from "electron-forge-plugin-dependencies" ;
6
- import pkg from "./package.json" assert { type : "json " } ;
5
+ import pkg from "./package.json" with { type : "json" } ;
7
6
8
7
const config = {
9
8
packagerConfig : {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import decompresser from "./decompresser";
28
28
import { UserSetting } from "@main/db/models" ;
29
29
import { t } from "i18next" ;
30
30
import { format } from "util" ;
31
- import pkg from "../../package.json" assert { type : "json" } ;
31
+ import pkg from "../../package.json" with { type : "json" } ;
32
32
33
33
const __dirname = import . meta. dirname ;
34
34
Original file line number Diff line number Diff line change 27
27
},
28
28
"packageManager" :
" [email protected] " ,
29
29
"engines" : {
30
- "node" : " >=18 .0.0"
30
+ "node" : " >=20 .0.0"
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments