Merge pull request #177 from ollama4j/dependabot/npm_and_yarn/docs/react-19.1.1
Some checks failed
CodeQL / Analyze (java) (push) Failing after 27s
CodeQL / Analyze (javascript) (push) Failing after 26s
Mark stale issues / stale (push) Failing after 42s
Mark stale issues and PRs / stale (push) Failing after 1m17s

Bump react from 18.2.0 to 19.1.1 in /docs
This commit is contained in:
Amith Koujalgi 2025-09-15 20:11:50 +05:30 committed by GitHub
commit 51501cf5e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

12
docs/package-lock.json generated
View File

@ -18,7 +18,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"prism-react-renderer": "^2.4.1", "prism-react-renderer": "^2.4.1",
"react": "^18.0.0", "react": "^19.1.1",
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-image-gallery": "^1.4.0" "react-image-gallery": "^1.4.0"
@ -15576,12 +15576,10 @@
} }
}, },
"node_modules/react": { "node_modules/react": {
"version": "18.2.0", "version": "19.1.1",
"resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
"integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
"dependencies": { "license": "MIT",
"loose-envify": "^1.1.0"
},
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
} }

View File

@ -24,7 +24,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"prism-react-renderer": "^2.4.1", "prism-react-renderer": "^2.4.1",
"react": "^18.0.0", "react": "^19.1.1",
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-image-gallery": "^1.4.0" "react-image-gallery": "^1.4.0"