forked from floydspace/serverless-esbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated dependencies (floydspace#364)
* chore(deps): updated dependencies - dev dependencies now require Node 14+ * test: updated tests - use `jest.mocked()` * chore: allow `any` in `*.test.ts` * chore: updated `node-version` * test: updated e2e tests - Updated `packager` and `path` configs - Updated dependencies - Updated snapshots * test: updated importing `cloudformation-template-update-stack.json` - Changed from `import` to `fs.readFileSync()` to stop error `ts(2307)` from showing in VS Code * chore: updated lock files * chore: use `npm ci` * chore(deps): updated dependencies * test: updated snapshots * chore: updated `actions/checkout` and `actions/setup-node` to v3 * chore: use tabs in `Makefile` * test: upload artifact on failure * ci: updated `node-version` - `package.json` `engines.node` requires `>=16` * chore: not necessary ignore Co-authored-by: Victor Korzunin <[email protected]>
- Loading branch information
1 parent
935bd6f
commit 583d306
Showing
27 changed files
with
72,883 additions
and
45,873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ insert_final_newline = true | |
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[Makefile] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.