Compare commits

..

1 Commits

Author SHA1 Message Date
662fdb9a9b Update dependency @fluentui/react-icons to v2.0.270
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-20 00:29:57 +00:00
2 changed files with 16 additions and 16 deletions

View File

@ -382,9 +382,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.95"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]]
name = "atomic-waker"

View File

@ -1250,9 +1250,9 @@
}
},
"node_modules/@fluentui/react-components": {
"version": "9.56.8",
"resolved": "https://registry.npmjs.org/@fluentui/react-components/-/react-components-9.56.8.tgz",
"integrity": "sha512-7Japh4zntMzCha2iuDYPPPCabvETpmJpxiLJptVR/iq7NdjYgpSX7RUkuIjjJOyYyvk6e1bQW9KXO6Eg3HyMPA==",
"version": "9.56.7",
"resolved": "https://registry.npmjs.org/@fluentui/react-components/-/react-components-9.56.7.tgz",
"integrity": "sha512-YF9Lu9WVkRsKsrm6Ht8k0cotkcFewJjJVRcUeS/E9XgHVUpr/es/YQjdi5ug4Nj9QRQoI51WfqnhFCZn5Zp2iQ==",
"license": "MIT",
"dependencies": {
"@fluentui/react-accordion": "^9.5.12",
@ -1277,7 +1277,7 @@
"@fluentui/react-label": "^9.1.81",
"@fluentui/react-link": "^9.3.5",
"@fluentui/react-menu": "^9.14.24",
"@fluentui/react-message-bar": "^9.2.19",
"@fluentui/react-message-bar": "^9.2.18",
"@fluentui/react-motion": "^9.6.5",
"@fluentui/react-overflow": "^9.2.5",
"@fluentui/react-persona": "^9.2.106",
@ -1618,9 +1618,9 @@
}
},
"node_modules/@fluentui/react-message-bar": {
"version": "9.2.19",
"resolved": "https://registry.npmjs.org/@fluentui/react-message-bar/-/react-message-bar-9.2.19.tgz",
"integrity": "sha512-wiO3kW8rCuCTscBZMUS9Lmt8e6DZiziwspjM/5ELu7DF6TQtIgPRe0CStL2UZEXvyLcGTpCCCj64LiTQ7UQhtA==",
"version": "9.2.18",
"resolved": "https://registry.npmjs.org/@fluentui/react-message-bar/-/react-message-bar-9.2.18.tgz",
"integrity": "sha512-l2u8ouxXUMALK+GADbLQoHDOoNj+299lB6JnsXFPNaqi58euJlPXHApfXtRM6gxAtL/7krKd/FHtGyFFQj3c2w==",
"license": "MIT",
"dependencies": {
"@fluentui/react-button": "^9.3.98",
@ -2938,9 +2938,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.3.18",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.18.tgz",
"integrity": "sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==",
"version": "18.3.17",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.17.tgz",
"integrity": "sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==",
"license": "MIT",
"dependencies": {
"@types/prop-types": "*",
@ -5059,13 +5059,13 @@
}
},
"node_modules/vite": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.5.tgz",
"integrity": "sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz",
"integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "0.24.0",
"esbuild": "^0.24.0",
"postcss": "^8.4.49",
"rollup": "^4.23.0"
},