forked from Archives/Athou_commafeed
fix(deps): update mantine monorepo to ^8.3.3
This commit is contained in:
72
commafeed-client/package-lock.json
generated
72
commafeed-client/package-lock.json
generated
@@ -12,12 +12,12 @@
|
||||
"@fontsource/open-sans": "^5.2.7",
|
||||
"@lingui/core": "^5.5.0",
|
||||
"@lingui/react": "^5.5.0",
|
||||
"@mantine/core": "^8.3.2",
|
||||
"@mantine/form": "^8.3.2",
|
||||
"@mantine/hooks": "^8.3.2",
|
||||
"@mantine/modals": "^8.3.2",
|
||||
"@mantine/notifications": "^8.3.2",
|
||||
"@mantine/spotlight": "^8.3.2",
|
||||
"@mantine/core": "^8.3.3",
|
||||
"@mantine/form": "^8.3.3",
|
||||
"@mantine/hooks": "^8.3.3",
|
||||
"@mantine/modals": "^8.3.3",
|
||||
"@mantine/notifications": "^8.3.3",
|
||||
"@mantine/spotlight": "^8.3.3",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.9.0",
|
||||
"axios": "^1.12.2",
|
||||
@@ -1717,9 +1717,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.2.tgz",
|
||||
"integrity": "sha512-uIHC9ooEZ9E+/pw8ag4f8pi0GmwSQ1DYnETjr4a4ZNVKJHfVv5NSkjprBxPrKJq9oox/SdcrAWy5XlKTwBzRag==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.3.tgz",
|
||||
"integrity": "sha512-OdTAQ0lsXjEqfea0KyXJ1rV9cZb/Rtqv5l3luG2m8Sx5BTGMqXas6mKHtdj4LwIiUKeFkIkZYjNmH6ri1HXjSA==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
@@ -1731,15 +1731,15 @@
|
||||
"type-fest": "^4.41.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "8.3.2",
|
||||
"@mantine/hooks": "8.3.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.2.tgz",
|
||||
"integrity": "sha512-mhQYFA5JctLJly9ZLBdlbLlSxmPsJMIb73to7avIqSdxR+b8Z5KmCv2Ddf7Fwqqu1QDQuySZeysiee9jfbkrEg==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.3.tgz",
|
||||
"integrity": "sha512-KMPjW76Ri6zHstD+/U/PCo75NAhq/6dKuz6LjeetJCQ1et1HuiCVZ4Evi2OZuqK85aOE/e3B1c7ekulSrhcj8A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -1750,9 +1750,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.2.tgz",
|
||||
"integrity": "sha512-urDgQJNAs2t2mAyGaA+7uNsBMRn9U/ccvi+ZUl5ef3/Wzfv5KYHe9LA9DBNhn24BTSewxrI27W0EFpFxv/Jsbg==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.3.tgz",
|
||||
"integrity": "sha512-nmspxbFSjFkimRXYhgAujnyBwGeAWDSP1WKHFR+Yl5x3Q0IkmsiOTE9yJPjMjmjffZfunFXQFwQDl1OF3m42Pw==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"peerDependencies": {
|
||||
@@ -1760,52 +1760,52 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.2.tgz",
|
||||
"integrity": "sha512-1Of0KP27bAo8HTfsO7p5wy26+aUrb8h1w3mftoVlw463f/NYABm6ax+aZDx5NZdcqime2mnHasHaOWbHDfIk1A==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.3.tgz",
|
||||
"integrity": "sha512-dhTzoRYM72BpuVsfKh/5jaLOrV7q650KjtUEPgCvcHfCl+aA6IOLTpKADNwYd/H0kOz0A6CEo0LmdEGkrIK2aA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.3.2",
|
||||
"@mantine/hooks": "8.3.2",
|
||||
"@mantine/core": "8.3.3",
|
||||
"@mantine/hooks": "8.3.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.2.tgz",
|
||||
"integrity": "sha512-DLo3T8epAVPKT8KJePHix6xyY8NzWYC4u9W/UyUBtZlhooJrY1Fm77B9vMP+T0dJg//QnE8WDLHVtOb0QNb1Ow==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.3.tgz",
|
||||
"integrity": "sha512-tEp2nGxx9gd8616V7T93l6D6XAXmEa+H2MERwxsBs6IGjGcswda8MUc10SLhLCJgDzB0RX0Pcod4r+tpGbXz/Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.3.2",
|
||||
"@mantine/store": "8.3.3",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.3.2",
|
||||
"@mantine/hooks": "8.3.2",
|
||||
"@mantine/core": "8.3.3",
|
||||
"@mantine/hooks": "8.3.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.3.2.tgz",
|
||||
"integrity": "sha512-xW2XBJ0flR7frl+s9rWJcxE1uMzOrI9d/TT7aNdhKSWFaQ/NqfdgmPbqQKr2yFbHIEu6HT8HI3iUVwY6CSiC8g==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.3.3.tgz",
|
||||
"integrity": "sha512-VuXlc6IrRpz47h7WXyFrult4XlQf1uG9sI3t1COWKgEgh675xWsOxYukLBc4YDfaweFukhBpwDqTeBiTJC12tg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "8.3.2"
|
||||
"@mantine/store": "8.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "8.3.2",
|
||||
"@mantine/hooks": "8.3.2",
|
||||
"@mantine/core": "8.3.3",
|
||||
"@mantine/hooks": "8.3.3",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.2.tgz",
|
||||
"integrity": "sha512-AZ2Gzj7G8mtdb/GCwda4Ol/DjRmU2hYLaSH/UAUC4Z79kYSHF7CE5uJl7NKLmJnwyFR6Znz/XHpyxfNzPN4nmQ==",
|
||||
"version": "8.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.3.tgz",
|
||||
"integrity": "sha512-+qUS0Dmww/M7ieA9lJbhKmagislVoWVUJam2DjTzvW3bJ311t1sAsu6G59I3YDN8avC2gRcipglZSRsInwzJVg==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
"@fontsource/open-sans": "^5.2.7",
|
||||
"@lingui/core": "^5.5.0",
|
||||
"@lingui/react": "^5.5.0",
|
||||
"@mantine/core": "^8.3.2",
|
||||
"@mantine/form": "^8.3.2",
|
||||
"@mantine/hooks": "^8.3.2",
|
||||
"@mantine/modals": "^8.3.2",
|
||||
"@mantine/notifications": "^8.3.2",
|
||||
"@mantine/spotlight": "^8.3.2",
|
||||
"@mantine/core": "^8.3.3",
|
||||
"@mantine/form": "^8.3.3",
|
||||
"@mantine/hooks": "^8.3.3",
|
||||
"@mantine/modals": "^8.3.3",
|
||||
"@mantine/notifications": "^8.3.3",
|
||||
"@mantine/spotlight": "^8.3.3",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@reduxjs/toolkit": "^2.9.0",
|
||||
"axios": "^1.12.2",
|
||||
|
||||
Reference in New Issue
Block a user