Skip to content

Commit

Permalink
Fixed release (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Oct 21, 2022
1 parent 1caa1f6 commit c9baffb
Show file tree
Hide file tree
Showing 3 changed files with 937 additions and 937 deletions.
2 changes: 1 addition & 1 deletion src/Backend/src/Authoring.Host/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"OpenIdConnectOptions": {
"Authority": "https://id.a.portals.swisslife.ch",
"ClientId": "6bf6666ceb924c059d5dbda214bf0cb9",
"ClientSecret": "VSICiRSj3VRtbWFao7lkhcPs4Kb3PwxSXRN9l04Y79d6tX6h9jaq02YM8CVcYhkV44rqbOqOSThd0oD7eQPjA",
"ClientSecret": "",
"ResponseMode": "query",
"ResponseType": "code",
"TokenValidationParameters": {
Expand Down
22 changes: 11 additions & 11 deletions src/Frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "my-app",
"name": "confix-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand All @@ -9,21 +9,12 @@
"@emotion/styled": "^11.6.0",
"@mdi/js": "^6.5.95",
"@monaco-editor/react": "^4.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/yup": "^0.29.13",
"antd": "^4.17.2",
"date-fns": "^2.27.0",
"formik": "^2.2.9",
"graphql-2-json-schema": "^0.9.0",
"meros": "^1.1.4",
"monaco-editor": "^0.30.1",
"prettier": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
Expand Down Expand Up @@ -71,6 +62,15 @@
"get-graphql-schema": "^2.1.2",
"graphql": "^15.0.1",
"react-app-rewired": "^2.1.8",
"relay-compiler": "^14.1.0"
"relay-compiler": "^14.1.0",
"prettier": "^2.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/yup": "^0.29.13"
}
}
Loading

0 comments on commit c9baffb

Please sign in to comment.