Skip to content

Commit

Permalink
chore: upgrade @vitejs/plugin-legacy and use .browserslintrc inst…
Browse files Browse the repository at this point in the history
…ead of an entry on `package.json`
  • Loading branch information
Tal500 committed Mar 4, 2023
1 parent 9d6ac06 commit 565de06
Show file tree
Hide file tree
Showing 3 changed files with 1,372 additions and 64 deletions.
6 changes: 6 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Browsers that we support

> 0.05%
ie >= 11
chrome >= 14
safari >= 12.1
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "npm:@tal500/[email protected]",
"@types/cookie": "^0.5.1",
"@vitejs/plugin-legacy": "^3.0.0",
"@vitejs/plugin-legacy": "^4.0.0",
"abortcontroller-polyfill": "^1.7.3",
"custom-event-polyfill": "^1.0.7",
"import-meta-resolve": "^2.1.0",
Expand Down Expand Up @@ -49,11 +49,5 @@
"@percy/selenium-webdriver": "^1.0.2",
"@types/selenium-webdriver": "^4.1.9",
"selenium-webdriver": "^4.5.0"
},
"browserslist": [
"> 0.05%",
"ie >= 11",
"chrome >= 14",
"safari >= 12.1"
]
}
}
Loading

0 comments on commit 565de06

Please sign in to comment.