Skip to content

Commit 8887d6a

Browse files
committed
Update tsc compilation target to es2021
1 parent fab4960 commit 8887d6a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,26 @@
4848
"@octetstream/eslint-config": "7.2.1",
4949
"@types/mime-types": "2.1.1",
5050
"@types/node": "20.2.1",
51-
"@types/sinon": "^10.0.15",
51+
"@types/sinon": "10.0.15",
5252
"@typescript-eslint/eslint-plugin": "5.59.6",
5353
"@typescript-eslint/parser": "5.59.6",
5454
"ava": "5.2.0",
5555
"c8": "7.13.0",
56-
"cross-env": "^7.0.3",
56+
"cross-env": "7.0.3",
5757
"del-cli": "5.0.0",
5858
"eslint": "8.40.0",
5959
"eslint-config-airbnb-typescript": "17.0.0",
6060
"eslint-import-resolver-typescript": "3.5.5",
6161
"eslint-plugin-ava": "14.0.0",
62-
"eslint-plugin-import": "^2.27.5",
62+
"eslint-plugin-import": "2.27.5",
6363
"eslint-plugin-jsx-a11y": "6.7.1",
6464
"eslint-plugin-react": "7.32.2",
6565
"formdata-node": "5.0.0",
6666
"husky": "8.0.3",
6767
"lint-staged": "13.2.2",
6868
"pinst": "3.0.0",
69-
"sinon": "^15.0.4",
70-
"ts-node": "^10.9.1",
69+
"sinon": "15.0.4",
70+
"ts-node": "10.9.1",
7171
"ttypescript": "1.5.15",
7272
"typescript": "5.0.4",
7373
"web-streams-polyfill": "4.0.0-beta.3"

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"compilerOptions": {
1111
"outDir": "lib",
12-
"target": "es2020",
12+
"target": "es2021",
1313
"module": "es2020",
1414
"noImplicitAny": true,
1515
"baseUrl": "src",

0 commit comments

Comments
 (0)