3 Commits

Author SHA1 Message Date
db5fb3668a Update dependency globals to ^17.3.0
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-04 00:33:04 +00:00
ef7ded004f Merge pull request 'Update dependency @fluentui/react-icons to ^2.0.318' (#537) from renovate/fluentui-react-icons-2.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-04 00:32:51 +00:00
a6711da5f9 Update dependency @fluentui/react-icons to ^2.0.318
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-02-03 00:32:02 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.72.11", "@fluentui/react-components": "^9.72.11",
"@fluentui/react-icons": "^2.0.317", "@fluentui/react-icons": "^2.0.318",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.4", "react": "^19.2.4",
"react-dom": "^19.2.4" "react-dom": "^19.2.4"
@@ -24,7 +24,7 @@
"eslint": "^9.39.2", "eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.2.0", "globals": "^17.3.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.54.0", "typescript-eslint": "^8.54.0",
"vite": "^7.3.1" "vite": "^7.3.1"
@@ -1524,9 +1524,9 @@
} }
}, },
"node_modules/@fluentui/react-icons": { "node_modules/@fluentui/react-icons": {
"version": "2.0.317", "version": "2.0.318",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.317.tgz", "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.318.tgz",
"integrity": "sha512-yB1IYJRLoC8qKBv8zK5OWpBLkT4wWUp5qPu5XomDWp+FONu3Gt4WzEwcW1Znl9HxRvKu9SZwpdMjzK9AondqNg==", "integrity": "sha512-h7koTw5rscsrip+WFDsiQaNkgSJHBu6x1giGO0WSiDZx7ZiYdJe+UBmQpcCmXE38+wTE3oxRoWkDj6ZadQcvKQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@griffel/react": "^1.0.0", "@griffel/react": "^1.0.0",
@@ -4009,9 +4009,9 @@
} }
}, },
"node_modules/globals": { "node_modules/globals": {
"version": "17.2.0", "version": "17.3.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
"integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==", "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

@@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.72.11", "@fluentui/react-components": "^9.72.11",
"@fluentui/react-icons": "^2.0.317", "@fluentui/react-icons": "^2.0.318",
"filesize": "^11.0.13", "filesize": "^11.0.13",
"react": "^19.2.4", "react": "^19.2.4",
"react-dom": "^19.2.4" "react-dom": "^19.2.4"
@@ -26,7 +26,7 @@
"eslint": "^9.39.2", "eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.0", "eslint-plugin-react-refresh": "^0.5.0",
"globals": "^17.2.0", "globals": "^17.3.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.54.0", "typescript-eslint": "^8.54.0",
"vite": "^7.3.1" "vite": "^7.3.1"