Skip to content

Commit 8bcd1e5

Browse files
chore: resolve conflicts
2 parents 0354e5e + 8c4b99d commit 8bcd1e5

File tree

119 files changed

+1020
-610323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+1020
-610323
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
packages/*/package-lock.json
2+
sample/*/package-lock.json
23

34
# dependencies
45
node_modules/
@@ -10,7 +11,7 @@ node_modules/
1011
/.devcontainer
1112
/.classpath
1213
/.project
13-
/.settings
14+
/.settings
1415
*.code-workspace
1516

1617
# Vim

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2017-2024 Kamil Mysliwiec <https://kamilmysliwiec.com>
3+
Copyright (c) 2017-2025 Kamil Mysliwiec <https://kamilmysliwiec.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

integration/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- "9001:9001"
2626
restart: always
2727
mysql:
28-
image: mysql:8.4.3
28+
image: mysql:9.1.0
2929
environment:
3030
MYSQL_ROOT_HOST: '%'
3131
MYSQL_ROOT_PASSWORD: root
@@ -51,7 +51,7 @@ services:
5151
zookeeper:
5252
container_name: test-zookeeper
5353
hostname: zookeeper
54-
image: confluentinc/cp-zookeeper:7.7.1
54+
image: confluentinc/cp-zookeeper:7.8.0
5555
ports:
5656
- "2181:2181"
5757
environment:
@@ -60,7 +60,7 @@ services:
6060
kafka:
6161
container_name: test-kafka
6262
hostname: kafka
63-
image: confluentinc/cp-kafka:7.7.1
63+
image: confluentinc/cp-kafka:7.8.0
6464
depends_on:
6565
- zookeeper
6666
ports:

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "10.4.11"
6+
"version": "10.4.15"
77
}

0 commit comments

Comments
 (0)