Skip to content

Commit

Permalink
fix(deps): update dependency @codemirror/view to ^6.26.3 (#1647)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @codemirror/view to ^6.26.3

* fix: resolve go deps error

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jaemin Choi <[email protected]>
  • Loading branch information
renovate[bot] and dotoleeoak authored Apr 22, 2024
1 parent eb44d9b commit 25644c0
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 477 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.5",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.1",
"@codemirror/view": "^6.26.3",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@lezer/highlight": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/iris/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ go 1.21

require (
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.10
github.com/aws/aws-sdk-go-v2/credentials v1.17.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.0
github.com/rabbitmq/amqp091-go v1.9.0
github.com/redis/go-redis/v9 v9.5.1
Expand All @@ -23,8 +25,6 @@ require (

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.10 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
Expand Down
Loading

0 comments on commit 25644c0

Please sign in to comment.