Compare commits

...

2 Commits

Author SHA1 Message Date
00343abdb0 Update dependency vite to ^6.2.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-14 00:29:57 +00:00
3ee3f0119b Update dependency @fluentui/react-icons to ^2.0.297
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-13 00:30:19 +00:00
2 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@fluentui/react-components": "^9.61.6",
"@fluentui/react-icons": "^2.0.294",
"@fluentui/react-icons": "^2.0.297",
"filesize": "^10.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
@ -27,7 +27,7 @@
"globals": "^16.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.3"
"vite": "^6.2.6"
}
},
"node_modules/@ampproject/remapping": {
@ -1461,9 +1461,9 @@
}
},
"node_modules/@fluentui/react-icons": {
"version": "2.0.294",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.294.tgz",
"integrity": "sha512-BoR+wqa+HEn8bB8L+gN/BnxR2LaR2ri6MSRb8W/s9mxy5deodnHalQ1P66vBWlJyaozNcxNHR4COKb4RJvpmeA==",
"version": "2.0.297",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.297.tgz",
"integrity": "sha512-nMAZqWDHKzlVgs9OaeE7FNp+RHHskC3NaKftyIQmnFhPb34YEuNGABsi00dDpwxT5H4ZedmeqqCnWz+XSz0G0A==",
"license": "MIT",
"dependencies": {
"@griffel/react": "^1.0.0",
@ -4493,9 +4493,9 @@
}
},
"node_modules/vite": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
"integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
"version": "6.2.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.6.tgz",
"integrity": "sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"@fluentui/react-components": "^9.61.6",
"@fluentui/react-icons": "^2.0.294",
"@fluentui/react-icons": "^2.0.297",
"filesize": "^10.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
@ -29,6 +29,6 @@
"globals": "^16.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.3"
"vite": "^6.2.6"
}
}