Skip to content

Commit

Permalink
package: upgrade package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Nov 14, 2024
1 parent 247eead commit d185d37
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
47 changes: 26 additions & 21 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
"tool"
],
"devDependencies": {
"@types/node": "^20.12.3",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"glob": "^11.0.0",
"prettier": "^3.2.5",
"terser": "^5.30.2",
"prettier": "^3.3.3",
"terser": "^5.36.0",
"tsx": "^4.19.2",
"typescript": "^5.4.3"
"typescript": "^5.6.3"
}
}

0 comments on commit d185d37

Please sign in to comment.