Skip to content

Commit

Permalink
Updated dependencies (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Dec 18, 2023
1 parent dc56063 commit 431ed5e
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 293 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,32 @@
"dependencies": {
"@codemod-utils/blueprints": "^1.1.0",
"@codemod-utils/files": "^1.1.0",
"@codemod-utils/json": "^1.1.1",
"@codemod-utils/json": "^1.1.3",
"strip-json-comments": "^5.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.6",
"@codemod-utils/tests": "^1.1.1",
"@sondr3/minitest": "^0.1.2",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^18.18.7",
"@types/yargs": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/node": "^18.19.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"engines": {
"node": "18.* || >= 20"
Expand All @@ -82,7 +82,7 @@
},
"pnpm": {
"overrides": {
"[email protected].0>tsconfig-paths": "^4.2.0"
"[email protected].1>tsconfig-paths": "^4.2.0"
}
}
}
Loading

0 comments on commit 431ed5e

Please sign in to comment.