Skip to content

Commit

Permalink
4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Aug 18, 2022
1 parent 7f8e5c6 commit b7db14c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"sizzle": "^2.3.6",
"terser": "5.6.1",
"tslib": "^2.1.0",
"typescript": "4.5.4",
"typescript": "4.6.4",
"webpack": "^4.46.0",
"ws": "7.4.6"
},
Expand Down
3 changes: 1 addition & 2 deletions scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"forceConsistentCasingInFileNames": true,
"lib": [
"dom",
"es2017",
"esnext.array"
"es2019",
],
"module": "commonjs",
"moduleResolution": "node",
Expand Down
6 changes: 6 additions & 0 deletions src/compiler/sys/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
"compiler/lib.es2021.promise.d.ts",
"compiler/lib.es2021.string.d.ts",
"compiler/lib.es2021.weakref.d.ts",
"compiler/lib.es2022.array.d.ts",
"compiler/lib.es2022.d.ts",
"compiler/lib.es2022.error.d.ts",
"compiler/lib.es2022.full.d.ts",
"compiler/lib.es2022.object.d.ts",
"compiler/lib.es2022.string.d.ts",
"compiler/lib.es5.d.ts",
"compiler/lib.es6.d.ts",
"compiler/lib.esnext.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"lib": ["dom", "es2018", "esnext.array"],
"lib": ["dom", "es2019"],
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": true,
Expand Down

0 comments on commit b7db14c

Please sign in to comment.