Skip to content

Commit

Permalink
fix(deps): update npm non-major dependencies (#10739)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 46c3244 commit 3d5b305
Show file tree
Hide file tree
Showing 12 changed files with 839 additions and 578 deletions.
8 changes: 4 additions & 4 deletions frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"not op_mini all"
],
"dependencies": {
"@mui/material": "5.14.1",
"@mui/material": "5.14.3",
"@reduxjs/toolkit": "1.9.5",
"axios": "1.4.0",
"classnames": "2.3.2",
Expand All @@ -18,16 +18,16 @@
"moment": "2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.2",
"react-redux": "8.1.1",
"react-i18next": "13.0.3",
"react-redux": "8.1.2",
"react-router-dom": "6.14.2",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"reselect": "4.1.8"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.6.1",
"jest": "29.6.2",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-dev-server": "4.15.1"
Expand Down
4 changes: 2 additions & 2 deletions frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.1",
"react-redux": "8.1.2",
"react-router-dom": "6.14.2"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.6.1",
"jest": "29.6.2",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-dev-server": "4.15.1"
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.6.1",
"jest": "29.6.2",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-dev-server": "4.15.1"
Expand Down
6 changes: 3 additions & 3 deletions frontend/packages/schema-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"jsonpointer": "5.0.1"
},
"devDependencies": {
"jest": "29.6.1"
"jest": "29.6.2"
},
"peerDependencies": {
"@mui/material": "5.14.1",
"@mui/material": "5.14.3",
"@reduxjs/toolkit": "1.9.5",
"axios": "1.4.0",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-redux": "8.1.1",
"react-redux": "8.1.2",
"redux": "4.2.1"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/schema-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jsonpointer": "5.0.1"
},
"devDependencies": {
"jest": "29.6.1"
"jest": "29.6.2"
},
"main": "src/index.ts",
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"author": "Altinn",
"dependencies": {
"@mui/material": "5.14.1",
"@mui/material": "5.14.3",
"@reduxjs/toolkit": "1.9.5",
"axios": "1.4.0",
"classnames": "2.3.2",
Expand All @@ -13,14 +13,14 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-redux": "8.1.1",
"react-redux": "8.1.2",
"react-router-dom": "6.14.2",
"react-select": "5.7.4",
"redux-saga": "1.2.3"
},
"devDependencies": {
"@types/react": "18.2.15",
"jest": "29.6.1",
"@types/react": "18.2.18",
"jest": "29.6.2",
"typescript": "5.1.6"
},
"license": "3-Clause BSD",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"iso-639-1": "2.1.15"
},
"devDependencies": {
"jest": "29.6.1"
"jest": "29.6.2"
},
"license": "MIT",
"main": "index.ts",
Expand Down
6 changes: 3 additions & 3 deletions frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"author": "Altinn",
"dependencies": {
"@mui/material": "5.14.1",
"@mui/material": "5.14.3",
"@reduxjs/toolkit": "1.9.5",
"axios": "1.4.0",
"classnames": "2.3.2",
Expand All @@ -13,15 +13,15 @@
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-modal": "3.16.1",
"react-redux": "8.1.1",
"react-redux": "8.1.2",
"react-select": "5.7.4",
"redux": "4.2.1",
"reselect": "4.1.8",
"typescript": "5.1.6",
"uuid": "9.0.0"
},
"devDependencies": {
"jest": "29.6.1",
"jest": "29.6.2",
"redux-devtools-extension": "2.13.9"
},
"license": "3-Clause BSD",
Expand Down
2 changes: 1 addition & 1 deletion frontend/resourceadm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@svgr/webpack": "8.0.1",
"cross-env": "7.0.3",
"jest": "29.6.1",
"jest": "29.6.2",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-dev-server": "4.15.1"
Expand Down
4 changes: 2 additions & 2 deletions frontend/testing/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@faker-js/faker": "8.0.2",
"@testing-library/cypress": "9.0.0",
"axe-core": "4.7.2",
"cypress": "12.17.2",
"cypress": "12.17.3",
"cypress-axe": "1.4.0",
"cypress-plugin-tab": "1.0.5",
"eslint": "8.45.0",
"eslint": "8.46.0",
"eslint-plugin-cypress": "2.13.3"
},
"main": "index.js",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"@digdir/design-system-tokens": "0.2.0",
"@microsoft/signalr": "7.0.9",
"@navikt/aksel-icons": "3.4.2",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-query-devtools": "4.32.0",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-query-devtools": "4.32.6",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"react-i18next": "13.0.2",
"react-i18next": "13.0.3",
"react-router-dom": "6.14.2"
},
"devDependencies": {
Expand All @@ -20,7 +20,7 @@
"@redux-saga/is": "1.1.3",
"@redux-saga/symbols": "1.1.3",
"@svgr/webpack": "8.0.1",
"@swc/core": "1.3.70",
"@swc/core": "1.3.74",
"@swc/jest": "0.2.27",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.17.0",
Expand All @@ -29,28 +29,28 @@
"@types/css-modules": "1.0.2",
"@types/jest": "29.5.3",
"@types/lodash-es": "4.17.8",
"@types/react": "18.2.15",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/react-redux": "7.1.25",
"@types/redux-mock-store": "1.0.3",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"clean-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.11.0",
"eslint-plugin-testing-library": "5.11.1",
"glob": "10.3.3",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"jest-fail-on-console": "3.1.1",
"jest-junit": "16.0.0",
"lint-staged": "13.2.3",
Expand Down
Loading

0 comments on commit 3d5b305

Please sign in to comment.