Skip to content

Commit b2d8fe3

Browse files
committed
[Deps] update possible-typed-array-names
1 parent a0df9d5 commit b2d8fe3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
]
9090
},
9191
"dependencies": {
92-
"possible-typed-array-names": "^1.0.0"
92+
"possible-typed-array-names": "^1.1.0"
9393
}
9494
}

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "@ljharb/tsconfig",
3+
"compilerOptions": {
4+
"target": "ESNext",
5+
},
36
"exclude": [
47
"coverage",
58
],

0 commit comments

Comments
 (0)