Skip to content

Commit

Permalink
Add support for Form, Flow and Flow Vault Connection (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshit27 authored Nov 18, 2024
1 parent 6d2f9bc commit 0f84063
Show file tree
Hide file tree
Showing 33 changed files with 10,437 additions and 6,296 deletions.
114 changes: 63 additions & 51 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/auth0/auth0-deploy-cli#readme",
"dependencies": {
"ajv": "^6.12.6",
"auth0": "^4.12.0",
"auth0": "^4.13.0",
"dot-prop": "^5.2.0",
"fs-extra": "^10.1.0",
"global-agent": "^2.1.12",
Expand All @@ -43,12 +43,12 @@
"nconf": "^0.12.1",
"promise-pool-executor": "^1.1.1",
"sanitize-filename": "^1.6.3",
"winston": "^3.16.0",
"winston": "^3.17.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.9",
"@types/nconf": "^0.10.7",
"@typescript-eslint/parser": "^5.30.3",
Expand All @@ -57,11 +57,11 @@
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"husky": "^7.0.4",
"kacl": "^1.1.1",
"mocha": "^10.8.2",
"nock": "^13.5.5",
"nock": "^13.5.6",
"node-fetch": "^2.7.0",
"nyc": "^15.0.1",
"prettier": "^2.6.2",
Expand Down
Loading

0 comments on commit 0f84063

Please sign in to comment.