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 Sep 2, 2024
1 parent 0476ca6 commit 73c4940
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 268 deletions.
38 changes: 19 additions & 19 deletions src/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,36 @@
"dependencies": {
"@boiseitguru/cookie-cutter": "0.2.3",
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.0",
"@faker-js/faker": "8.4.1",
"@fontsource/roboto": "5.0.14",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.9.0",
"@mui/icons-material": "5.16.7",
"@mui/icons-material": "6.0.1",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/x-data-grid": "7.13.0",
"@mui/x-date-pickers": "7.13.0",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query-devtools": "5.51.24",
"@mui/material": "6.0.1",
"@mui/x-data-grid": "7.15.0",
"@mui/x-date-pickers": "7.15.0",
"@tanstack/react-query": "5.53.3",
"@tanstack/react-query-devtools": "5.53.3",
"@uiw/react-markdown-preview": "5.1.2",
"@uiw/react-md-editor": "4.0.4",
"babel-plugin-transform-remove-imports": "1.8.0",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"js-cookie": "3.0.5",
"moment": "2.30.1",
"msw": "2.3.5",
"next": "14.2.5",
"msw": "2.4.1",
"next": "14.2.7",
"notistack": "3.0.1",
"object-to-formdata": "4.5.1",
"query-string": "9.1.0",
"react": "18.3.1",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-intl": "6.6.8",
"react-transition-group": "4.4.5",
"sass": "1.77.8",
Expand All @@ -63,30 +63,30 @@
"@playwright/experimental-ct-react": "1.46.1",
"@playwright/test": "1.46.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/js-cookie": "3.0.6",
"@types/node": "20.16.1",
"@types/react": "18.3.3",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"babel-loader": "9.1.3",
"babel-plugin-transform-remove-imports": "1.8.0",
"dotenv": "16.4.5",
"eslint": ">=8.57.0 <9",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "6.0.0",
"eslint-plugin-formatjs": "4.13.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-jest": "28.8.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
Expand All @@ -102,7 +102,7 @@
},
"resolutions": {
"@testing-library/dom": "10.4.0",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"msw": {
Expand Down
Loading

0 comments on commit 73c4940

Please sign in to comment.