Skip to content

Commit

Permalink
Merge pull request #33 from jellydn/renovate/typescript-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn authored Jun 8, 2022
2 parents 8148eb4 + 53767c4 commit bce3aa5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/react-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "17.0.16",
"@vitejs/plugin-react": "1.3.2",
"prettier": "2.6.2",
"typescript": "4.6.4",
"typescript": "4.7.3",
"vite": "2.9.8"
}
}
2 changes: 1 addition & 1 deletion apps/react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react-dom": "18.0.0",
"@vitejs/plugin-react": "1.3.2",
"prettier": "2.6.2",
"typescript": "4.6.4",
"typescript": "4.7.3",
"vite": "2.9.8"
}
}
2 changes: 1 addition & 1 deletion apps/react-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "latest",
"@vitejs/plugin-react": "1.3.2",
"prettier": "2.6.2",
"typescript": "4.6.4",
"typescript": "4.7.3",
"vite": "2.9.8"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@jellydn/tsconfig": "*",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.0",
"typescript": "4.6.4"
"typescript": "4.7.3"
},
"dependencies": {
"consola": "^2.15.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2951,10 +2951,10 @@ type-fest@^0.21.3:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==

typescript@4.6.4:
version "4.6.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
typescript@4.7.3:
version "4.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit bce3aa5

Please sign in to comment.