Skip to content

Commit

Permalink
fix(deps): update typescript packages (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 4, 2023
1 parent 167086a commit 04c8544
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 78 deletions.
28 changes: 14 additions & 14 deletions dashboard/package-lock.json

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

4 changes: 2 additions & 2 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/node": "^18.17.2",
"@types/react": "^18.2.18",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
Expand Down
16 changes: 8 additions & 8 deletions runtimes/cloudflare-worker-actual/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-actual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.4.0"
}
}
16 changes: 8 additions & 8 deletions runtimes/cloudflare-worker-expected/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-expected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.4.0"
}
}
16 changes: 8 additions & 8 deletions runtimes/cloudflare-worker-native-actual/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-native-actual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.4.0"
}
}
16 changes: 8 additions & 8 deletions runtimes/cloudflare-worker-native-expected/package-lock.json

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

2 changes: 1 addition & 1 deletion runtimes/cloudflare-worker-native-expected/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230801.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.4.0"
}
}
26 changes: 13 additions & 13 deletions runtimes/node-cjs-script/package-lock.json

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

26 changes: 13 additions & 13 deletions runtimes/node-esm-script/package-lock.json

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

0 comments on commit 04c8544

Please sign in to comment.