Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
Upgraded key dependencies including React, React-DOM, TypeScript, and @docusaurus/core to ensure compatibility with their latest major versions. Updated package-lock.json and package.json to reflect these changes, improving stability and future-proofing the project.
  • Loading branch information
LucaNerlich committed Jan 4, 2025
1 parent 392fd8b commit bc33406
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 112 deletions.
217 changes: 111 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.6.3",
"@docusaurus/core": "^3.7.0",
"@docusaurus/faster": "^3.7.0",
"@docusaurus/plugin-ideal-image": "^3.7.0",
"@docusaurus/plugin-pwa": "^3.7.0",
Expand All @@ -31,20 +31,20 @@
"clsx": "^2.1.1",
"docusaurus-plugin-sass": "^0.2.6",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-compare-slider": "^3.1.0",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-player": "^2.16.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.2",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@types/react": "^18.3.18",
"@types/react": "^19.0.2",
"js-yaml": "^4.1.0",
"typescript": "~5.5.3",
"typescript": "~5.7.2",
"xml2js": "^0.6.2"
},
"engines": {
Expand Down

0 comments on commit bc33406

Please sign in to comment.