Skip to content

Commit

Permalink
chore(build): change target from ES2022 to ES2023
Browse files Browse the repository at this point in the history
  • Loading branch information
benji6 committed Nov 13, 2024
1 parent fd0d30f commit d245a60
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": "BUILD_TIME=$(node -e 'console.log((new Date).toISOString())') TZ=UTC jest src",
"test-ci": "run-p test:audit test:fmt test:lint test:types test:unit"
},
"browserslist": "since 2022 and >1%",
"browserslist": "defaults and since 2023",
"dependencies": {
"@aws-sdk/client-location": "^3.588.0",
"@aws-sdk/credential-providers": "^3.682.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,7 +10,7 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "ES2022"
"target": "ES2023"
},
"exclude": ["cypress.config.ts", "cypress", "node_modules"]
}

0 comments on commit d245a60

Please sign in to comment.