Skip to content

Commit

Permalink
fix(deps): update typescript packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent 6321ad9 commit 75c5165
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 160 deletions.
197 changes: 101 additions & 96 deletions dashboard/package-lock.json

Large diffs are not rendered by default.

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.36.0",
"eslint-config-next": "^13.2.4",
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.20230307.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.0.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.20230307.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.0.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.20230307.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.0.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.20230307.0",
"typescript": "^5.0.2",
"typescript": "^5.1.6",
"wrangler": "^3.0.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 75c5165

Please sign in to comment.