Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jbpenrath committed Jun 24, 2024
1 parent 286bba6 commit 0b30426
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 109 deletions.
28 changes: 14 additions & 14 deletions src/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@mui/icons-material": "5.15.20",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.20",
"@mui/x-data-grid": "7.7.0",
"@mui/x-date-pickers": "7.7.0",
"@mui/x-data-grid": "7.7.1",
"@mui/x-date-pickers": "7.7.1",
"@tanstack/react-query": "5.45.1",
"@tanstack/react-query-devtools": "5.45.1",
"@uiw/react-markdown-preview": "5.1.1",
"@uiw/react-markdown-preview": "5.1.2",
"@uiw/react-md-editor": "4.0.4",
"babel-plugin-transform-remove-imports": "1.7.1",
"babel-plugin-transform-remove-imports": "1.8.0",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"js-cookie": "3.0.5",
Expand All @@ -51,8 +51,8 @@
"react-hook-form": "7.52.0",
"react-intl": "6.6.8",
"react-transition-group": "4.4.5",
"sass": "1.77.5",
"typescript": "5.4.5",
"sass": "1.77.6",
"typescript": "5.5.2",
"use-debounce": "10.0.1",
"yup": "1.4.0"
},
Expand All @@ -62,20 +62,20 @@
"@jest/globals": "29.7.0",
"@playwright/experimental-ct-react": "1.44.1",
"@playwright/test": "1.44.1",
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/js-cookie": "3.0.6",
"@types/node": "20.14.2",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"babel-loader": "9.1.3",
"babel-plugin-transform-remove-imports": "1.7.1",
"babel-plugin-transform-remove-imports": "1.8.0",
"dotenv": "16.4.5",
"eslint": ">=8.57.0 <9",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -87,9 +87,9 @@
"eslint-plugin-formatjs": "4.13.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -101,7 +101,7 @@
"whatwg-fetch": "3.6.20"
},
"resolutions": {
"@testing-library/dom": "10.1.0",
"@testing-library/dom": "10.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
},
Expand Down
Loading

0 comments on commit 0b30426

Please sign in to comment.