Skip to content

Commit

Permalink
Bump typescript from 5.0.4 to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 24, 2023
1 parent e375f0f commit 32c82bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/react-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.0",
"typescript": "^5.0.0",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^8.26.0",
"eslint-config-wojtekmaj": "^0.9.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"typescript": "^5.3.2",
"vite": "^5.0.0"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4282,7 +4282,7 @@ __metadata:
react-dom: "npm:^18.2.0"
rimraf: "npm:^3.0.0"
tiny-warning: "npm:^1.0.0"
typescript: "npm:^5.0.0"
typescript: "npm:^5.3.2"
vitest: "npm:^0.34.6"
peerDependencies:
"@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -4977,7 +4977,7 @@ __metadata:
react: "npm:^18.2.0"
react-calendar: "workspace:packages/react-calendar"
react-dom: "npm:^18.2.0"
typescript: "npm:^5.0.0"
typescript: "npm:^5.3.2"
vite: "npm:^5.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5118,23 +5118,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.0":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
"typescript@npm:^5.3.2":
version: 5.3.2
resolution: "typescript@npm:5.3.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2f5bd1cead194905957cb34e220b1d6ff1662399adef8ec1864f74620922d860ee35b6e50eafb3b636ea6fd437195e454e1146cb630a4236b5095ed7617395c2
checksum: d7dbe1fbe19039e36a65468ea64b5d338c976550394ba576b7af9c68ed40c0bc5d12ecce390e4b94b287a09a71bd3229f19c2d5680611f35b7c53a3898791159
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.0.0#optional!builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>::version=5.0.4&hash=b5f058"
"typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>":
version: 5.3.2
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c3f7b80577bddf6fab202a7925131ac733bfc414aec298c2404afcddc7a6f242cfa8395cf2d48192265052e11a7577c27f6e5fac8d8fe6a6602023c83d6b3292
checksum: 73c8bad74e732d93211c9d77f28b03307e2f5fc6a0afc73f4b783261ab567686a16d6ae958bdaef383a00be1b0b8c8b6741dd6ca3d13af4963fa7e47456d49c7
languageName: node
linkType: hard

Expand Down

0 comments on commit 32c82bf

Please sign in to comment.