Skip to content

Commit

Permalink
fix: sharp version and react router dom
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Apr 1, 2024
1 parent e62b46c commit 989d98b
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 119 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pg": "^8.11.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^6.22.3",
"strapi-chatgpt": "^1.0.2",
"strapi-plugin-config-sync": "^1.2.3",
"strapi-plugin-local-image-sharp": "^1.7.0",
Expand Down
3 changes: 2 additions & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-imagetools": "^7.0.1",
"vitest": "^1.4.0"
"vitest": "^1.4.0",
"sharp": "^0.33.3"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 989d98b

Please sign in to comment.