Skip to content

Commit

Permalink
chore(deps-dev): typescript@5.4.3, latest others
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Mar 20, 2024
1 parent 369fb72 commit 59973dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"strip-ansi": "^7.1.0",
"typescript": "~5.4.2",
"webpack": "^5.90.3"
"typescript": "~5.4.3",
"webpack": "^5.91.0"
},
"engines": {
"node": ">=18",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-loader/src/test/bundle-with-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function bundleWithLoader({
});

// so test output isn't saved on local hard drive
compiler.outputFileSystem = createFsFromVolume(new Volume()) as webpack.Compiler['outputFileSystem'];
compiler.outputFileSystem = createFsFromVolume(new Volume()) as unknown as webpack.Compiler['outputFileSystem'];

const stats = await new Promise<webpack.Stats>((res, rej) => {
compiler.run((e, s) => (e ? rej(e) : res(s!)));
Expand Down

0 comments on commit 59973dc

Please sign in to comment.