Skip to content

Commit df153c3

Browse files
authored
Updated dependencies (#93)
* chore: Updated dependencies * chore: Updated copyright year --------- Co-authored-by: ijlee2 <[email protected]>
1 parent 2872178 commit df153c3

File tree

3 files changed

+126
-126
lines changed

3 files changed

+126
-126
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Isaac J. Lee
3+
Copyright (c) 2025 Isaac J. Lee
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@
5151
"@sondr3/minitest": "^0.1.2",
5252
"@tsconfig/node18": "^18.2.4",
5353
"@tsconfig/strictest": "^2.0.5",
54-
"@types/node": "^18.19.68",
54+
"@types/node": "^18.19.70",
5555
"@types/yargs": "^17.0.33",
56-
"@typescript-eslint/eslint-plugin": "^8.18.2",
57-
"@typescript-eslint/parser": "^8.18.2",
58-
"concurrently": "^9.1.0",
56+
"@typescript-eslint/eslint-plugin": "^8.20.0",
57+
"@typescript-eslint/parser": "^8.20.0",
58+
"concurrently": "^9.1.2",
5959
"eslint": "^8.57.1",
60-
"eslint-config-prettier": "^9.1.0",
60+
"eslint-config-prettier": "^10.0.1",
6161
"eslint-import-resolver-typescript": "^3.7.0",
6262
"eslint-plugin-import": "^2.31.0",
6363
"eslint-plugin-n": "^17.15.1",
64-
"eslint-plugin-prettier": "^5.2.1",
64+
"eslint-plugin-prettier": "^5.2.2",
6565
"eslint-plugin-simple-import-sort": "^12.1.1",
6666
"eslint-plugin-typescript-sort-keys": "^3.3.0",
6767
"lerna-changelog": "^2.2.0",
6868
"prettier": "^3.4.2",
69-
"typescript": "^5.7.2"
69+
"typescript": "^5.7.3"
7070
},
71-
"packageManager": "[email protected].1",
71+
"packageManager": "[email protected].3",
7272
"engines": {
7373
"node": "18.* || >= 20"
7474
},

0 commit comments

Comments
 (0)