Skip to content

Commit

Permalink
Oppdatert pakker i diverse frontend applikasjoner
Browse files Browse the repository at this point in the history
Satt på at PKCE er required for idporten login
#deploy-idporten-frontend
  • Loading branch information
stigus committed Dec 14, 2023
1 parent 89b72d1 commit 97aa85b
Show file tree
Hide file tree
Showing 14 changed files with 2,328 additions and 2,296 deletions.
2 changes: 1 addition & 1 deletion apps/dolly-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"swr": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.0.3",
"vite": "^5.0.8",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spring:
post-logout-redirect-uri: ${POST_LOGOUT_REDIRECT_URI}
scope: openid
client-authentication-method: private_key_jwt
require-authorization-consent: true
require-proof-key: true
provider:
idporten:
issuer-uri: ${IDPORTEN_ISSUER_PROD}
885 changes: 526 additions & 359 deletions apps/dollystatus/src/main/js/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/dollystatus/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "status-frontend",
"version": "1.1.3",
"version": "1.1.4",
"type": "module",
"private": true,
"dependencies": {
Expand All @@ -24,7 +24,7 @@
"path-browserify": "^1.0.1",
"prettier": "^3.0.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite": "^5.0.8",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.0.5"
Expand Down
924 changes: 448 additions & 476 deletions apps/endringsmelding-frontend/src/main/js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/endringsmelding-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "^3.0.1",
"typescript": "^5.0.2",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.9",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.0.0",
"swr": "^2.0.0",
"vite-tsconfig-paths": "^4.0.0"
Expand Down
878 changes: 425 additions & 453 deletions apps/faste-data-frontend/src/main/js/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/faste-data-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testnav-faste-data-frontend",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"dependencies": {
"@navikt/dolly-komponenter": "^1.3.2",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prettier": "^3.0.1",
"typescript": "^5.0.4",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.9",
"vite": "^5.0.8",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.0.0"
Expand Down
949 changes: 462 additions & 487 deletions apps/organisasjon-tilgang-frontend/src/main/js/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/organisasjon-tilgang-frontend/src/main/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "endringsmelding-frontend",
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"private": true,
"homepage": "/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prettier": "^3.0.1",
"typescript": "^5.0.4",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.9",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.0.0",
"vite-tsconfig-paths": "^4.2.0"
},
Expand Down
Loading

0 comments on commit 97aa85b

Please sign in to comment.