Skip to content

Commit

Permalink
chore: upgrade @vitejs/plugin-react
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Aug 31, 2024
1 parent c5c7064 commit 5b69d0c
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 640 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@auth0/auth0-react": "1.12.0",
"@chakra-ui/react": "2.4.6",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@tanstack/react-query": "5.53.1",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react": "4.3.1",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"types": ["vitest/globals", "@testing-library/jest-dom"]
"types": ["vitest/globals", "@testing-library/jest-dom", "@emotion/react/types/css-prop"]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down
Loading

0 comments on commit 5b69d0c

Please sign in to comment.