Skip to content

Commit

Permalink
Skip: Update all non-major dependencies (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'renovate/all-minor-patch' into 'main'
* Skip: Update all non-major dependencies

See merge request https://gitlab.ci.csc.fi/sds-dev/sd-submit/metadata-submitter-frontend/-/merge_requests/970

Approved-by: Monika Radaviciute <[email protected]>
Co-authored-by: renovate-bot <[email protected]>
Merged by Monika Radaviciute <[email protected]>
  • Loading branch information
mradavi committed Jun 17, 2024
2 parents cb3667d + 474ac10 commit a458da0
Show file tree
Hide file tree
Showing 2 changed files with 1,424 additions and 911 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"type": "module",
"private": true,
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.6.2",
"@apidevtools/json-schema-ref-parser": "^11.6.4",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.5",
"@mui/codemod": "^5.15.14",
"@mui/icons-material": "^5.15.19",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.19",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "^7.6.1",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@mui/x-data-grid": "^7.7.0",
"@reduxjs/toolkit": "^2.2.5",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"ajv": "^8.14.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.1",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.0",
"ajv-i18n": "^4.2.0",
"apisauce": "^3.0.1",
Expand All @@ -33,7 +33,7 @@
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-transition-group": "^4.4.2",
"vite": "^5.2.12",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2"
},
"scripts": {
Expand Down Expand Up @@ -68,32 +68,32 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/compat": "^1.0.3",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.5.0",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.0.4",
"@types/lodash": "^4.17.4",
"@types/node": "^20.13.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@vitest/coverage-v8": "^1.5.3",
"@vitest/ui": "^1.5.3",
"chokidar": "^3.5.3",
"concurrently": "^8.0.0",
"cypress": "^13.10.0",
"cypress": "^13.11.0",
"cypress-file-upload": "^5.0.8",
"eslint": "9.4.0",
"eslint": "9.5.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.3.0",
"globals": "^15.4.0",
"husky": "^7.0.4",
"jsdom": "^24.1.0",
"mongodb": "^6.7.0",
Expand Down
Loading

0 comments on commit a458da0

Please sign in to comment.