1 Commits

Author SHA1 Message Date
9e734def19 Update react to v19
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-11-13 00:21:48 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

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