Skip to content

Commit

Permalink
re-adds node profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Nov 1, 2024
1 parent b517468 commit 5a34426
Show file tree
Hide file tree
Showing 3 changed files with 1,098 additions and 795 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"stylelint": "NODE_OPTIONS=--no-deprecation stylelint \"**/*.css\""
},
"devDependencies": {
"@codecov/sveltekit-plugin": "0.0.1-beta.12",
"@codecov/sveltekit-plugin": "1.2.1",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@playwright/test": "^1.48.2",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/chroma-js": "^2.4.4",
"@types/js-cookie": "^3.0.6",
Expand All @@ -59,12 +59,12 @@
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-declaration-strict-value": "^1.10.6",
"svelte": "^5.0.0",
"svelte": "^5.1.9",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.2",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "^5.4.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.0.5"
},
"type": "module",
Expand All @@ -80,7 +80,8 @@
"@leveluptuts/svelte-side-menu": "^1.1.0",
"@oddbird/popover-polyfill": "^0.4.4",
"@prisma/client": "5.18.0",
"@sentry/sveltekit": "^8.28.0",
"@sentry/profiling-node": "^8.36.0",
"@sentry/sveltekit": "^8.36.0",
"@sparticuz/chromium": "^122.0.0",
"@svelte-put/shortcut": "^3.1.1",
"@sveltejs/adapter-vercel": "^5.4.3",
Expand Down
Loading

0 comments on commit 5a34426

Please sign in to comment.