Skip to content

Commit

Permalink
Update packages, tweak Neutralino type
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticFqx committed Aug 15, 2024
1 parent b319729 commit b9b35a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"resedit": "^2.0.2",
"rimraf": "^6.0.1",
"sharp": "^0.33.4",
"terser": "^5.31.3",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vite-node": "^2.0.5",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-zip-pack": "^1.2.3",
"vite-tsconfig-paths": "^4.3.2"
"vite-plugin-zip-pack": "^1.2.4",
"vite-tsconfig-paths": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion src/neu-main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Neutralino from '@neutralinojs/lib';
type Neutralino = typeof import('@neutralinojs/lib');
type Neutralino = typeof Neutralino;

const NeutralinoLoad = (Neutralino: Neutralino) => {
Neutralino.window.center();
Expand Down

0 comments on commit b9b35a3

Please sign in to comment.