Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent d18e6cd commit 6cbbab5
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 56 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"sass": "1.62.1",
"sitemap": "7.1.1",
"tsconfig": "workspace:*",
"typescript": "5.0.4",
"typescript": "5.2.2",
"vite-plugin-pwa": "0.15.1",
"vitepress": "1.0.0-beta.1",
"workbox-window": "6.6.0"
Expand Down
2 changes: 1 addition & 1 deletion config/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"prettier": "2.8.8"
},
"devDependencies": {
"typescript": "5.0.4"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion config/typedoc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"typedoc": "0.24.7",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.0.4"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"husky": "8.0.3",
"rimraf": "5.0.1",
"turbo": "1.9.9",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tsconfig": "workspace:*",
"typedoc": "0.24.7",
"typedoc-config": "workspace:*",
"typescript": "5.0.4",
"typescript": "5.2.2",
"vite": "4.3.9",
"vite-plugin-dts": "2.3.0",
"vite-tsconfig-paths": "4.2.0",
Expand Down
109 changes: 58 additions & 51 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 6cbbab5

Please sign in to comment.