Skip to content

Commit a59339e

Browse files
author
Andre Praca
committed
Bump TS
1 parent 56272f9 commit a59339e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/smartlyio/safe-navigation.git"
2121
},
2222
"dependencies": {
23-
"lodash": "^4.17.19"
23+
"lodash": "^4.17.21"
2424
},
2525
"keywords": [
2626
"safe navigation",
@@ -46,7 +46,7 @@
4646
"prettier": "2.2.1",
4747
"ts-jest": "28.0.0",
4848
"ts-node": "10.7.0",
49-
"typescript": "4.1.5"
49+
"typescript": "5.0.2"
5050
},
5151
"jest": {
5252
"testEnvironment": "node",

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4-
"target": "es2017",
5-
"lib": ["es6", "es2017", "dom", "esnext.asynciterable"],
4+
"target": "es2022",
5+
"lib": ["es2022", "dom", "esnext.asynciterable"],
66
"module": "commonjs",
77
"moduleResolution": "node",
88
"sourceMap": true,

0 commit comments

Comments
 (0)