Skip to content

Commit

Permalink
Updated dependencies (#48)
Browse files Browse the repository at this point in the history
* chore: Updated dependencies

* chore: Added lockfile

* chore: Updated copyright year

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Mar 18, 2024
1 parent ee04160 commit 97612b6
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 350 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

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:

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@codemod-utils/ast-javascript": "^1.2.3",
"@codemod-utils/ast-template": "^1.1.1",
"@codemod-utils/blueprints": "^1.1.1",
"@codemod-utils/ember-cli-string": "^1.1.1",
"@codemod-utils/files": "^1.1.1",
"@codemod-utils/ast-javascript": "^1.2.4",
"@codemod-utils/ast-template": "^1.1.2",
"@codemod-utils/blueprints": "^1.1.2",
"@codemod-utils/ember-cli-string": "^1.1.2",
"@codemod-utils/files": "^2.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@codemod-utils/tests": "^1.1.2",
"@babel/core": "^7.24.0",
"@codemod-utils/tests": "^1.1.3",
"@sondr3/minitest": "^0.1.2",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.3",
"@types/node": "^18.19.17",
"@types/node": "^18.19.24",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
Loading

0 comments on commit 97612b6

Please sign in to comment.