Skip to content

Commit

Permalink
fix: Upgrade all non-breaking node dependencies (#2759)
Browse files Browse the repository at this point in the history
* fix: Upgrade all non breaking webhook node dependencies

* fix: Upgrade all non breaking binary syncer node dependencies

* fix: Upgrade all non breaking runners node dependencies
  • Loading branch information
npalm authored Dec 13, 2022
1 parent 8728523 commit 801e01f
Show file tree
Hide file tree
Showing 6 changed files with 1,732 additions and 1,926 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,30 @@
"build": "ncc build src/lambda.ts -o dist",
"dist": "yarn build && cd dist && zip ../runner-binaries-syncer.zip index.js",
"format": "prettier --write \"**/*.ts\"",
"format-check": "prettier --check \"**/*.ts\""
"format-check": "prettier --check \"**/*.ts\"",
"all": "yarn build && yarn format && yarn lint && yarn test"
},
"devDependencies": {
"@octokit/rest": "^19.0.5",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.12",
"@types/node": "^18.11.14",
"@types/request": "^2.48.8",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.34.0",
"aws-sdk": "^2.1271.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vercel/ncc": "^0.36.0",
"aws-sdk": "^2.1273.0",
"eslint": "^8.29.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "^29.3",
"jest-mock": "^29.3.1",
"prettier": "2.8.0",
"prettier": "2.8.1",
"ts-jest": "^29.0.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.2.0",
"axios": "^1.2.1",
"tslog": "^3.3.4"
}
}
Loading

0 comments on commit 801e01f

Please sign in to comment.