Skip to content

Commit 24aecb5

Browse files
authored
Updated latestVersions (#75)
* chore: Updated development dependencies * chore: Updated copyright date * chore: Updated latestVersions * chore: Updated test fixtures --------- Co-authored-by: ijlee2 <[email protected]>
1 parent 16cd5b0 commit 24aecb5

File tree

21 files changed

+164
-162
lines changed

21 files changed

+164
-162
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) 2023 Isaac J. Lee
3+
Copyright (c) 2024 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
"yargs": "^17.7.2"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.23.6",
49+
"@babel/core": "^7.23.7",
5050
"@codemod-utils/tests": "^1.1.1",
5151
"@sondr3/minitest": "^0.1.2",
5252
"@tsconfig/node18": "^18.2.2",
5353
"@tsconfig/strictest": "^2.0.2",
54-
"@types/node": "^18.19.3",
54+
"@types/node": "^18.19.4",
5555
"@types/yargs": "^17.0.32",
56-
"@typescript-eslint/eslint-plugin": "^6.15.0",
57-
"@typescript-eslint/parser": "^6.15.0",
56+
"@typescript-eslint/eslint-plugin": "^6.17.0",
57+
"@typescript-eslint/parser": "^6.17.0",
5858
"concurrently": "^8.2.2",
5959
"eslint": "^8.56.0",
6060
"eslint-config-prettier": "^9.1.0",
6161
"eslint-import-resolver-typescript": "^3.6.1",
6262
"eslint-plugin-import": "^2.29.1",
63-
"eslint-plugin-n": "^16.5.0",
64-
"eslint-plugin-prettier": "^5.1.0",
63+
"eslint-plugin-n": "^16.6.1",
64+
"eslint-plugin-prettier": "^5.1.2",
6565
"eslint-plugin-simple-import-sort": "^10.0.0",
6666
"eslint-plugin-typescript-sort-keys": "^3.1.0",
6767
"lerna-changelog": "^2.2.0",

0 commit comments

Comments
 (0)