Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

bumpet notifikasjon-widget fra 5.4.10 til 6.2.2 #472

Merged
merged 5 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
"msw:init": "msw init ./public"
},
"dependencies": {
"@babel/runtime": "^7.22.6",
"@grafana/faro-react": "^1.1.2",
"@grafana/faro-web-sdk": "^1.1.2",
"@grafana/faro-web-tracing": "^1.1.2",
"@navikt/aksel-icons": "^4.7.0",
"@navikt/arbeidsgiver-notifikasjon-widget": "^5.4.10",
"@navikt/arbeidsgiver-notifikasjon-widget": "^6.2.2",
"@navikt/bedriftsmeny": "^6.10.0",
"@navikt/ds-css": "^4.7.0",
"@navikt/ds-icons": "^3.4.3",
Expand All @@ -47,7 +46,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@craco/types": "^7.1.0",
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^5.4.10",
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^6.2.2",
"@navikt/eslint-config-teamia": "^1.0.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
Expand All @@ -67,9 +66,6 @@
"source-map-explorer": "^2.5.3",
"typescript": "5.0.4"
},
"resolutions": {
"**/@babel/runtime": "7.13.10"
},
"eslintConfig": {
"extends": [
"@navikt/eslint-config-teamia"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^5.4.8",
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^6.2.2",
"@navikt/tokenx-middleware": "^1.2.2",
"axios": "^0.26.0",
"express": "^4.18.2",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock@^5.4.8":
version "5.4.8"
resolved "https://npm.pkg.github.com/download/@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock/5.4.8/107798604a18ad23334b566a6a198f82cf646e95#107798604a18ad23334b566a6a198f82cf646e95"
integrity sha512-hHY5rIlRd3tpPj+9n1uua4dqqn0k7p1bkiW1PMqYOlRr1S9c651ziz3b0a/3Fwjitjjq74QDdaeFG5P0Q2w8jw==
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock@^6.2.2":
version "6.2.2"
resolved "https://npm.pkg.github.com/download/@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock/6.2.2/21c05e5e7c662cdfb522a97f7457a698dd1e1ac2#21c05e5e7c662cdfb522a97f7457a698dd1e1ac2"
integrity sha512-d9GL3sH5SFnzcNBm4CL8cle1ZelkN4raSMRsNX/fu9Na2XmvgY48e4pf0l0x/P7EMa7QQbFZPb+XM6XMqI9yVg==
dependencies:
apollo-server "^3.10.2"
apollo-server-core "^3.10.2"
Expand Down
Loading