Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 6, 2025
1 parent 7e3c750 commit b74550c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@mui/material": "^6.x",
"@mui/system": "^6.x",
"mirador": "^4.0.0-alpha.15",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-i18next": "^13.0.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
Expand All @@ -44,8 +44,8 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.4",
"@vitest/coverage-v8": "^3.0.0",
"@vitest/ui": "^3.0.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.0",
Expand All @@ -56,12 +56,12 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"glob": "^10.3.0",
"happy-dom": "^15.11.7",
"happy-dom": "^17.0.0",
"mirador": "^4.0.0-alpha.15",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^6.0.0",
"vitest": "^2.1.4",
"vitest": "^3.0.0",
"vitest-fetch-mock": "^0.4.2"
},
"author": "",
Expand Down

0 comments on commit b74550c

Please sign in to comment.