Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent c43c7e8 commit 02baf38
Show file tree
Hide file tree
Showing 16 changed files with 976 additions and 758 deletions.
262 changes: 131 additions & 131 deletions .yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion development/azure-devops-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "The Altinn Studio Team",
"dependencies": {
"axios": "1.5.1",
"axios": "1.6.0",
"cors": "2.8.5",
"express": "4.18.2",
"morgan": "1.10.0",
Expand Down
14 changes: 7 additions & 7 deletions frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
],
"dependencies": {
"@altinn/icons": "workspace:^",
"@mui/material": "5.14.11",
"@reduxjs/toolkit": "1.9.6",
"axios": "1.5.1",
"@mui/material": "5.14.16",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"classnames": "2.3.2",
"history": "5.3.0",
"i18next": "23.5.1",
"i18next": "23.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.2.2",
"react-i18next": "13.3.1",
"react-redux": "8.1.3",
"react-router-dom": "6.16.0",
"react-router-dom": "6.18.0",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"reselect": "4.1.8"
Expand All @@ -29,7 +29,7 @@
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-dev-server": "4.15.1"
},
"license": "3-Clause BSD",
Expand Down
6 changes: 3 additions & 3 deletions frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"not op_mini all"
],
"dependencies": {
"axios": "1.5.1",
"axios": "1.6.0",
"classnames": "2.3.2",
"qs": "6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"react-router-dom": "6.16.0"
"react-router-dom": "6.18.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-dev-server": "4.15.1"
},
"license": "3-Clause BSD",
Expand Down
4 changes: 2 additions & 2 deletions frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@mui/x-data-grid": "5.17.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.16.0",
"react-router-dom": "6.18.0",
"react-use": "17.4.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-dev-server": "4.15.1"
},
"license": "3-Clause BSD",
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/altinn-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altinn/icons",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"version": "0.1.0",
"main": "./src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/policy-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.ts",
"private": true,
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"scripts": {
"test": "jest"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/process-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"main": "index.ts",
"private": true,
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"scripts": {
"test": "jest"
},
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 @@ -10,9 +10,9 @@
"jest": "29.7.0"
},
"peerDependencies": {
"@mui/material": "5.14.11",
"@reduxjs/toolkit": "1.9.6",
"axios": "1.5.1",
"@mui/material": "5.14.16",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
Expand Down
10 changes: 5 additions & 5 deletions frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"dependencies": {
"@microsoft/applicationinsights-react-js": "^17.0.1",
"@microsoft/applicationinsights-web": "^3.0.2",
"@mui/material": "5.14.11",
"@reduxjs/toolkit": "1.9.6",
"axios": "1.5.1",
"@mui/material": "5.14.16",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"classnames": "2.3.2",
"qs": "6.11.2",
"react": "18.2.0",
Expand All @@ -16,12 +16,12 @@
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"react-router-dom": "6.16.0",
"react-router-dom": "6.18.0",
"react-select": "5.7.7",
"redux-saga": "1.2.3"
},
"devDependencies": {
"@types/react": "18.2.24",
"@types/react": "18.2.34",
"jest": "29.7.0",
"typescript": "5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Altinn",
"dependencies": {
"@altinn/icons": "workspace:^",
"@mui/material": "5.14.11",
"@reduxjs/toolkit": "1.9.6",
"axios": "1.5.1",
"@mui/material": "5.14.16",
"@reduxjs/toolkit": "1.9.7",
"axios": "1.6.0",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
Expand All @@ -28,7 +28,7 @@
"license": "3-Clause BSD",
"main": "index.js",
"peerDependencies": {
"webpack": "5.88.2"
"webpack": "5.89.0"
},
"scripts": {
"test": "jest --maxWorkers=50%"
Expand Down
4 changes: 2 additions & 2 deletions frontend/resourceadm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@mui/x-data-grid": "5.17.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.16.0",
"react-router-dom": "6.18.0",
"react-use": "17.4.0"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"cross-env": "7.0.3",
"jest": "29.7.0",
"typescript": "5.2.2",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-dev-server": "4.15.1"
},
"license": "3-Clause BSD",
Expand Down
6 changes: 3 additions & 3 deletions frontend/testing/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "studio tests",
"version": "1.0.0",
"devDependencies": {
"@faker-js/faker": "8.1.0",
"@faker-js/faker": "8.2.0",
"@testing-library/cypress": "10.0.1",
"axe-core": "4.8.2",
"cypress": "13.3.0",
"cypress": "13.4.0",
"cypress-axe": "1.5.0",
"cypress-plugin-tab": "1.0.5",
"eslint": "8.50.0",
"eslint": "8.53.0",
"eslint-plugin-cypress": "2.15.1"
},
"main": "index.js",
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"@digdir/design-system-tokens": "0.8.1",
"@microsoft/applicationinsights-react-js": "^17.0.0",
"@microsoft/applicationinsights-web": "^3.0.2",
"@microsoft/signalr": "7.0.11",
"@navikt/aksel-icons": "5.6.1",
"@tanstack/react-query": "4.35.7",
"@tanstack/react-query-devtools": "4.35.7",
"@microsoft/signalr": "7.0.12",
"@navikt/aksel-icons": "5.9.2",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"react-error-boundary": "^4.0.11",
"react-i18next": "13.2.2",
"react-router-dom": "6.16.0",
"react-i18next": "13.3.1",
"react-router-dom": "6.18.0",
"react-toastify": "^9.1.3"
},
"devDependencies": {
Expand All @@ -24,32 +24,32 @@
"@redux-saga/is": "1.1.3",
"@redux-saga/symbols": "1.1.3",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.3.91",
"@swc/core": "1.3.95",
"@swc/jest": "0.2.29",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/css-modules": "1.0.3",
"@types/jest": "29.5.5",
"@types/lodash-es": "4.17.9",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/react-redux": "7.1.27",
"@types/redux-mock-store": "1.0.4",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@types/css-modules": "1.0.4",
"@types/jest": "29.5.7",
"@types/lodash-es": "4.17.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react-redux": "7.1.28",
"@types/redux-mock-store": "1.0.5",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"clean-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"eslint": "8.50.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.0.2",
"eslint-plugin-testing-library": "6.1.0",
"glob": "10.3.10",
"html-webpack-plugin": "5.5.3",
"husky": "8.0.3",
Expand All @@ -71,11 +71,11 @@
"svg-inline-loader": "0.8.2",
"swc-loader": "0.2.3",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.4.4",
"ts-loader": "9.5.0",
"ts-morph": "20.0.0",
"typescript": "5.2.2",
"typescript-plugin-css-modules": "5.0.1",
"webpack": "5.88.2",
"typescript-plugin-css-modules": "5.0.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"whatwg-fetch": "3.6.19"
Expand All @@ -84,7 +84,7 @@
"*{js,jsx,tsx,ts,css,md}": "prettier -w",
"./frontend/language/src/*.json": "yarn run sort-texts"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -p run build",
Expand Down
Loading

0 comments on commit 02baf38

Please sign in to comment.