Skip to content

Commit

Permalink
Pakkeoppdateringer - minor/patch dev (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 authored Sep 9, 2024
1 parent d47568c commit b644029
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 40 deletions.
2 changes: 1 addition & 1 deletion apps/dine-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"chromatic": "11.7.1",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-plugin-storybook": "0.8.0",
"formik": "2.4.6",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/endringsmelding-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"babel-polyfill": "6.26.0",
"cross-env": "7.0.3",
"mockdate": "3.0.5",
"msw": "2.4.2",
"msw": "2.4.4",
"playwright-core": "1.47.0",
"postcss": "8.4.45",
"postcss-import": "16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/omsorgsdager-kalkulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"config": "workspace:*",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-config-next": "14.2.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/omsorgspengerutbetaling-arbeidstaker-soknad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@chromatic-com/storybook": "1.8.0",
"@chromatic-com/storybook": "1.9.0",
"@playwright/test": "1.47.0",
"@sif/eslint-config": "workspace:*",
"@storybook/addon-a11y": "8.2.9",
Expand All @@ -73,7 +73,7 @@
"@vitejs/plugin-react": "4.3.1",
"babel-polyfill": "6.26.0",
"cross-env": "7.0.3",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-plugin-storybook": "0.8.0",
"helmet": "7.1.0",
"postcss": "8.4.45",
Expand Down
2 changes: 1 addition & 1 deletion apps/omsorgspengerutbetaling-soknad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"busboy": "1.6.0",
"chromatic": "11.7.1",
"cross-env": "7.0.3",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-plugin-storybook": "0.8.0",
"helmet": "7.1.0",
"postcss": "8.4.45",
Expand Down
4 changes: 2 additions & 2 deletions apps/pleiepenger-i-livets-sluttfase-soknad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@chromatic-com/storybook": "1.8.0",
"@chromatic-com/storybook": "1.9.0",
"@playwright/test": "1.47.0",
"@sif/eslint-config": "workspace:*",
"@storybook/addon-essentials": "8.2.9",
Expand All @@ -73,7 +73,7 @@
"@types/react-router-dom": "5.3.3",
"babel-polyfill": "6.26.0",
"cross-env": "7.0.3",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-plugin-storybook": "0.8.0",
"playwright-core": "1.47.0",
"postcss": "8.4.45",
Expand Down
2 changes: 1 addition & 1 deletion apps/pleiepenger-sykt-barn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@chromatic-com/storybook": "1.8.0",
"@chromatic-com/storybook": "1.9.0",
"@playwright/test": "1.47.0",
"@sentry/vite-plugin": "2.22.4",
"@sif/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"autoprefixer": "10.4.20",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-sif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"version": "1.1.3",
"dependencies": {
"@eslint/js": "9.9.1",
"eslint": "9.9.1",
"@eslint/js": "9.10.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.2",
Expand Down
111 changes: 83 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2078,16 +2078,16 @@ __metadata:
languageName: node
linkType: hard

"@chromatic-com/storybook@npm:1.8.0":
version: 1.8.0
resolution: "@chromatic-com/storybook@npm:1.8.0"
"@chromatic-com/storybook@npm:1.9.0":
version: 1.9.0
resolution: "@chromatic-com/storybook@npm:1.9.0"
dependencies:
chromatic: "npm:^11.4.0"
filesize: "npm:^10.0.12"
jsonfile: "npm:^6.1.0"
react-confetti: "npm:^6.1.0"
strip-ansi: "npm:^7.1.0"
checksum: 10/5f4f260e407ad20814b78b6b3023962f14664f07b4c1f728180f6959771befee4f1897fcfad0db75f372fbf26914d582ee7457b0f1b614700e20121721fc4371
checksum: 10/27ca6930a4978a52471ed7256cbf549e57b5c9c45b650b55461400a63692f5b30a7a0a7436faadd713952ce6285b873041494c10e92cccdc5bdafee1f1755459
languageName: node
linkType: hard

Expand Down Expand Up @@ -2703,10 +2703,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.9.1":
version: 9.9.1
resolution: "@eslint/js@npm:9.9.1"
checksum: 10/c3fac3389bda97e790eea03c0a0be2dc1cfb0eec3863f8c4b88033ca7bad4265e4c48abe40d4dc8f82b456a2617fc8a499b2b90837c8bd39a05ebc8cb34c3a04
"@eslint/js@npm:9.10.0":
version: 9.10.0
resolution: "@eslint/js@npm:9.10.0"
checksum: 10/cbda2bf268c8ac7a2b2493aaaa0113a78165a576ee5178b9fbdaf245c3d40ffaf41d006f75afab5718f68d816f00319e267b4c88ead100b19022fe491f9e0175
languageName: node
linkType: hard

Expand All @@ -2717,6 +2717,15 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.1.0":
version: 0.1.0
resolution: "@eslint/plugin-kit@npm:0.1.0"
dependencies:
levn: "npm:^0.4.1"
checksum: 10/3c6b10505f53c6e32b40572f780164b75389bbabd1bf80ab8742222710d90683a2cc9480468fca132da636f6a3053ae60b173181d14f4975fde2e6f8f9564c6d
languageName: node
linkType: hard

"@floating-ui/core@npm:^1.6.0":
version: 1.6.7
resolution: "@floating-ui/core@npm:1.6.7"
Expand Down Expand Up @@ -3873,6 +3882,20 @@ __metadata:
languageName: node
linkType: hard

"@mswjs/interceptors@npm:^0.35.0":
version: 0.35.0
resolution: "@mswjs/interceptors@npm:0.35.0"
dependencies:
"@open-draft/deferred-promise": "npm:^2.2.0"
"@open-draft/logger": "npm:^0.3.0"
"@open-draft/until": "npm:^2.0.0"
is-node-process: "npm:^1.2.0"
outvariant: "npm:^1.4.3"
strict-event-emitter: "npm:^0.5.1"
checksum: 10/731c18fd07f62df0e55d2ba4fa5199a9bd26563e9c6092913629813acb052b7765f35b6c2167fba2260e1632a1c4aa758f6175cfe3ba4115a6a0efb6c6a6ac27
languageName: node
linkType: hard

"@navikt/aksel-icons@npm:^6.16.3":
version: 6.16.3
resolution: "@navikt/aksel-icons@npm:6.16.3::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40navikt%2Faksel-icons%2F6.16.3%2Fe0a4e5abf2a0b9ae9b7be68d0f72080832fd8457"
Expand Down Expand Up @@ -3940,7 +3963,7 @@ __metadata:
classnames: "npm:2.5.1"
date-fns: "npm:3.6.0"
dayjs: "npm:1.11.13"
eslint: "npm:9.9.1"
eslint: "npm:9.10.0"
eslint-plugin-storybook: "npm:0.8.0"
formik: "npm:2.4.6"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -4153,7 +4176,7 @@ __metadata:
jsdom: "npm:25.0.0"
lodash: "npm:4.17.21"
mockdate: "npm:3.0.5"
msw: "npm:2.4.2"
msw: "npm:2.4.4"
mustache-express: "npm:1.3.2"
object-hash: "npm:3.0.0"
openid-client: "npm:5.6.5"
Expand Down Expand Up @@ -4302,7 +4325,7 @@ __metadata:
config: "workspace:*"
date-fns: "npm:3.6.0"
dayjs: "npm:1.11.13"
eslint: "npm:9.9.1"
eslint: "npm:9.10.0"
eslint-config-next: "npm:14.2.8"
formik: "npm:2.4.6"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -4330,7 +4353,7 @@ __metadata:
"@babel/preset-env": "npm:7.25.4"
"@babel/preset-react": "npm:7.24.7"
"@babel/preset-typescript": "npm:7.24.7"
"@chromatic-com/storybook": "npm:1.8.0"
"@chromatic-com/storybook": "npm:1.9.0"
"@navikt/ds-css": "npm:6.16.3"
"@navikt/ds-icons": "npm:3.4.3"
"@navikt/ds-react": "npm:6.16.3"
Expand Down Expand Up @@ -4372,7 +4395,7 @@ __metadata:
cross-env: "npm:7.0.3"
dayjs: "npm:1.11.13"
dotenv: "npm:16.4.5"
eslint: "npm:9.9.1"
eslint: "npm:9.10.0"
eslint-plugin-storybook: "npm:0.8.0"
express: "npm:4.19.2"
express-rate-limit: "npm:7.4.0"
Expand Down Expand Up @@ -4452,7 +4475,7 @@ __metadata:
cookie-parser: "npm:1.4.6"
cross-env: "npm:7.0.3"
dotenv: "npm:16.4.5"
eslint: "npm:9.9.1"
eslint: "npm:9.10.0"
eslint-plugin-storybook: "npm:0.8.0"
express: "npm:4.19.2"
express-rate-limit: "npm:7.4.0"
Expand Down Expand Up @@ -4567,7 +4590,7 @@ __metadata:
"@babel/preset-env": "npm:7.25.4"
"@babel/preset-react": "npm:7.24.7"
"@babel/preset-typescript": "npm:7.24.7"
"@chromatic-com/storybook": "npm:1.8.0"
"@chromatic-com/storybook": "npm:1.9.0"
"@navikt/ds-css": "npm:6.16.3"
"@navikt/ds-icons": "npm:3.4.3"
"@navikt/ds-react": "npm:6.16.3"
Expand Down Expand Up @@ -4607,7 +4630,7 @@ __metadata:
cross-env: "npm:7.0.3"
dayjs: "npm:1.11.13"
dotenv: "npm:16.4.5"
eslint: "npm:9.9.1"
eslint: "npm:9.10.0"
eslint-plugin-storybook: "npm:0.8.0"
express: "npm:4.19.2"
express-rate-limit: "npm:7.4.0"
Expand Down Expand Up @@ -4647,7 +4670,7 @@ __metadata:
"@babel/plugin-transform-modules-commonjs": "npm:7.24.8"
"@babel/preset-env": "npm:7.25.4"
"@babel/preset-react": "npm:7.24.7"
"@chromatic-com/storybook": "npm:1.8.0"
"@chromatic-com/storybook": "npm:1.9.0"
"@navikt/appstatus-react-ds": "workspace:*"
"@navikt/ds-css": "npm:6.16.3"
"@navikt/ds-icons": "npm:3.4.3"
Expand Down Expand Up @@ -7029,8 +7052,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sif/eslint-config@workspace:packages/eslint-config-sif"
dependencies:
"@eslint/js": "npm:9.9.1"
eslint: "npm:9.9.1"
"@eslint/js": "npm:9.10.0"
eslint: "npm:9.10.0"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-jsx-a11y: "npm:6.10.0"
eslint-plugin-react: "npm:7.35.2"
Expand Down Expand Up @@ -12122,7 +12145,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:8.4.0"
"@typescript-eslint/parser": "npm:8.4.0"
autoprefixer: "npm:10.4.20"
eslint: "npm:9.9.1"
eslint: "npm:9.10.0"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-jsx-a11y: "npm:6.10.0"
eslint-plugin-prettier: "npm:5.2.1"
Expand Down Expand Up @@ -14798,15 +14821,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.9.1":
version: 9.9.1
resolution: "eslint@npm:9.9.1"
"eslint@npm:9.10.0":
version: 9.10.0
resolution: "eslint@npm:9.10.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.18.0"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.9.1"
"@eslint/js": "npm:9.10.0"
"@eslint/plugin-kit": "npm:^0.1.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand All @@ -14829,7 +14853,6 @@ __metadata:
is-glob: "npm:^4.0.0"
is-path-inside: "npm:^3.0.3"
json-stable-stringify-without-jsonify: "npm:^1.0.1"
levn: "npm:^0.4.1"
lodash.merge: "npm:^4.6.2"
minimatch: "npm:^3.1.2"
natural-compare: "npm:^1.4.0"
Expand All @@ -14843,7 +14866,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/d53dcfff396642cc33907b7c4a04536205f8889ae264fe105eea29de571b5923eb9b0bc6fc95b5d30414796cbe180dc93a523e0fdd4f26b2b4b4cf0195969908
checksum: 10/bbb6da7db83f5182cff5a5e1681cf77be761e37bfbfedf66add9d3d2a216dbc336e787d02d05a2ea85179c51a10203713b2438b86adfd7666c29afd3ee008fe8
languageName: node
linkType: hard

Expand Down Expand Up @@ -20622,7 +20645,39 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:2.4.2, msw@npm:^2.0.8":
"msw@npm:2.4.4":
version: 2.4.4
resolution: "msw@npm:2.4.4"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.0"
"@bundled-es-modules/statuses": "npm:^1.0.1"
"@bundled-es-modules/tough-cookie": "npm:^0.1.6"
"@inquirer/confirm": "npm:^3.0.0"
"@mswjs/interceptors": "npm:^0.35.0"
"@open-draft/until": "npm:^2.1.0"
"@types/cookie": "npm:^0.6.0"
"@types/statuses": "npm:^2.0.4"
chalk: "npm:^4.1.2"
graphql: "npm:^16.8.1"
headers-polyfill: "npm:^4.0.2"
is-node-process: "npm:^1.2.0"
outvariant: "npm:^1.4.2"
path-to-regexp: "npm:^6.2.0"
strict-event-emitter: "npm:^0.5.1"
type-fest: "npm:^4.9.0"
yargs: "npm:^17.7.2"
peerDependencies:
typescript: ">= 4.8.x"
peerDependenciesMeta:
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 10/d03945d65eb6afc7e73464c478ef3069bb7bb812b670e64274e2f3104ec19ae1da047e6ed0bcf189a3a0ce7a46ffc6ff22b195cda0f25fd379bd9a3092ef0ff9
languageName: node
linkType: hard

"msw@npm:^2.0.8":
version: 2.4.2
resolution: "msw@npm:2.4.2"
dependencies:
Expand Down Expand Up @@ -21495,7 +21550,7 @@ __metadata:
languageName: node
linkType: hard

"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0, outvariant@npm:^1.4.2":
"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0, outvariant@npm:^1.4.2, outvariant@npm:^1.4.3":
version: 1.4.3
resolution: "outvariant@npm:1.4.3"
checksum: 10/3a7582745850cb344d49641867a4c080858c54f4091afd91b9c0765ba6e471c2bc841348f0fff344845ddd0a4db42fd5d68c6f7ebaf32d4b676a3a9987b2488a
Expand Down

0 comments on commit b644029

Please sign in to comment.