Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren committed Dec 11, 2024
1 parent c255838 commit 740c863
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 53 deletions.
115 changes: 67 additions & 48 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"postcss": "^8.1.2",
"precss": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^18.1.0",
"react-dom": "^19.0.0",
"react-ga4": "~2.1.0",
"react-router-dom": "^6.0.2",
"react-router-dom": "^7.0.0",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand All @@ -47,8 +47,8 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.2.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.0",
"axe-core": "^4.1.4",
Expand All @@ -57,7 +57,7 @@
"cypress-axe": "^1.0.0",
"eslint": "^9.8.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-security": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down

0 comments on commit 740c863

Please sign in to comment.