Skip to content

Commit

Permalink
Update make-synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 6, 2024
1 parent 5116aa8 commit c2bbd94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"prettier": "*"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/node": "20.11.16",
"c8": "9.1.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.4"
"prettier": "3.2.5"
},
"packageManager": "yarn@3.2.2",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"make-synchronized": "^0.2.5"
"make-synchronized": "^0.2.8"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"checkJs": true,
"noEmit": true,
"target": "esnext",
"module": "NodeNext",
"module": "NodeNext"
},
"files": ["index.cjs"],
"files": ["index.cjs"]
}

0 comments on commit c2bbd94

Please sign in to comment.