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 Dec 18, 2024
1 parent 141446d commit fc138e1
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 493 deletions.
76 changes: 38 additions & 38 deletions src/frontend/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,93 +18,93 @@
},
"dependencies": {
"@boiseitguru/cookie-cutter": "0.2.3",
"@emotion/cache": "11.13.5",
"@emotion/react": "11.13.5",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.5",
"@faker-js/faker": "9.2.0",
"@emotion/styled": "11.14.0",
"@faker-js/faker": "9.3.0",
"@fontsource/roboto": "5.1.0",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.9.1",
"@mui/icons-material": "6.1.9",
"@mui/lab": "6.0.0-beta.17",
"@mui/material": "6.1.9",
"@mui/x-data-grid": "7.23.0",
"@mui/x-date-pickers": "7.23.0",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query-devtools": "5.62.2",
"@mui/icons-material": "6.2.1",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "6.2.1",
"@mui/x-data-grid": "7.23.2",
"@mui/x-date-pickers": "7.23.2",
"@tanstack/react-query": "5.62.8",
"@tanstack/react-query-devtools": "5.62.8",
"@uiw/react-markdown-preview": "5.1.3",
"@uiw/react-md-editor": "4.0.4",
"@uiw/react-md-editor": "4.0.5",
"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.6.6",
"next": "15.0.3",
"msw": "2.7.0",
"next": "15.1.1",
"notistack": "3.0.1",
"object-to-formdata": "4.5.1",
"query-string": "9.1.1",
"react": "18.3.1",
"react": "19.0.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"react-intl": "7.0.1",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-intl": "7.0.4",
"react-transition-group": "4.4.5",
"sass": "1.81.1",
"sass": "1.83.0",
"typescript": "5.7.2",
"use-debounce": "10.0.4",
"yup": "1.4.0"
"yup": "1.6.1"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@formatjs/cli": "6.3.11",
"@formatjs/cli": "6.3.14",
"@jest/globals": "29.7.0",
"@playwright/experimental-ct-react": "1.49.0",
"@playwright/test": "1.49.0",
"@playwright/experimental-ct-react": "1.49.1",
"@playwright/test": "1.49.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/js-cookie": "3.0.6",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"babel-loader": "9.2.1",
"babel-plugin-transform-remove-imports": "1.8.0",
"dotenv": "16.4.6",
"dotenv": "16.4.7",
"eslint": ">=8.57.0 <9",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-formatjs": "5.2.5",
"eslint-import-resolver-webpack": "0.13.10",
"eslint-plugin-compat": "6.0.2",
"eslint-plugin-formatjs": "5.2.8",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fixed-jsdom": "0.0.9",
"next-remove-imports": "1.0.12",
"next-router-mock": "0.9.13",
"node-fetch": "3.3.2",
"prettier": "3.4.1",
"prettier": "3.4.2",
"undici": "5.28.2",
"whatwg-fetch": "3.6.20"
},
"resolutions": {
"@testing-library/dom": "10.4.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
},
"msw": {
"workerDirectory": "public"
Expand Down
Loading

0 comments on commit fc138e1

Please sign in to comment.