Skip to content

Commit

Permalink
[DCJ-89][risk=no] Import libraries necessary for B2C auth (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong authored May 9, 2024
1 parent dada7a5 commit f195e54
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
38 changes: 38 additions & 0 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"mixin-deep": "2.0.1",
"moment": "2.30.1",
"noty": "3.2.0-beta",
"oidc-client-ts": "3.0.1",
"query-string": "9.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down Expand Up @@ -50,6 +51,8 @@
"genschemas": "./scripts/compile-jsonschema.sh",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern \"cypress/*\"",
"lint:fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --ignore-pattern \"cypress/*\" --fix",
"cypress:open": "CYPRESS_ADMIN=$(cat cypress/fixtures/duos-automation-admin.json) CYPRESS_CHAIR=$(cat cypress/fixtures/duos-automation-chair.json) CYPRESS_MEMBER=$(cat cypress/fixtures/duos-automation-member.json) CYPRESS_RESEARCHER=$(cat cypress/fixtures/duos-automation-researcher.json) CYPRESS_SIGNING_OFFICIAL=$(cat cypress/fixtures/duos-automation-signing-official.json) cypress open",
"cypress:open:component": "cypress open --component",
"cypress:run": "CYPRESS_ADMIN=$(cat cypress/fixtures/duos-automation-admin.json) CYPRESS_CHAIR=$(cat cypress/fixtures/duos-automation-chair.json) CYPRESS_MEMBER=$(cat cypress/fixtures/duos-automation-member.json) CYPRESS_RESEARCHER=$(cat cypress/fixtures/duos-automation-researcher.json) CYPRESS_SIGNING_OFFICIAL=$(cat cypress/fixtures/duos-automation-signing-official.json) cypress run",
Expand All @@ -63,20 +66,25 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-react": "7.24.1",
"@types/dompurify": "3.0.5",
"@types/history": "4.7.11",
"@types/lodash": "4.17.1",
"@types/react": "18.3.1",
"@types/react-modal": "3.16.3",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/parser": "7.8.0",
"buffer": "6.0.3",
"csstype": "3.1.3",
"cypress": "13.8.1",
"eslint": "8.56.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-react": "7.34.1",
"google-auth-library": "9.9.0",
"history": "4.10.1",
"html-webpack-plugin": "5.6.0",
"prop-types": "15.8.1",
"react-error-overlay": "6.0.11",
"react-router": "5.2.1",
"react-scripts": "5.0.1",
"source-map-explorer": "2.5.3",
"typescript": "4.9.5",
Expand Down

0 comments on commit f195e54

Please sign in to comment.