Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
3axap4eHko committed Jun 13, 2023
1 parent c0409e1 commit 6693c33
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "inop",
"version": "0.2.15",
"description": "SWC based tool, helps to compile TypeScript modules to Interoperable ESM and CommonJS modules",
"main": "build/index.js",
"main": "build/utils.js",
"type": "module",
"bin": {
"inop": "bin/inop.js"
Expand Down Expand Up @@ -40,16 +40,16 @@
"interoperability"
],
"dependencies": {
"@swc/core": "^1.3.56",
"@swc/core": "^1.3.63",
"commander": "^10.0.1",
"fast-glob": "^3.2.12"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"jest": "^29.5.0",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit 6693c33

Please sign in to comment.