Skip to content

Commit

Permalink
Revert "add polyfil for old safary browsers"
Browse files Browse the repository at this point in the history
Because plugin/legacy doesn't work correctly with sveltekit: sveltejs/kit#12
This reverts commit 85acd5a.
  • Loading branch information
Denis Fetinin committed Jul 22, 2023
1 parent 85acd5a commit b604443
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 1,535 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-legacy": "^4.1.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
Expand All @@ -37,6 +37,7 @@
},
"type": "module",
"dependencies": {
"@sentry/node": "^7.60.0",
"@sentry/svelte": "^7.60.0",
"@sentry/sveltekit": "^7.60.0",
"@sentry/tracing": "^7.60.0",
Expand Down
Loading

0 comments on commit b604443

Please sign in to comment.