Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent e5d2a90 commit aa65185
Show file tree
Hide file tree
Showing 5 changed files with 1,281 additions and 825 deletions.
14 changes: 7 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -22,10 +22,10 @@
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@tanstack/react-query": "5.53.1",
"@tanstack/react-query": "5.56.2",
"axios": "1.7.7",
"date-fns": "2.30.0",
"debug": "4.3.6",
"debug": "4.3.7",
"dompurify": "2.5.6",
"event-source-polyfill": "1.0.31",
"framer-motion": "8.5.5",
Expand All @@ -34,7 +34,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.12.0",
"react-router-dom": "6.26.1"
"react-router-dom": "6.26.2"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
Expand All @@ -53,12 +53,12 @@
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"jsdom": "22.1.0",
"msw": "1.3.3",
"msw": "1.3.4",
"prettier": "2.8.8",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^4.0.0",
"vitest": "0.34.6"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
Expand All @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "1.46.1"
"@playwright/test": "1.47.1"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"node": "20.x"
},
"name": "chat-demo",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"prepare": "husky install",
"lint": "turbo lint",
Expand All @@ -21,6 +21,6 @@
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"turbo": "2.1.1"
"turbo": "2.1.2"
}
}
Loading

0 comments on commit aa65185

Please sign in to comment.