1 Commits

Author SHA1 Message Date
1f0a8d95eb Update react to v19
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2025-07-13 00:19:15 +00:00
2 changed files with 14 additions and 14 deletions

View File

@ -9,13 +9,13 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.66.7", "@fluentui/react-components": "^9.66.7",
"@fluentui/react-icons": "^2.0.306", "@fluentui/react-icons": "^2.0.305",
"filesize": "^10.1.6", "filesize": "^10.1.6",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.31.0", "@eslint/js": "^9.30.1",
"@types/react": "^18.3.23", "@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7", "@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/eslint-plugin": "^8.36.0",
@ -941,9 +941,9 @@
} }
}, },
"node_modules/@eslint/js": { "node_modules/@eslint/js": {
"version": "9.31.0", "version": "9.30.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz", "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz",
"integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==", "integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@ -1505,9 +1505,9 @@
} }
}, },
"node_modules/@fluentui/react-icons": { "node_modules/@fluentui/react-icons": {
"version": "2.0.306", "version": "2.0.305",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.306.tgz", "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.305.tgz",
"integrity": "sha512-zS66O59F8gvwjaaIchguMVTwmI3qplwJrm5F8c17rfdrqtFhJKMM2Udef6DWHA7XtnQA8OfvYz2GGrE+GBy/KA==", "integrity": "sha512-lxJZsW4IKaPaIrlaZlvDFujztKwWXSR3tUMBUBG0WtEGoQkbrWhrt8fqzhQ9BEbq02FtifLFUpaIqiJ326//Rw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@griffel/react": "^1.0.0", "@griffel/react": "^1.0.0",

View File

@ -11,15 +11,15 @@
}, },
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.66.7", "@fluentui/react-components": "^9.66.7",
"@fluentui/react-icons": "^2.0.306", "@fluentui/react-icons": "^2.0.305",
"filesize": "^10.1.6", "filesize": "^10.1.6",
"react": "^18.3.1", "react": "^19.1.0",
"react-dom": "^18.3.1" "react-dom": "^19.1.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.31.0", "@eslint/js": "^9.30.1",
"@types/react": "^18.3.23", "@types/react": "^19.1.8",
"@types/react-dom": "^18.3.7", "@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0", "@typescript-eslint/parser": "^8.36.0",
"@vitejs/plugin-react": "^4.6.0", "@vitejs/plugin-react": "^4.6.0",