Skip to content

Commit

Permalink
Update browser support baseline
Browse files Browse the repository at this point in the history
Update to match hypothesis/client#6438.
  • Loading branch information
robertknight committed Jul 4, 2024
1 parent b7e6ee2 commit 1d6e0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
]
},
"browserslist": "chrome 70, firefox 70, safari 11.1",
"browserslist": "chrome 92, firefox 90, safari 14.1",
"scripts": {
"build": "gulp build",
"checkformatting": "prettier --cache --check via/**/*.{js,ts,tsx}",
Expand Down
2 changes: 1 addition & 1 deletion via/static/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"lib": ["es2018", "dom"],
"lib": ["es2021", "dom"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "commonjs",
Expand Down

0 comments on commit 1d6e0ba

Please sign in to comment.