3 Commits

Author SHA1 Message Date
d15194e45b Update react to v19
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-11-15 00:16:22 +00:00
4db052feb4 Merge pull request 'Update dependency @fluentui/react-icons to ^2.0.314' (#476) from renovate/fluentui-react-icons-2.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-15 00:16:05 +00:00
a0b03dbd1a Update dependency @fluentui/react-icons to ^2.0.314
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-11-13 00:21:39 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -9,14 +9,14 @@
"version": "0.0.0",
"dependencies": {
"@fluentui/react-components": "^9.72.7",
"@fluentui/react-icons": "^2.0.313",
"@fluentui/react-icons": "^2.0.314",
"filesize": "^11.0.13",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.3",
@@ -1505,9 +1505,9 @@
}
},
"node_modules/@fluentui/react-icons": {
"version": "2.0.313",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.313.tgz",
"integrity": "sha512-mSBEAR0E+v98bdNReT+JWjFJBgH66gY5eIQz9DUT+HASEB8EAGhwF6rmvhrK/lv8L8XFzHVIS50Z+j3ONSI1YQ==",
"version": "2.0.314",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.314.tgz",
"integrity": "sha512-oIfhvtrcQatubmJeUTQ6ME/ghlU0X8FY5eA8YwhgqtrvnPst5FOAIAfsQfFA30U7uPgcxg9psWYfQbtAc9DZhA==",
"license": "MIT",
"dependencies": {
"@griffel/react": "^1.0.0",
@@ -3073,9 +3073,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.2.4",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.4.tgz",
"integrity": "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A==",
"version": "19.2.5",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.5.tgz",
"integrity": "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==",
"license": "MIT",
"peer": true,
"dependencies": {

View File

@@ -11,14 +11,14 @@
},
"dependencies": {
"@fluentui/react-components": "^9.72.7",
"@fluentui/react-icons": "^2.0.313",
"@fluentui/react-icons": "^2.0.314",
"filesize": "^11.0.13",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.4",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.3",