Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Oct 30, 2023
1 parent 7c5fa29 commit e320406
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 62 deletions.
10 changes: 5 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "eslint --ext .ts,.tsx src --fix"
},
"dependencies": {
"@sentry/browser": "^7.74.1",
"@sentry/react": "^7.74.1",
"axios": "^1.5.1",
"@sentry/browser": "^7.76.0",
"@sentry/react": "^7.76.0",
"axios": "^1.6.0",
"classnames": "^2.3.2",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
Expand All @@ -22,12 +22,12 @@
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@types/react": "^18.2.31",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"unplugin-fonts": "^1.0.3",
"vite": "^4.5.0"
Expand Down
106 changes: 49 additions & 57 deletions packages/web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit e320406

@vercel
Copy link

@vercel vercel bot commented on e320406 Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.