Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 80e2420 commit 0a458aa
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 283 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/act
390 changes: 129 additions & 261 deletions frontend/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"source": "index.html",
"dependencies": {
"@bufbuild/protoc-gen-es": "1.7.0",
"@bufbuild/protoc-gen-es": "1.7.2",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "1.3.0",
Expand All @@ -44,23 +44,23 @@
"json-schema-faker": "0.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.3",
"react-router-dom": "6.22.0",
"reactflow": "11.10.3",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@swc/core": "1.3.107",
"@swc/jest": "0.2.31",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@swc/jest": "0.2.34",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "14.2.1",
"@types/p5": "1.7.6",
"@types/react": "18.2.48",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/typescript-estree": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/typescript-estree": "6.20.0",
"autoprefixer": "10.4.17",
"buffer": "^6.0.3",
"chokidar": "3.5.3",
Expand All @@ -72,14 +72,14 @@
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.0",
"npm-run-all2": "6.1.1",
"lint-staged": "15.2.1",
"npm-run-all2": "6.1.2",
"postcss": "8.4.33",
"postcss-nesting": "12.0.2",
"prettier": "3.2.4",
"prettier": "3.2.5",
"process": "^0.11.10",
"start-server-and-test": "2.0.3",
"typed-css-modules": "0.9.0",
"typed-css-modules": "0.9.1",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.2.0
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/jackc/pgx/v5 v5.5.2
github.com/jackc/pgx/v5 v5.5.3
github.com/jellydator/ttlcache/v3 v3.1.1
github.com/jpillora/backoff v1.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
Expand All @@ -38,7 +38,7 @@ require (
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/swaggest/jsonschema-go v0.3.64
github.com/titanous/json5 v1.0.0
github.com/tmc/langchaingo v0.1.3
github.com/tmc/langchaingo v0.1.4
github.com/zalando/go-keyring v0.2.3
go.opentelemetry.io/otel v1.22.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.45.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum

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

4 changes: 2 additions & 2 deletions kotlin-runtime/ftl-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<rootDir>${basedir}/../..</rootDir>
<maven.deploy.skip>false</maven.deploy.skip>
<detekt.version>1.23.4</detekt.version>
<detekt.version>1.23.5</detekt.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.2</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-runtime/scaffolding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.4</version>
<version>1.23.5</version>
<configuration>
<disableDefaultRuleSets>true</disableDefaultRuleSets>
<classPath>${generated.classpath}</classPath>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
<java.version>1.8</java.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<wire.version>4.9.5</wire.version>
<grpc.version>1.61.0</grpc.version>
<wire.version>4.9.6</wire.version>
<grpc.version>1.61.1</grpc.version>
<logback.version>1.4.14</logback.version>
<junit.version>5.10.1</junit.version>
<junit.version>5.10.2</junit.version>
<logstash.version>7.4</logstash.version>
</properties>

Expand Down

0 comments on commit 0a458aa

Please sign in to comment.