Skip to content

Commit

Permalink
Merge branch 'main' into beregnet-inntekt-kalkulator
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsteingarmo authored Oct 28, 2024
2 parents 8dd534e + c682a1f commit f3f48ad
Show file tree
Hide file tree
Showing 2 changed files with 909 additions and 1,021 deletions.
34 changes: 16 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,30 @@
"body-parser": "Overrider versjon som kommer fra familie-frontend backend"
},
"dependencies": {
"@amplitude/analytics-browser": "2.11.7",
"@navikt/aksel-icons": "^7.3.0",
"@navikt/ds-css": "7.3.0",
"@navikt/ds-react": "7.3.0",
"@navikt/ds-tokens": "7.3.0",
"@amplitude/analytics-browser": "2.11.8",
"@navikt/aksel-icons": "^7.4.0",
"@navikt/ds-css": "7.4.0",
"@navikt/ds-react": "7.4.0",
"@navikt/ds-tokens": "7.4.0",
"@navikt/familie-backend": "10.0.24",
"@navikt/familie-endringslogg": "^13.1.4",
"@navikt/familie-form-elements": "^21.0.2",
"@navikt/familie-header": "^14.1.1",
"@navikt/familie-logging": "^7.0.1",
"@navikt/familie-visittkort": "^15.1.2",
"@navikt/fnrvalidator": "^2.1.2",
"@sentry/browser": "^8.34.0",
"@sentry/browser": "^8.35.0",
"@sentry/core": "^8.22.0",
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"babel-loader": "^9.2.1",
"body-parser": "^1.20.3",
"classnames": "^2.5.1",
"color-string": "^1.9.1",
"constate": "^3.3.2",
"date-fns": "^4.1.0",
Expand All @@ -70,39 +68,39 @@
"react-pdf": "9.1.1",
"react-router-dom": "6.27.0",
"react-router-prompt": "^0.7.1",
"react-select": "^5.8.1",
"react-select": "^5.8.2",
"styled-components": "^6.1.13",
"svg-inline-loader": "^0.8.2",
"use-debounce": "^10.0.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@axe-core/react": "4.10.0",
"@babel/core": "^7.25.8",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@types/axe-core": "^2.0.7",
"@types/webpack": "^5.28.5",
"@types/webpack-dev-middleware": "^5.3.0",
"@types/webpack-env": "^1.18.5",
"@types/webpack-hot-middleware": "^2.25.9",
"typescript-eslint": "^8.10.0",
"typescript-eslint": "^8.11.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-06d0b89e-20240801",
"eslint-webpack-plugin": "^4.2.0",
"express-static-gzip": "^2.1.8",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.2",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.6",
"less": "^4.2.0",
"less-loader": "^12.2.0",
Expand Down
Loading

0 comments on commit f3f48ad

Please sign in to comment.