Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 8ca53e5 commit 477cb73
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 40 deletions.
2 changes: 1 addition & 1 deletion packages/playground/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "2.3.4",
"typescript": "5.1.3",
"typescript": "5.1.6",
"vite": "2.9.16",
"vue-tsc": "0.40.13"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-marquee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "18.17.0",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.3.4",
"typescript": "5.0.4",
"typescript": "5.1.6",
"vite": "2.9.16",
"vite-plugin-css-injected-by-js": "^3.1.2",
"vite-plugin-dts": "^3.0.0-beta.3",
Expand Down
7 changes: 6 additions & 1 deletion packages/vue3-marquee/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,12 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

[email protected], typescript@~5.0.4:
[email protected]:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

typescript@~5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
Expand Down
63 changes: 26 additions & 37 deletions pnpm-lock.yaml

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

0 comments on commit 477cb73

Please sign in to comment.