chore: upgrade deps

This commit is contained in:
cv
2023-04-06 11:47:30 +02:00
parent e77572c0b6
commit 41753fc202
3 changed files with 65 additions and 87 deletions
+3 -3
View File
@@ -10,8 +10,8 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@react-icons/all-files": "^4.1.0",
"@sentry/react": "^7.28.1",
"@sentry/tracing": "^7.24.1",
"@sentry/react": "^7.46.0",
"@sentry/tracing": "^7.46.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"autosize": "^5.0.2",
@@ -58,7 +58,7 @@
]
},
"devDependencies": {
"@sentry/vite-plugin": "^0.3.0",
"@sentry/vite-plugin": "^0.4.0",
"@tanstack/eslint-plugin-query": "^4.26.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.1.1",
+2 -2
View File
@@ -5,9 +5,9 @@
"version": "2.0.0-beta2",
"exports": "./src/index.js",
"dependencies": {
"@sentry/node": "^7.24.1",
"@sentry/node": "^7.47.0",
"@sentry/profiling-node": "^0.3.0",
"@sentry/tracing": "^7.24.1",
"@sentry/tracing": "^7.46.0",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",