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 10, 2024
1 parent 9a33154 commit 8f675f0
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 241 deletions.
26 changes: 13 additions & 13 deletions src/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@faker-js/faker": "8.4.1",
"@fontsource/roboto": "5.0.13",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.4.2",
"@hookform/resolvers": "3.6.0",
"@mui/icons-material": "5.15.19",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.19",
"@mui/x-data-grid": "7.6.1",
"@mui/x-date-pickers": "7.6.1",
"@tanstack/react-query": "5.40.0",
"@tanstack/react-query-devtools": "5.40.0",
"@mui/x-data-grid": "7.6.2",
"@mui/x-date-pickers": "7.6.2",
"@tanstack/react-query": "5.40.1",
"@tanstack/react-query-devtools": "5.40.1",
"@uiw/react-markdown-preview": "5.1.1",
"@uiw/react-md-editor": "4.0.4",
"babel-plugin-transform-remove-imports": "1.7.1",
Expand All @@ -57,23 +57,23 @@
"yup": "1.4.0"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/core": "7.24.7",
"@formatjs/cli": "6.2.12",
"@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/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@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.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"babel-loader": "9.1.3",
"babel-plugin-transform-remove-imports": "1.7.1",
"dotenv": "16.4.5",
Expand All @@ -83,10 +83,10 @@
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-compat": "5.0.0",
"eslint-plugin-formatjs": "4.13.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
Expand All @@ -96,7 +96,7 @@
"next-remove-imports": "1.0.12",
"next-router-mock": "0.9.13",
"node-fetch": "3.3.2",
"prettier": "3.3.0",
"prettier": "3.3.1",
"undici": "5.28.2",
"whatwg-fetch": "3.6.20"
},
Expand Down
Loading

0 comments on commit 8f675f0

Please sign in to comment.