Skip to content

Commit

Permalink
Pakkeoppdateringer - minor/patch (#2233)
Browse files Browse the repository at this point in the history
* Pakkeoppdateringer - minor/patch

* Changelog
  • Loading branch information
frodehansen2 authored Sep 20, 2024
1 parent 72aaade commit 8405b33
Show file tree
Hide file tree
Showing 39 changed files with 1,146 additions and 834 deletions.
11 changes: 11 additions & 0 deletions apps/dine-pleiepenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @navikt/dine-pleiepenger

## 1.6.12

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.10
- @navikt/appstatus-react-ds@2.19.9
- @navikt/sif-common-core-ds@9.18.12
- @navikt/sif-common-utils@3.47.9

## 1.6.11

### Patch Changes
Expand Down
36 changes: 18 additions & 18 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.11",
"version": "1.6.12",
"private": true,
"scripts": {
"build-storybook": "storybook build",
Expand All @@ -21,7 +21,7 @@
"@grafana/faro-web-tracing": "1.10.0",
"@navikt/appstatus-react-ds": "workspace: *",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"@navikt/next-logger": "1.31.0",
"@navikt/next-logger": "1.32.0",
"@navikt/oasis": "3.4.0",
"@navikt/sif-app-register": "workspace: *",
"@navikt/sif-common-amplitude": "workspace: *",
Expand All @@ -34,7 +34,7 @@
"jsonwebtoken": "9.0.2",
"lodash.sortby": "4.7.0",
"lodash.uniq": "4.5.0",
"next": "14.2.11",
"next": "14.2.13",
"next-logger": "5.0.1",
"node-jose": "2.2.0",
"pino": "9.4.0",
Expand All @@ -47,29 +47,29 @@
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@navikt/ds-css": "7.0.0",
"@navikt/ds-css": "7.0.1",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.0",
"@navikt/ds-tailwind": "7.0.0",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@playwright/test": "1.47.1",
"@sif/eslint-config": "*",
"@storybook/addon-essentials": "8.3.1",
"@storybook/addon-interactions": "8.3.1",
"@storybook/addon-links": "8.3.1",
"@storybook/addon-onboarding": "8.3.1",
"@storybook/blocks": "8.3.1",
"@storybook/nextjs": "8.3.1",
"@storybook/react": "8.3.1",
"@storybook/test": "8.3.1",
"@types/react": "18.3.6",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/addon-onboarding": "8.3.2",
"@storybook/blocks": "8.3.2",
"@storybook/nextjs": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/test": "8.3.2",
"@types/react": "18.3.8",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"eslint": "9.10.0",
"eslint-plugin-storybook": "0.8.0",
"formik": "2.4.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.2.11",
"next": "14.2.13",
"node-fetch": "3.3.2",
"playwright-core": "1.47.1",
"postcss": "8.4.47",
Expand All @@ -78,8 +78,8 @@
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-intl": "6.6.8",
"storybook": "8.3.1",
"tailwindcss": "3.4.11",
"storybook": "8.3.2",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"uuid": "10.0.0",
"vitest": "2.1.1",
Expand Down
14 changes: 14 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,19 @@
# @navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn

## 1.26.21

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.10
- @navikt/sif-common-formik-ds@1.12.12
- @navikt/sif-common-soknad-ds@14.0.7
- @navikt/sif-common-forms-ds@10.1.7
- @navikt/sif-common-core-ds@9.18.12
- @navikt/sif-common-utils@3.47.9
- @navikt/sif-common-ui@0.8.14

## 1.26.20

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.20",
"version": "1.26.21",
"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.0.0",
"@navikt/ds-react": "7.0.0",
"@navikt/ds-tailwind": "7.0.0",
"@navikt/ds-css": "7.0.1",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down Expand Up @@ -68,18 +68,18 @@
"@babel/preset-react": "7.24.7",
"@playwright/test": "1.47.1",
"@sif/eslint-config": "*",
"@storybook/react-vite": "8.3.1",
"@storybook/react-vite": "8.3.2",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.6",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"babel-polyfill": "6.26.0",
"cross-env": "7.0.3",
"playwright-core": "1.47.1",
"rimraf": "6.0.1",
"storybook": "8.3.1",
"storybook": "8.3.2",
"typescript": "5.6.2",
"vite": "5.4.6",
"vite-plugin-checker": "0.8.0",
Expand Down
14 changes: 14 additions & 0 deletions apps/endringsmelding-pleiepenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @navikt/endringsmelding-pleiepenger

## 2.31.21

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.10
- @navikt/sif-common-formik-ds@1.12.12
- @navikt/sif-common-soknad-ds@14.0.7
- @navikt/sif-common-forms-ds@10.1.7
- @navikt/sif-common-core-ds@9.18.12
- @navikt/sif-common-utils@3.47.9
- @navikt/sif-common-ui@0.8.14

## 2.31.20

### Patch Changes
Expand Down
32 changes: 16 additions & 16 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.20",
"version": "2.31.21",
"private": true,
"dependencies": {
"@navikt/ds-css": "7.0.0",
"@navikt/ds-css": "7.0.1",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.0",
"@navikt/ds-tailwind": "7.0.0",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
"@navikt/sif-common-formik-ds": "*",
Expand Down Expand Up @@ -55,25 +55,25 @@
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@mswjs/data": "0.16.2",
"@navikt/ds-tailwind": "7.0.0",
"@navikt/ds-tailwind": "7.0.1",
"@playwright/test": "1.47.1",
"@sentry/vite-plugin": "2.22.4",
"@sif/eslint-config": "*",
"@storybook/addon-actions": "8.3.1",
"@storybook/addon-essentials": "8.3.1",
"@storybook/addon-interactions": "8.3.1",
"@storybook/addon-links": "8.3.1",
"@storybook/node-logger": "8.3.1",
"@storybook/preset-create-react-app": "8.3.1",
"@storybook/react": "8.3.1",
"@storybook/addon-actions": "8.3.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/node-logger": "8.3.2",
"@storybook/preset-create-react-app": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/testing-library": "0.2.2",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/flat": "5.0.5",
"@types/intl": "1.2.2",
"@types/js-cookie": "3.0.6",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.6",
"@types/react": "18.3.8",
"@types/react-document-title": "2.0.9",
"@types/react-dom": "18.3.0",
"@types/react-modal": "3.16.3",
Expand All @@ -83,15 +83,15 @@
"babel-polyfill": "6.26.0",
"cross-env": "7.0.3",
"mockdate": "3.0.5",
"msw": "2.4.8",
"msw": "2.4.9",
"playwright-core": "1.47.1",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"react-responsive": "10.0.0",
"react-scripts": "5.0.1",
"storybook": "8.3.1",
"storybook": "8.3.2",
"storybook-addon-mock": "5.0.0",
"tailwindcss": "3.4.11",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"vite": "5.4.6",
"vite-plugin-checker": "0.8.0",
Expand Down
14 changes: 14 additions & 0 deletions apps/omsorgsdager-aleneomsorg-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @navikt/omsorgsdager-aleneomsorg-dialog

## 2.20.21

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.10
- @navikt/sif-common-formik-ds@1.12.12
- @navikt/sif-common-soknad-ds@14.0.7
- @navikt/sif-common-forms-ds@10.1.7
- @navikt/sif-common-core-ds@9.18.12
- @navikt/sif-common-utils@3.47.9
- @navikt/sif-common-ui@0.8.14

## 2.20.20

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.20.20",
"version": "2.20.21",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -22,9 +22,9 @@
"start-express": "node ./server.cjs"
},
"dependencies": {
"@navikt/ds-css": "7.0.0",
"@navikt/ds-react": "7.0.0",
"@navikt/ds-tailwind": "7.0.0",
"@navikt/ds-css": "7.0.1",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/sif-app-register": "*",
"@navikt/sif-common-amplitude": "*",
"@navikt/sif-common-core-ds": "*",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@sif/eslint-config": "*",
"@testing-library/dom": "10.4.0",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.6",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "4.3.1",
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.10

### Patch Changes

- Pakkeoppdateringer - minor/patch

## 3.8.9

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.9",
"version": "3.8.10",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
Expand All @@ -16,17 +16,17 @@
"test": "jest"
},
"dependencies": {
"@navikt/ds-css": "7.0.0",
"@navikt/ds-css": "7.0.1",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.0.0",
"@navikt/ds-tailwind": "7.0.0",
"@navikt/ds-react": "7.0.1",
"@navikt/ds-tailwind": "7.0.1",
"@navikt/nav-dekoratoren-moduler": "2.1.6",
"classnames": "2.5.1",
"date-fns": "4.1.0",
"dayjs": "1.11.13",
"formik": "2.4.6",
"jsdom": "25.0.0",
"next": "14.2.11",
"next": "14.2.13",
"node-fetch": "3.3.2",
"react": "18.3.1",
"react-day-picker": "8.10.1",
Expand All @@ -38,17 +38,17 @@
"@axe-core/playwright": "4.10.0",
"@playwright/test": "1.47.1",
"@types/node": "22.5.5",
"@types/react": "18.3.6",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"config": "*",
"eslint": "9.10.0",
"eslint-config-next": "14.2.11",
"eslint-config-next": "14.2.13",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"playwright-core": "1.47.1",
"postcss": "8.4.47",
"tailwindcss": "3.4.11",
"tailwindcss": "3.4.12",
"typescript": "5.6.2"
}
}
14 changes: 14 additions & 0 deletions apps/omsorgspengerutbetaling-arbeidstaker-soknad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @navikt/omsorgspengerutbetaling-arbeidstaker-soknad

## 1.6.7

### Patch Changes

- Pakkeoppdateringer - minor/patch
- Updated dependencies
- @navikt/sif-common-amplitude@2.26.10
- @navikt/sif-common-formik-ds@1.12.12
- @navikt/sif-common-soknad-ds@14.0.7
- @navikt/sif-common-forms-ds@10.1.7
- @navikt/sif-common-core-ds@9.18.12
- @navikt/sif-common-utils@3.47.9
- @navikt/sif-common-ui@0.8.14

## 1.6.6

### Patch Changes
Expand Down
Loading

0 comments on commit 8405b33

Please sign in to comment.