Skip to content

Commit

Permalink
layers 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickychen174 committed Aug 11, 2022
1 parent 7d500f3 commit 901ade2
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 44 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ updates:
prefix: RICKY-1
open-pull-requests-limit: 2
ignore:
- dependency-name: "mongoose"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/layers/" # Location of package manifests
Expand All @@ -30,5 +29,4 @@ updates:
commit-message:
prefix: RICKY-1
open-pull-requests-limit: 2
ignore:
- dependency-name: "mongoose"
ignore:
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
layers/node_modules/
213 changes: 194 additions & 19 deletions layers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"auth0": "~2.42.0"
"auth0": "~2.37.0",
"mongoose": "~6.2.3",
"validator": "~13.7.0"
}
}
Loading

0 comments on commit 901ade2

Please sign in to comment.