Skip to content

Commit

Permalink
Pkg upd (#2827)
Browse files Browse the repository at this point in the history
* pkg upd
  • Loading branch information
poroshinaleksei authored Jan 6, 2025
1 parent 5764a75 commit ad11817
Show file tree
Hide file tree
Showing 3 changed files with 1,056 additions and 364 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"@grafana/faro-web-sdk": "1.12.2",
"@grafana/faro-web-tracing": "1.12.2",
"@k9-punsj-frontend/server": "workspace:",
"@navikt/aksel-icons": "7.8.0",
"@navikt/ds-css": "7.8.0",
"@navikt/aksel-icons": "7.9.0",
"@navikt/ds-css": "7.9.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "7.8.0",
"@navikt/ds-react": "7.9.0",
"@navikt/fnrvalidator": "2.1.5",
"@popperjs/core": "2.11.8",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/react": "8.45.1",
"@sentry/react": "8.47.0",
"classnames": "2.5.1",
"css-minimizer-webpack-plugin": "7.0.0",
"dayjs": "1.11.13",
Expand Down Expand Up @@ -44,25 +44,25 @@
"react": "18.3.1",
"react-aria-menubutton": "7.0.3",
"react-collapse": "5.1.1",
"react-day-picker": "9.4.4",
"react-day-picker": "9.5.0",
"react-dom": "18.3.1",
"react-intl": "7.0.4",
"react-modal": "3.16.2",
"react-intl": "7.1.0",
"react-modal": "3.16.3",
"react-popper": "2.3.0",
"react-query": "3.39.3",
"react-redux": "9.2.0",
"react-router": "7.0.2",
"react-router-dom": "7.0.2",
"react-router": "7.1.1",
"react-router-dom": "7.1.1",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"source-map-loader": "5.0.0",
"start-server-and-test": "2.0.9",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript-string-operations": "1.5.1",
"ulid": "2.3.0",
"uuid": "11.0.3",
"yup": "1.6.0"
"uuid": "11.0.4",
"yup": "1.6.1"
},
"resolutions": {
"postcss": "8.4.31"
Expand Down Expand Up @@ -109,7 +109,7 @@
"@types/fetch-headers": "2.0.2",
"@types/intl": "1.2.2",
"@types/jest": "29.5.14",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@types/object-hash": "3.0.6",
"@types/react": "18.3.12",
"@types/react-aria-menubutton": "6.2.14",
Expand All @@ -125,23 +125,23 @@
"@types/regenerator-runtime": "^0.13.8",
"@types/testing-library__cypress": "5.0.13",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "^7.0.3",
"css-loader": "7.1.2",
"cypress": "^13.16.1",
"cypress": "^13.17.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"html-webpack-harddisk-plugin": "2.0.0",
"intl": "1.2.5",
Expand All @@ -153,7 +153,7 @@
"jest-mock": "29.7.0",
"less": "4.2.1",
"less-loader": "12.2.0",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"msw": "2.7.0",
"nav-frontend-skjema-style": "3.0.3",
"postcss": "8.4.49",
Expand All @@ -168,7 +168,7 @@
"terser-webpack-plugin": "5.3.11",
"ts-jest": "29.2.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"typescript-eslint": "^8.19.0",
"webpack": "5.97.1",
"webpack-dev-server": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@navikt/oasis": "3.6.0",
"@sentry/cli": "2.39.1",
"@sentry/cli": "2.40.0",
"axios": "1.7.9",
"connect-timeout": "1.9.0",
"cors": "2.8.5",
Expand Down
Loading

0 comments on commit ad11817

Please sign in to comment.