updated dependencies
This commit is contained in:
16
package.json
16
package.json
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prettier": "prettier --write .",
|
||||
"build": "npm run prettier && tsc && node -e \"(async () => await fs.promises.writeFile('lib/main.js', '#!/usr/bin/env node\\n' + await fs.promises.readFile('lib/main.js')))()\" && chmod +x lib/main.js",
|
||||
"build": "npm run prettier && tsc && node -e \"(async () => { const p = 'lib/main.js'; await fs.promises.writeFile(p, '#!/usr/bin/env node\\n' + await fs.promises.readFile(p)); await fs.promises.chmod(p, fs.constants.S_IXUSR | fs.constants.S_IXGRP); })()\"",
|
||||
"test": "node ./test/test.mjs"
|
||||
},
|
||||
"repository": {
|
||||
@@ -21,14 +21,14 @@
|
||||
"dependencies": {
|
||||
"chokidar": "^3.6.0",
|
||||
"command-line-args": "^5.2.1",
|
||||
"esbuild": "^0.14.54",
|
||||
"prettier": "^2.8.4"
|
||||
"esbuild": "^0.21.5",
|
||||
"prettier": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/command-line-args": "^5.2.0",
|
||||
"@types/node": "^17.0.45",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"eslint": "^8.33.0",
|
||||
"typescript": "^4.9.5"
|
||||
"@types/command-line-args": "^5.2.3",
|
||||
"@types/node": "^20.14.5",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"eslint": "^9.5.0",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user