Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tyfkda committed Sep 2, 2024
1 parent 122c4bc commit f9d2e42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"author": "tyfkda",
"license": "Unlicense",
"devDependencies": {
"@babel/core": "~7.21.8",
"@babel/preset-env": "~7.21.5",
"@babel/register": "~7.21.0",
"@types/node": "~18.16.3",
"ts-loader": "~9.4.2",
"typescript": "~5.0.4",
"webpack": "~5.82.0",
"webpack-cli": "~5.0.2"
"@babel/core": "~7.25.2",
"@babel/preset-env": "~7.25.4",
"@babel/register": "~7.24.6",
"@types/node": "~22.5.2",
"ts-loader": "~9.5.1",
"typescript": "~5.5.4",
"webpack": "~5.94.0",
"webpack-cli": "~5.1.4"
},
"dependencies": {
"@kmamal/sdl": "~0.9.5",
"commander": "~12.0.0",
"@kmamal/sdl": "~0.10.7",
"commander": "~12.1.0",
"fflate": "~0.8.2",
"pngjs": "~7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion nodejs/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MyApp {
private nes: Nes
private pad = 0
private additionalPad = 0
private timer: NodeJS.Timer | undefined
private timer: NodeJS.Timeout | undefined
private controller: any
private takeScreenshot = false
private screenshotIndex = 0
Expand Down

0 comments on commit f9d2e42

Please sign in to comment.