Skip to content

Commit

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

* chore: Added lockfile

* chore: Simplified CI

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Dec 27, 2024
1 parent e5689e0 commit 6890670
Show file tree
Hide file tree
Showing 3 changed files with 994 additions and 922 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
NODE_VERSION: 18
PNPM_VERSION: 9

jobs:
lint:
Expand All @@ -21,8 +20,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand All @@ -47,8 +44,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,33 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@codemod-utils/files": "^2.0.4",
"@codemod-utils/files": "^2.0.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@codemod-utils/tests": "^1.1.7",
"@babel/core": "^7.26.0",
"@codemod-utils/tests": "^1.1.8",
"@sondr3/minitest": "^0.1.2",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^18.19.47",
"@types/node": "^18.19.68",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"concurrently": "^9.1.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.* || >= 20"
},
Expand All @@ -77,7 +78,7 @@
},
"pnpm": {
"overrides": {
"eslint-plugin-import@2.29.1>tsconfig-paths": "^4.2.0"
"eslint-plugin-import@2.31.0>tsconfig-paths": "^4.2.0"
}
}
}
Loading

0 comments on commit 6890670

Please sign in to comment.