Skip to content

Commit f0973b7

Browse files
chore(deps): update dependency typescript to v5
1 parent eadf35d commit f0973b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"autoprefixer": "^10.4.7",
1717
"postcss": "^8.4.13",
1818
"tailwindcss": "^3.0.24",
19-
"typescript": "^4.6.4"
19+
"typescript": "^5.0.0"
2020
}
2121
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postcss": "^8.4.31",
2424
"prettier": "^2.6.2",
2525
"tsup": "^5.12.7",
26-
"typescript": "^4.6.4"
26+
"typescript": "^5.0.0"
2727
},
2828
"homepage": "https://github.com/upstash/feedback#readme",
2929
"repository": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,10 @@ tsup@^5.12.7:
980980
sucrase "^3.20.3"
981981
tree-kill "^1.2.2"
982982

983-
typescript@^4.6.4:
984-
version "4.9.5"
985-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
986-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
983+
typescript@^5.0.0:
984+
version "5.2.2"
985+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
986+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
987987

988988
update-browserslist-db@^1.0.13:
989989
version "1.0.13"

0 commit comments

Comments
 (0)