Skip to content

Commit

Permalink
Apply in-range dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 21, 2024
1 parent 0ca4158 commit 9cfac70
Show file tree
Hide file tree
Showing 5 changed files with 738 additions and 506 deletions.
14 changes: 7 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2"
"react-router-dom": "^6.21.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@textbook/build-info": "^1.1.0",
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -33,9 +33,9 @@
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-vitest": "^0.3.20",
"jsdom": "^23.2.0",
"msw": "^2.0.14",
"undici": "^6.3.0",
"vite": "^5.0.11",
"vitest": "^1.2.0"
"msw": "^2.1.2",
"undici": "^6.4.0",
"vite": "^5.0.12",
"vitest": "^1.2.1"
}
}
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Jonathan Sharpe <[email protected]>",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-playwright": "^0.21.0",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 9cfac70

Please sign in to comment.