Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch-dependencies group with 15 updates #2874

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"body-parser": "Overrider versjon som kommer fra familie-frontend backend"
},
"dependencies": {
"@amplitude/analytics-browser": "2.11.0",
"@navikt/aksel-icons": "^6.16.0",
"@navikt/ds-css": "6.16.0",
"@navikt/ds-react": "6.16.0",
"@navikt/ds-tokens": "6.16.0",
"@amplitude/analytics-browser": "2.11.1",
"@navikt/aksel-icons": "^6.16.1",
"@navikt/ds-css": "6.16.1",
"@navikt/ds-react": "6.16.1",
"@navikt/ds-tokens": "6.16.1",
"@navikt/familie-backend": "10.0.22",
"@navikt/familie-endringslogg": "^13.1.1",
"@navikt/familie-form-elements": "^21.0.1",
Expand All @@ -47,12 +47,12 @@
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"axios": "^1.7.5",
"babel-loader": "^9.1.3",
"body-parser": "^1.20.2",
"classnames": "^2.5.1",
Expand Down Expand Up @@ -80,10 +80,10 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@axe-core/react": "4.9.1",
"@axe-core/react": "4.10.0",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
Expand All @@ -92,11 +92,11 @@
"@types/webpack-dev-middleware": "^5.3.0",
"@types/webpack-env": "^1.18.5",
"@types/webpack-hot-middleware": "^2.25.9",
"typescript-eslint": "^8.1.0",
"typescript-eslint": "^8.2.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -106,11 +106,11 @@
"express-static-gzip": "^2.1.7",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.4",
"husky": "^9.1.5",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.2.9",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
Expand All @@ -121,9 +121,9 @@
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.3.0",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1",
"webpack-merge": "^6.0.1"
},
Expand Down
Loading