Skip to content

Commit

Permalink
Merge pull request #173 from jbrunton/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
jbrunton authored Aug 31, 2024
2 parents d44b3cb + 71bb4bf commit 2cd0a41
Show file tree
Hide file tree
Showing 5 changed files with 2,218 additions and 2,263 deletions.
54 changes: 27 additions & 27 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.8.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -18,48 +18,48 @@
"test:watch": "vitest"
},
"dependencies": {
"@auth0/auth0-react": "1.12.0",
"@auth0/auth0-react": "1.12.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@tanstack/react-query": "5.53.1",
"axios": "1.3.4",
"date-fns": "2.29.3",
"debug": "4.3.4",
"dompurify": "2.4.3",
"axios": "1.7.7",
"date-fns": "2.30.0",
"debug": "4.3.6",
"dompurify": "2.5.6",
"event-source-polyfill": "1.0.31",
"framer-motion": "8.0.2",
"highlight.js": "11.7.0",
"marked": "4.2.12",
"framer-motion": "8.5.5",
"highlight.js": "11.10.0",
"marked": "4.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "4.7.1",
"react-router-dom": "6.6.1"
"react-icons": "4.12.0",
"react-router-dom": "6.26.1"
},
"devDependencies": {
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/debug": "4.1.7",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/debug": "4.1.12",
"@types/dompurify": "2.4.0",
"@types/event-source-polyfill": "1.0.0",
"@types/marked": "4.0.8",
"@types/event-source-polyfill": "1.0.5",
"@types/marked": "4.3.2",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jsdom": "22.1.0",
"msw": "1.3.2",
"prettier": "2.8.1",
"msw": "1.3.3",
"prettier": "2.8.8",
"typescript": "5.5.4",
"vite": "^4.0.0",
"vitest": "0.33.0"
"vitest": "0.34.6"
}
}
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.8.0",
"packageManager": "pnpm@9.9.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.35.1"
"@playwright/test": "1.46.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.8.0",
"packageManager": "pnpm@9.9.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.0.14"
"turbo": "2.1.1"
}
}
Loading

0 comments on commit 2cd0a41

Please sign in to comment.