Skip to content

Commit

Permalink
Merge branch 'main' into vedlegg-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Oct 5, 2024
2 parents eee4af6 + 343c809 commit c1b1e80
Show file tree
Hide file tree
Showing 60 changed files with 2,417 additions and 718 deletions.
12 changes: 12 additions & 0 deletions apps/dine-pleiepenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navikt/dine-pleiepenger

## 1.6.18

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.15
- @navikt/appstatus-react-ds@2.19.15
- @navikt/sif-common-core-ds@9.18.20
- @navikt/sif-common-sentry@0.27.13
- @navikt/sif-common-utils@3.47.15

## 1.6.17

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions apps/dine-pleiepenger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/dine-pleiepenger",
"version": "1.6.17",
"version": "1.6.18",
"private": true,
"scripts": {
"build-storybook": "storybook build",
Expand All @@ -17,8 +17,8 @@
"test-w": "vitest"
},
"dependencies": {
"@grafana/faro-web-sdk": "1.10.1",
"@grafana/faro-web-tracing": "1.10.1",
"@grafana/faro-web-sdk": "1.10.2",
"@grafana/faro-web-tracing": "1.10.2",
"@navikt/appstatus-react-ds": "*",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"@navikt/next-logger": "1.32.0",
Expand All @@ -34,7 +34,7 @@
"jsonwebtoken": "9.0.2",
"lodash.sortby": "4.7.0",
"lodash.uniq": "4.5.0",
"next": "14.2.13",
"next": "14.2.14",
"next-logger": "5.0.1",
"node-jose": "2.2.0",
"pino": "9.4.0",
Expand All @@ -47,10 +47,10 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@navikt/ds-css": "7.1.0",
"@navikt/ds-css": "7.1.1",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/ds-react": "7.1.1",
"@navikt/ds-tailwind": "7.1.1",
"@playwright/test": "1.47.2",
"@sif/eslint-config": "*",
"@storybook/addon-essentials": "8.3.4",
Expand All @@ -61,15 +61,15 @@
"@storybook/nextjs": "8.3.4",
"@storybook/react": "8.3.4",
"@storybook/test": "8.3.4",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"eslint": "9.11.1",
"eslint-plugin-storybook": "0.9.0",
"formik": "2.4.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.2.13",
"next": "14.2.14",
"node-fetch": "3.3.2",
"playwright-core": "1.47.2",
"postcss": "8.4.47",
Expand All @@ -82,7 +82,7 @@
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"uuid": "10.0.0",
"vitest": "2.1.1",
"vitest": "2.1.2",
"webpack": "5.95.0"
},
"_id": "@navikt/[email protected]"
Expand Down
15 changes: 15 additions & 0 deletions apps/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn

## 1.26.26

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.15
- @navikt/sif-common-formik-ds@1.12.19
- @navikt/sif-common-soknad-ds@14.0.14
- @navikt/sif-common-forms-ds@10.1.13
- @navikt/sif-common-core-ds@9.18.20
- @navikt/sif-common-sentry@0.27.13
- @navikt/sif-common-utils@3.47.15
- @navikt/sif-common-ui@0.8.19

## 1.26.25

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions apps/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Søknad om ekstra omsorgsdager når den andre forelderen ikke kan ha tilsyn med barn",
"license": "MIT",
"name": "@navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn",
"version": "1.26.25",
"version": "1.26.26",
"repository": "https://github.com/navikt/sif-brukerdialog",
"private": true,
"type": "module",
Expand All @@ -24,9 +24,9 @@
"test": "vitest run"
},
"dependencies": {
"@navikt/ds-css": "7.1.0",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/ds-css": "7.1.1",
"@navikt/ds-react": "7.1.1",
"@navikt/ds-tailwind": "7.1.1",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down Expand Up @@ -61,18 +61,18 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@babel/core": "7.25.2",
"@babel/core": "7.25.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@playwright/test": "1.47.2",
"@sif/eslint-config": "*",
"@storybook/react-vite": "8.3.4",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"babel-polyfill": "6.26.0",
Expand All @@ -83,7 +83,7 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-plugin-checker": "0.8.0",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"eslintConfig": {
"overrides": [
Expand Down
15 changes: 15 additions & 0 deletions apps/endringsmelding-pleiepenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @navikt/endringsmelding-pleiepenger

## 2.31.26

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.15
- @navikt/sif-common-formik-ds@1.12.19
- @navikt/sif-common-soknad-ds@14.0.14
- @navikt/sif-common-forms-ds@10.1.13
- @navikt/sif-common-core-ds@9.18.20
- @navikt/sif-common-sentry@0.27.13
- @navikt/sif-common-utils@3.47.15
- @navikt/sif-common-ui@0.8.19

## 2.31.25

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions apps/endringsmelding-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"name": "@navikt/endringsmelding-pleiepenger",
"repository": "https://github.com/navikt/sif-brukerdialog",
"version": "2.31.25",
"version": "2.31.26",
"private": true,
"dependencies": {
"@navikt/ds-css": "7.1.0",
"@navikt/ds-css": "7.1.1",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/ds-react": "7.1.1",
"@navikt/ds-tailwind": "7.1.1",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
"@navikt/sif-common-formik-ds": "*",
Expand Down Expand Up @@ -48,16 +48,16 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@babel/core": "7.25.2",
"@babel/core": "7.25.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@mswjs/data": "0.16.2",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/ds-tailwind": "7.1.1",
"@playwright/test": "1.47.2",
"@sentry/vite-plugin": "2.22.4",
"@sentry/vite-plugin": "2.22.5",
"@sif/eslint-config": "*",
"@storybook/addon-actions": "8.3.4",
"@storybook/addon-essentials": "8.3.4",
Expand All @@ -73,7 +73,7 @@
"@types/intl": "1.2.2",
"@types/js-cookie": "3.0.6",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-document-title": "2.0.9",
"@types/react-dom": "18.3.0",
"@types/react-modal": "3.16.3",
Expand All @@ -95,7 +95,7 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-plugin-checker": "0.8.0",
"vitest": "2.1.1"
"vitest": "2.1.2"
},
"scripts": {
"build": "vite build --base=/familie/sykdom-i-familien/soknad/endringsmelding-pleiepenger",
Expand Down
16 changes: 16 additions & 0 deletions apps/omsorgsdager-aleneomsorg-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @navikt/omsorgsdager-aleneomsorg-dialog

## 2.21.2

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.15
- @navikt/sif-common-formik-ds@1.12.19
- @navikt/sif-common-soknad-ds@14.0.14
- @navikt/sif-common-forms-ds@10.1.13
- @navikt/sif-common-core-ds@9.18.20
- @navikt/sif-common-sentry@0.27.13
- @navikt/sif-common-utils@3.47.15
- @navikt/sif-common-faro@0.1.4
- @navikt/sif-common-ui@0.8.19

## 2.21.1

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions apps/omsorgsdager-aleneomsorg-dialog/nais/dev-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"faro": true,
"observabilityEnabled": "true",
"env": {
"ENV": "dev",
"APP_VERSION": "dev",
"NPM_CONFIG_CACHE": "/tmp/",
"PUBLIC_PATH": "/familie/sykdom-i-familien/soknad/omsorgsdager-aleneomsorg",
Expand Down
1 change: 1 addition & 0 deletions apps/omsorgsdager-aleneomsorg-dialog/nais/prod-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"maxReplicas": 2,
"observabilityEnabled": "true",
"env": {
"ENV": "prod",
"APP_VERSION": "prod",
"NPM_CONFIG_CACHE": "/tmp",
"PUBLIC_PATH": "/familie/sykdom-i-familien/soknad/omsorgsdager-aleneomsorg",
Expand Down
18 changes: 9 additions & 9 deletions apps/omsorgsdager-aleneomsorg-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"name": "@navikt/omsorgsdager-aleneomsorg-dialog",
"repository": "https://github.com/navikt/sif-brukerdialog",
"version": "2.21.1",
"version": "2.21.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -21,9 +21,9 @@
"start-e2e-server": "node ./e2e/server/server.cjs"
},
"dependencies": {
"@navikt/ds-css": "7.1.0",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/ds-css": "7.1.1",
"@navikt/ds-react": "7.1.1",
"@navikt/ds-tailwind": "7.1.1",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down Expand Up @@ -60,16 +60,16 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@babel/core": "7.25.2",
"@babel/core": "7.25.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@playwright/test": "1.47.2",
"@sif/eslint-config": "*",
"@testing-library/dom": "10.4.0",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "4.3.2",
Expand Down
6 changes: 6 additions & 0 deletions apps/omsorgsdager-kalkulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navikt/omsorgsdager-kalkulator

## 3.8.16

### Patch Changes

- Pakkeoppdateringer - minor/patch

## 3.8.15

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/omsorgsdager-kalkulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "En kalkulator for beregning av omsorgsdager.",
"license": "MIT",
"name": "@navikt/omsorgsdager-kalkulator",
"version": "3.8.15",
"version": "3.8.16",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
Expand All @@ -16,17 +16,17 @@
"test": "jest"
},
"dependencies": {
"@navikt/ds-css": "7.1.0",
"@navikt/ds-css": "7.1.1",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.1.0",
"@navikt/ds-tailwind": "7.1.0",
"@navikt/ds-react": "7.1.1",
"@navikt/ds-tailwind": "7.1.1",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"classnames": "2.5.1",
"date-fns": "3.6.0",
"dayjs": "1.11.13",
"formik": "2.4.6",
"jsdom": "25.0.1",
"next": "14.2.13",
"next": "14.2.14",
"node-fetch": "3.3.2",
"react": "18.3.1",
"react-day-picker": "8.10.1",
Expand All @@ -38,12 +38,12 @@
"@axe-core/playwright": "4.10.0",
"@playwright/test": "1.47.2",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"config": "*",
"eslint": "9.11.1",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.14",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"playwright-core": "1.47.2",
Expand Down
Loading

0 comments on commit c1b1e80

Please sign in to comment.