Skip to content

Commit 7410581

Browse files
Merge branch 'main' into dependabot/gradle/openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.9.0
2 parents 1f3aa4d + d54b7b3 commit 7410581

File tree

6 files changed

+236
-56
lines changed

6 files changed

+236
-56
lines changed

examples/openfeature_react/react-app/package-lock.json

+207-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/openfeature_react/react-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"devDependencies": {
2121
"@types/react": "^18.3.5",
2222
"@types/react-dom": "^18.2.22",
23-
"@typescript-eslint/eslint-plugin": "^8.4.0",
23+
"@typescript-eslint/eslint-plugin": "^8.5.0",
2424
"@typescript-eslint/parser": "^8.4.0",
2525
"@vitejs/plugin-react": "^4.2.1",
2626
"autoprefixer": "^10.4.20",
2727
"eslint": "^9.10.0",
2828
"eslint-plugin-react-hooks": "^4.6.0",
29-
"eslint-plugin-react-refresh": "^0.4.11",
30-
"typescript": "^5.5.4",
29+
"eslint-plugin-react-refresh": "^0.4.12",
30+
"typescript": "^5.6.2",
3131
"vite": "^5.4.3"
3232
}
3333
}

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/thomaspoignant/go-feature-flag
33
go 1.22.5
44

55
require (
6-
cloud.google.com/go/pubsub v1.42.0
6+
cloud.google.com/go/pubsub v1.43.0
77
cloud.google.com/go/storage v1.43.0
88
github.com/BurntSushi/toml v1.4.0
99
github.com/IBM/sarama v1.43.3
@@ -50,7 +50,7 @@ require (
5050
github.com/xitongsys/parquet-go-source v0.0.0-20230830030807-0dd610dbff1d
5151
go.mongodb.org/mongo-driver v1.16.1
5252
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.54.0
53-
go.opentelemetry.io/otel v1.29.0
53+
go.opentelemetry.io/otel v1.30.0
5454
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0
5555
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0
5656
go.opentelemetry.io/otel/sdk v1.29.0
@@ -202,12 +202,12 @@ require (
202202
github.com/xdg-go/stringprep v1.0.4 // indirect
203203
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
204204
github.com/yusufpapurcu/wmi v1.2.3 // indirect
205-
go.einride.tech/aip v0.67.1 // indirect
205+
go.einride.tech/aip v0.68.0 // indirect
206206
go.opencensus.io v0.24.0 // indirect
207207
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
208208
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
209-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
210-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
209+
go.opentelemetry.io/otel/metric v1.30.0 // indirect
210+
go.opentelemetry.io/otel/trace v1.30.0 // indirect
211211
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
212212
go.uber.org/multierr v1.11.0 // indirect
213213
golang.org/x/crypto v0.27.0 // indirect
@@ -220,7 +220,7 @@ require (
220220
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
221221
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
222222
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
223-
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
223+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
224224
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
225225
google.golang.org/protobuf v1.34.2 // indirect
226226
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

0 commit comments

Comments
 (0)