Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Aug 16, 2024
1 parent c0691ed commit b3bb4b4
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
12 changes: 6 additions & 6 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"lint": "eslint --ext .ts,.tsx src --fix"
},
"dependencies": {
"@sentry/react": "^8.25.0",
"axios": "^1.7.3",
"@sentry/react": "^8.26.0",
"axios": "^1.7.4",
"classnames": "^2.5.1",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.26.0"
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.0"
"vite": "^5.4.1"
}
}
Loading

0 comments on commit b3bb4b4

Please sign in to comment.