Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5 (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent c8d50d0 commit f0e767e
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "^18.2.18",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/woodpecker-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"concurrently": "^8.0.0",
"marked": "^9.0.0",
"tslib": "^2.6.1",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/woodpecker-plugins/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"skipLibCheck": true,
"sourceMap": false,
"strict": true,
"module": "CommonJS",
"module": "Node16",
"target": "ES6",
"outDir": "dist",
"baseUrl": ".",
Expand Down
Loading

0 comments on commit f0e767e

Please sign in to comment.