File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed
subscriptions/apollo_rabbitmq
graphql-amqp-subscriptions-engine Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 26
26
ports :
27
27
- 7687:7687
28
28
rabbitmq :
29
- image : rabbitmq@sha256:df526e3ab6de6230d69ac204daf13fa72c0268a564d147a85778423df0a0aa45
29
+ image : rabbitmq@sha256:4250d52230f1c1a92e6947fcc56e6f2484e32aa8c6ef5ded9cacb8c365adaf3c
30
30
env :
31
31
RABBITMQ_DEFAULT_USER : guest
32
32
RABBITMQ_DEFAULT_PASS : guest
Original file line number Diff line number Diff line change 1
1
version : ' 3.5'
2
2
services :
3
3
rabbitmq :
4
- image : rabbitmq:3.13-management@sha256:e3953d1821905aea159c7467607a93e2fea07ad21978db30dec4433ef5b44770
4
+ image : rabbitmq:3.13-management@sha256:ba406c7daaef53b59c92a13db37a27d0425579a40c59266d10022a40a8ba7242
5
5
ports :
6
6
- " 5672:5672"
7
7
- " 15672:15672"
Original file line number Diff line number Diff line change 1
1
version : ' 3.5'
2
2
services :
3
3
rabbitmq :
4
- image : rabbitmq:3.13-management@sha256:e3953d1821905aea159c7467607a93e2fea07ad21978db30dec4433ef5b44770
4
+ image : rabbitmq:3.13-management@sha256:ba406c7daaef53b59c92a13db37a27d0425579a40c59266d10022a40a8ba7242
5
5
ports :
6
6
- " 5672:5672"
7
7
- " 15672:15672"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
# This is just for local testing
3
3
services :
4
4
rabbitmq :
5
- image : rabbitmq:3.13-management@sha256:e3953d1821905aea159c7467607a93e2fea07ad21978db30dec4433ef5b44770
5
+ image : rabbitmq:3.13-management@sha256:ba406c7daaef53b59c92a13db37a27d0425579a40c59266d10022a40a8ba7242
6
6
ports :
7
7
- " 5672:5672"
8
8
- " 15672:15672"
Original file line number Diff line number Diff line change 40
40
"@types/cors" : " 2.8.17" ,
41
41
"@types/debug" : " 4.1.12" ,
42
42
"@types/jest" : " 29.5.12" ,
43
- "@types/node" : " 20.11.24 " ,
43
+ "@types/node" : " 20.11.25 " ,
44
44
"camelcase" : " 6.3.0" ,
45
45
"graphql-ws" : " 5.15.0" ,
46
46
"jest" : " 29.7.0" ,
Original file line number Diff line number Diff line change 1
- FROM ibmjava:8-jre@sha256:c21f783e875d0d8479247ff12e5b1d7a8d8f29cc790514eb5a653fead86e74ab
1
+ FROM ibmjava:8-jre@sha256:8c584ca97e5b95c4b3bb6f58f89cb71bd399bda55abaf6de74e7c7e35bafb8d3
2
2
WORKDIR /usr/local/qpid
3
3
RUN apt-get update && apt-get install -y curl \
4
4
&& curl https://dlcdn.apache.org/qpid/broker-j/8.0.6/binaries/apache-qpid-broker-j-8.0.6-bin.tar.gz \
Original file line number Diff line number Diff line change 75
75
"@types/codemirror" : " 5.60.15" ,
76
76
"@types/lodash.debounce" : " 4.0.9" ,
77
77
"@types/prettier" : " 2.7.3" ,
78
- "@types/react-dom" : " 18.2.20 " ,
78
+ "@types/react-dom" : " 18.2.21 " ,
79
79
"@types/webpack" : " 5.28.5" ,
80
80
"autoprefixer" : " 10.4.18" ,
81
81
"compression-webpack-plugin" : " 11.1.0" ,
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export const Main = () => {
92
92
role = "button"
93
93
tabIndex = { 0 }
94
94
>
95
- Want us to manage your < strong > Neo4j GraphQL API</ strong > ? Register your interest here!
95
+ Click here to register for < strong > GraphQL API for Neo4j Aura - Early Access Program </ strong >
96
96
</ div >
97
97
) ;
98
98
} ;
Original file line number Diff line number Diff line change 56
56
"@types/is-uuid" : " 1.0.2" ,
57
57
"@types/jest" : " 29.5.12" ,
58
58
"@types/jsonwebtoken" : " 9.0.6" ,
59
- "@types/node" : " 20.11.24 " ,
59
+ "@types/node" : " 20.11.25 " ,
60
60
"@types/pluralize" : " 0.0.33" ,
61
61
"@types/randomstring" : " 1.1.12" ,
62
62
"@types/semver" : " 7.5.8" ,
Original file line number Diff line number Diff line change 38
38
"devDependencies" : {
39
39
"@neo4j/graphql" : " ^5.0.0" ,
40
40
"@types/jest" : " 29.5.12" ,
41
- "@types/node" : " 20.11.24 " ,
41
+ "@types/node" : " 20.11.25 " ,
42
42
"@types/pluralize" : " 0.0.33" ,
43
43
"jest" : " 29.7.0" ,
44
44
"ts-jest" : " 29.1.2" ,
You can’t perform that action at this time.
0 commit comments