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 Oct 19, 2024
1 parent c684576 commit c5fd1d1
Show file tree
Hide file tree
Showing 2 changed files with 892 additions and 888 deletions.
84 changes: 42 additions & 42 deletions src/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,78 +19,78 @@
"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",
"@faker-js/faker": "9.0.3",
"@fontsource/roboto": "5.1.0",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.9.0",
"@mui/icons-material": "5.16.7",
"@mui/icons-material": "6.1.4",
"@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",
"@uiw/react-markdown-preview": "5.1.2",
"@mui/material": "6.1.4",
"@mui/x-data-grid": "7.21.0",
"@mui/x-date-pickers": "7.21.0",
"@tanstack/react-query": "5.59.15",
"@tanstack/react-query-devtools": "5.59.15",
"@uiw/react-markdown-preview": "5.1.3",
"@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.11",
"next": "14.2.15",
"notistack": "3.0.1",
"object-to-formdata": "4.5.1",
"query-string": "9.1.0",
"query-string": "9.1.1",
"react": "18.3.1",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"react-intl": "6.6.8",
"react-hook-form": "7.53.1",
"react-intl": "6.8.0",
"react-transition-group": "4.4.5",
"sass": "1.77.8",
"typescript": "5.5.4",
"use-debounce": "10.0.3",
"sass": "1.80.3",
"typescript": "5.6.3",
"use-debounce": "10.0.4",
"yup": "1.4.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@formatjs/cli": "6.2.12",
"@babel/core": "7.25.8",
"@formatjs/cli": "6.3.0",
"@jest/globals": "29.7.0",
"@playwright/experimental-ct-react": "1.46.1",
"@playwright/test": "1.46.1",
"@playwright/experimental-ct-react": "1.48.1",
"@playwright/test": "1.48.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.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/js-cookie": "3.0.6",
"@types/node": "20.16.1",
"@types/react": "18.3.3",
"@types/node": "20.16.13",
"@types/react": "18.3.11",
"@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",
"babel-loader": "9.1.3",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"babel-loader": "9.2.1",
"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.15",
"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-jsx-a11y": "6.9.0",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-formatjs": "5.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next-remove-imports": "1.0.12",
Expand All @@ -102,8 +102,8 @@
},
"resolutions": {
"@testing-library/dom": "10.4.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1"
},
"msw": {
"workerDirectory": "public"
Expand Down
Loading

0 comments on commit c5fd1d1

Please sign in to comment.