Skip to content

Commit

Permalink
moare fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 18, 2023
1 parent e0822a5 commit bf09108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@next/font": "13.0.7",
"@sentry/nextjs": "*",
"@sentry/types": "*",

"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
Expand All @@ -27,6 +27,10 @@
"ts-node": "10.9.1",
"@playwright/test": "^1.27.1"
},
"devDependencies": {
"@sentry/types": "*",
"@sentry/utils": "*"
},
"volta": {
"node": "16.19.0",
"yarn": "1.22.19"
Expand Down
2 changes: 2 additions & 0 deletions packages/e2e-tests/test-applications/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
},
"devDependencies": {
"@playwright/test": "^1.27.1",
"@sentry/types": "*",
"@sentry/utils": "*",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.2.4",
"@sveltejs/kit": "^1.5.0",
Expand Down

0 comments on commit bf09108

Please sign in to comment.