fix(deps): update mantine monorepo to ^7.13.3

This commit is contained in:
renovate[bot]
2024-10-17 09:14:54 +00:00
committed by GitHub
parent 6ea95ad254
commit 6091c84e60
2 changed files with 42 additions and 42 deletions

View File

@@ -13,12 +13,12 @@
"@lingui/core": "^4.13.0", "@lingui/core": "^4.13.0",
"@lingui/macro": "^4.13.0", "@lingui/macro": "^4.13.0",
"@lingui/react": "^4.13.0", "@lingui/react": "^4.13.0",
"@mantine/core": "^7.13.2", "@mantine/core": "^7.13.3",
"@mantine/form": "^7.13.2", "@mantine/form": "^7.13.3",
"@mantine/hooks": "^7.13.2", "@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.2", "@mantine/modals": "^7.13.3",
"@mantine/notifications": "^7.13.2", "@mantine/notifications": "^7.13.3",
"@mantine/spotlight": "^7.13.2", "@mantine/spotlight": "^7.13.3",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.3.0", "@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7", "axios": "^1.7.7",
@@ -1692,9 +1692,9 @@
} }
}, },
"node_modules/@mantine/core": { "node_modules/@mantine/core": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.3.tgz",
"integrity": "sha512-nD8oKIal+KdthqF074+ZG21035QBEAKso2zK9D6zWxRTLVCjLCNSc5JSXrXLrdBTnvPQGY26yunX4+MEPlmrHg==", "integrity": "sha512-IV8xSr6rFQefKr2iOEhYYkJ6rZTDEp71qNkAfn90toSNjgT/2bgnqOxXwxqZ3bwo9DyNOAbEDzs1EfdIzln5aA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@floating-ui/react": "^0.26.9", "@floating-ui/react": "^0.26.9",
@@ -1705,15 +1705,15 @@
"type-fest": "^4.12.0" "type-fest": "^4.12.0"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/hooks": "7.13.2", "@mantine/hooks": "7.13.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }
}, },
"node_modules/@mantine/form": { "node_modules/@mantine/form": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.3.tgz",
"integrity": "sha512-jx7st64CzzzwdKwhRw/rHqQ/ReGa5tW9PnId5sdE5fhf9QJjjiNWfQjGUFnA7WSEGlOTbwrznKA45ro5lFY6CA==", "integrity": "sha512-9OsXlrKD8R2QadHt6ueIXxmot9xf9I9HBO0rynmuZlOj76N7l9PH1KYWLG8TQ9UU32lNnuYecyilF4Ce9fp0Fw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
@@ -1724,61 +1724,61 @@
} }
}, },
"node_modules/@mantine/hooks": { "node_modules/@mantine/hooks": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.3.tgz",
"integrity": "sha512-NKfGl2sKZw6zF//AfAFJrVDftjg7DKCn0h8rwJBIZCKi9axhwlV0Mvlqe2dep8QuM7O/uLLJSymSKIv1gaxIJg==", "integrity": "sha512-r2c+Z8CdvPKFeOwg6mSJmxOp9K/ave5ZFR7eJbgv4wQU8K1CAS5f5ven9K5uUX8Vf9B5dFnSaSgYp9UY3vOWTw==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0" "react": "^18.2.0"
} }
}, },
"node_modules/@mantine/modals": { "node_modules/@mantine/modals": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.13.3.tgz",
"integrity": "sha512-rKkXss1ZYAbkSi9ZcUsBY/HyGjgKk+bT8TXzLoClBRgg6uyto+/2lT9M5e4Nao+2PsjsRnWI/ZgddNZKiSaNgQ==", "integrity": "sha512-XAx724ZLqQVnsaH72sCoZD7NKcx2haUgAv0G52hq0MbVWWig2rbzN5YBvqGw+kuKgwp20VH+6oLSVvvB+4SMzQ==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"@mantine/core": "7.13.2", "@mantine/core": "7.13.3",
"@mantine/hooks": "7.13.2", "@mantine/hooks": "7.13.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }
}, },
"node_modules/@mantine/notifications": { "node_modules/@mantine/notifications": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.3.tgz",
"integrity": "sha512-14vFJtR0wjO8Won96UMLxIGmKetR0ocBxcghtuGh6+wnXt6r/ezfQKsdGkkNj6w91I+0Nl9jspcxEekE5q2tBQ==", "integrity": "sha512-G01Bf0g6zA+K6ZdBOIxhGIlpi3qITs6W5Z0fYTSQkzLcJSfECdR5KgRvNpzcx2ESTT8BfJJMsLySwh+WTzcoxw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mantine/store": "7.13.2", "@mantine/store": "7.13.3",
"react-transition-group": "4.4.5" "react-transition-group": "4.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/core": "7.13.2", "@mantine/core": "7.13.3",
"@mantine/hooks": "7.13.2", "@mantine/hooks": "7.13.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }
}, },
"node_modules/@mantine/spotlight": { "node_modules/@mantine/spotlight": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.13.3.tgz",
"integrity": "sha512-n8MapJHAJOCjrny4Yiy/SwAZOsa27X/JCGZ4rNwugvduliTa0WLT1KxjSg6Ne7Ys5iu4BlE5KEL6t3/LYDMI6g==", "integrity": "sha512-NvsePW2sL3JO0CuaetlJRGiiQuRRRqI12bfi0unk/gNB2ZaI/mJ1btD2N5weoL6akhKy6lV7S0xxX8YJSVXT+w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mantine/store": "7.13.2" "@mantine/store": "7.13.3"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/core": "7.13.2", "@mantine/core": "7.13.3",
"@mantine/hooks": "7.13.2", "@mantine/hooks": "7.13.3",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }
}, },
"node_modules/@mantine/store": { "node_modules/@mantine/store": {
"version": "7.13.2", "version": "7.13.3",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.3.tgz",
"integrity": "sha512-JcBGOqRynYiRWzw1rYdmViB/lfeYSec2EXVdSt4eJv+RPICsjjuqrIc3sNzfqJEGxcN4hGSlaeBriSh05K+vNQ==", "integrity": "sha512-95nAgH6APhak1OwP2W3ogdWBiWkIDhDSbQEm2G9LTJLIJxzWSm1mLe5uDWluVEPZW2XFx137McuJb58i1A+QhQ==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0" "react": "^18.2.0"

View File

@@ -20,12 +20,12 @@
"@lingui/core": "^4.13.0", "@lingui/core": "^4.13.0",
"@lingui/macro": "^4.13.0", "@lingui/macro": "^4.13.0",
"@lingui/react": "^4.13.0", "@lingui/react": "^4.13.0",
"@mantine/core": "^7.13.2", "@mantine/core": "^7.13.3",
"@mantine/form": "^7.13.2", "@mantine/form": "^7.13.3",
"@mantine/hooks": "^7.13.2", "@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.2", "@mantine/modals": "^7.13.3",
"@mantine/notifications": "^7.13.2", "@mantine/notifications": "^7.13.3",
"@mantine/spotlight": "^7.13.2", "@mantine/spotlight": "^7.13.3",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.3.0", "@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7", "axios": "^1.7.7",