Skip to content

Commit

Permalink
Merge branch 'main' into update-flipt-node
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Oct 23, 2024
2 parents 5d0f043 + e56f78b commit 0edc149
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
submodules: recursive

- uses: bufbuild/buf-setup-action@v1.44.0
- uses: bufbuild/buf-setup-action@v1.45.0
with:
github_token: ${{ github.token }}
- name: Setup Node
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"@opentelemetry/sdk-metrics": "^1.15.0",
"@swc-node/register": "~1.10.0",
"@swc/cli": "~0.4.0",
"@swc/core": "1.7.36",
"@swc/core": "1.7.39",
"@types/assert": "^1.5.6",
"@types/events": "^3.0.0",
"@types/imurmurhash": "^0.1.3",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/lodash.isempty": "^4.4.7",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "20.16.13",
"@types/node": "20.17.0",
"@types/object-hash": "^3.0.0",
"@types/semver": "^7.5.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down

0 comments on commit 0edc149

Please sign in to comment.