Skip to content

Commit

Permalink
Merge pull request #2382 from navikt/dep-updates
Browse files Browse the repository at this point in the history
Oppgrader litt pakker
  • Loading branch information
LudvigHz authored Nov 4, 2024
2 parents a91f1ee + 2f72c15 commit b4a88da
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 56 deletions.
93 changes: 49 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@grafana/faro-react": "^1.11.0",
"@grafana/faro-web-sdk": "^1.11.0",
"@grafana/faro-web-tracing": "^1.11.0",
"@navikt/aksel-icons": "^6.11.0",
"@navikt/ds-css": "^6.16.2",
"@navikt/ds-react": "^6.16.2",
"@navikt/fnrvalidator": "^1.3.0",
"@navikt/navspa": "^6.1.0",
"@navikt/tag-input": "^2.0.1",
"@navikt/aksel-icons": "^7.4.3",
"@navikt/ds-css": "^7.4.3",
"@navikt/ds-react": "^7.4.3",
"@navikt/fnrvalidator": "^2.1.2",
"@navikt/navspa": "^6.1.3",
"@navikt/tag-input": "^2.0.2",
"@navikt/textparser": "^2.4.0",
"@tanstack/react-query": "^5.59.19",
"@vitejs/plugin-react": "^4.3.3",
Expand All @@ -57,7 +57,7 @@
"downshift": "^5.0.5",
"history": "^4.7.2",
"lodash.debounce": "^4.0.8",
"md5": "^2.2.1",
"md5": "^2.3.0",
"nav-datovelger": "^11.1.2",
"nav-frontend-alertstriper": "^3.1.1",
"nav-frontend-alertstriper-style": "^2.1.1",
Expand Down Expand Up @@ -115,16 +115,16 @@
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@navikt/aksel-stylelint": "^6.16.2",
"@eslint/js": "^9.14.0",
"@navikt/aksel-stylelint": "^7.4.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/detect-browser": "^4.0.3",
"@types/eslint__js": "^8.42.3",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "^22.8.6",
"@types/node": "^22.8.7",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.12",
"@types/react-collapse": "^5.0.4",
Expand All @@ -147,7 +147,7 @@
"msw": "^2.6.0",
"nav-faker": "^3.2.4",
"prettier": "^3.3.3",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"react-collapse": "^5.1.1",
"react-test-renderer": "^18.3.1",
"redux-devtools-extension": "^2.13.8",
Expand All @@ -163,7 +163,8 @@
"react": "$react"
},
"@navikt/tag-input": {
"react": "$react"
"react": "$react",
"@navikt/fnrvalidator": "$@navikt/fnrvalidator"
},
"connected-react-router": {
"react": "$react"
Expand Down

0 comments on commit b4a88da

Please sign in to comment.