Skip to content

Commit

Permalink
chore(client): target newer browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
benji6 committed Dec 19, 2023
1 parent ca79354 commit db27b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:unit": "TZ=UTC jest src",
"test-ci": "run-p test:audit test:fmt test:types test:unit"
},
"browserslist": "cover 86%",
"browserslist": "since 2022 and >1%",
"dependencies": {
"@aws-sdk/client-location": "^3.462.0",
"@aws-sdk/credential-providers": "^3.342.0",
Expand Down
2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "ES2021"
"target": "ES2022"
}
}

0 comments on commit db27b55

Please sign in to comment.