Skip to content

Commit

Permalink
[frontend] Update dependency @mui/x-date-pickers to v7.18.0
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 01bd4a9 commit 7b3d5a6
Showing 2 changed files with 38 additions and 16 deletions.
2 changes: 1 addition & 1 deletion openbas-front/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@mui/utils": "5.16.6",
"@mui/x-date-pickers": "7.12.0",
"@mui/x-date-pickers": "7.18.0",
"@redux-devtools/extension": "3.3.0",
"@uiw/react-md-editor": "4.0.4",
"@xyflow/react": "12.3.0",
52 changes: 37 additions & 15 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
@@ -1781,12 +1781,12 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.25.0":
version: 7.25.0
resolution: "@babel/runtime@npm:7.25.0"
"@babel/runtime@npm:^7.25.6":
version: 7.25.6
resolution: "@babel/runtime@npm:7.25.6"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10c0/bd3faf246170826cef2071a94d7b47b49d532351360ecd17722d03f6713fd93a3eb3dbd9518faa778d5e8ccad7392a7a604e56bd37aaad3f3aa68d619ccd983d
checksum: 10c0/d6143adf5aa1ce79ed374e33fdfd74fa975055a80bc6e479672ab1eadc4e4bfd7484444e17dd063a1d180e051f3ec62b357c7a2b817e7657687b47313158c3d2
languageName: node
linkType: hard

@@ -3772,22 +3772,23 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-date-pickers@npm:7.12.0":
version: 7.12.0
resolution: "@mui/x-date-pickers@npm:7.12.0"
"@mui/x-date-pickers@npm:7.18.0":
version: 7.18.0
resolution: "@mui/x-date-pickers@npm:7.18.0"
dependencies:
"@babel/runtime": "npm:^7.25.0"
"@mui/system": "npm:^5.16.5"
"@mui/utils": "npm:^5.16.5"
"@types/react-transition-group": "npm:^4.4.10"
"@babel/runtime": "npm:^7.25.6"
"@mui/utils": "npm:^5.16.6"
"@mui/x-internals": "npm:7.18.0"
"@types/react-transition-group": "npm:^4.4.11"
clsx: "npm:^2.1.1"
prop-types: "npm:^15.8.1"
react-transition-group: "npm:^4.4.5"
peerDependencies:
"@emotion/react": ^11.9.0
"@emotion/styled": ^11.8.1
"@mui/material": ^5.15.14
date-fns: ^2.25.0 || ^3.2.0
"@mui/material": ^5.15.14 || ^6.0.0
"@mui/system": ^5.15.14 || ^6.0.0
date-fns: ^2.25.0 || ^3.2.0 || ^4.0.0
date-fns-jalali: ^2.13.0-0 || ^3.2.0-0
dayjs: ^1.10.7
luxon: ^3.0.2
@@ -3815,7 +3816,19 @@ __metadata:
optional: true
moment-jalaali:
optional: true
checksum: 10c0/926624d4a9f05b892c794700ca36fd2d02cba36b34fe8f6100f2db97f48b2770785e631ce7590e7f212b9b8d988c29b71c7564882e798e499c5a3c34b9dd297e
checksum: 10c0/9d99e5aab7390614701baed07d1d01daeafab0e16926c399be5d543ad97f34d03aebcdbc9c3008b2a9f55253a8302dae24bac9a55a0db7836f4913a6db0f820b
languageName: node
linkType: hard

"@mui/x-internals@npm:7.18.0":
version: 7.18.0
resolution: "@mui/x-internals@npm:7.18.0"
dependencies:
"@babel/runtime": "npm:^7.25.6"
"@mui/utils": "npm:^5.16.6"
peerDependencies:
react: ^17.0.0 || ^18.0.0
checksum: 10c0/bdf95a3b18430c6e200229ca30c53ca9857c478d4bd30c144c6a2d97c330b872775adfeac4652be3b748635a5c952c00415dbbdaf2a792db188ea9e522a56e57
languageName: node
linkType: hard

@@ -4500,6 +4513,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.11":
version: 4.4.11
resolution: "@types/react-transition-group@npm:4.4.11"
dependencies:
"@types/react": "npm:*"
checksum: 10c0/8fbf0dcc1b81985cdcebe3c59d769fe2ea3f4525f12c3a10a7429a59f93e303c82b2abb744d21cb762879f4514969d70a7ab11b9bf486f92213e8fe70e04098d
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:16 || 17 || 18":
version: 18.2.69
resolution: "@types/react@npm:18.2.69"
@@ -12079,7 +12101,7 @@ __metadata:
"@mui/material": "npm:5.16.7"
"@mui/styles": "npm:5.16.7"
"@mui/utils": "npm:5.16.6"
"@mui/x-date-pickers": "npm:7.12.0"
"@mui/x-date-pickers": "npm:7.18.0"
"@playwright/test": "npm:1.47.2"
"@redux-devtools/extension": "npm:3.3.0"
"@stylistic/eslint-plugin": "npm:1.8.1"

0 comments on commit 7b3d5a6

Please sign in to comment.