Skip to content

Commit

Permalink
Merge pull request #10 from z-shell/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
ss-o authored Jun 8, 2022
2 parents 10406eb + f70c899 commit 3d3d57b
Show file tree
Hide file tree
Showing 7 changed files with 377 additions and 832 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: "CodeQL"

on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "27 22 * * 0"
Expand Down
2 changes: 1 addition & 1 deletion workers/get/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Salvydas Lukosius <[email protected]>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^3.11.0",
"@cloudflare/workers-types": "3.11.0",
"prettier": "2.6.2",
"wrangler": "2.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion workers/get/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion workers/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Salvydas Lukosius <[email protected]>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^3.7.1",
"@cloudflare/workers-types": "3.11.0",
"prettier": "2.6.2",
"wrangler": "2.0.7"
},
Expand Down
Loading

0 comments on commit 3d3d57b

Please sign in to comment.