Compare commits
53 Commits
fc2e9d8358
...
1db7736e5c
Author | SHA1 | Date | |
---|---|---|---|
1db7736e5c | |||
|
37263f92b8 | ||
|
9a90baf2f0 | ||
|
157d0929c1 | ||
|
5621146feb | ||
|
520d447766 | ||
|
123136de96 | ||
|
3caebe6315 | ||
|
e6cc88e627 | ||
|
41210a4108 | ||
|
c3a47cd719 | ||
|
baf5fbe884 | ||
|
e55f6e7313 | ||
|
418d11c4c2 | ||
|
535bc77c1d | ||
|
ecdf29c810 | ||
|
0cc9b360a0 | ||
|
3146b7d8ff | ||
|
2fbfa4c7ea | ||
|
09ea46894b | ||
|
95c611be06 | ||
|
46cb29e7a7 | ||
|
3fbc171e08 | ||
|
e7aed8d14c | ||
|
11c8096f2b | ||
|
739d5cdd86 | ||
|
b952580683 | ||
|
b811b18f1c | ||
|
0891a75e43 | ||
|
4809d49b3a | ||
|
26cd3a85fe | ||
|
0e243c440e | ||
|
41644e84bf | ||
|
518e4cfc24 | ||
|
87caf3be2e | ||
|
1520e9e745 | ||
|
1877057899 | ||
|
2126df3465 | ||
|
1b5a079fa0 | ||
|
c23021cb8f | ||
|
7c7f1fbdcf | ||
|
9ee1372270 | ||
|
3122d70c89 | ||
|
248261b485 | ||
|
20dac86216 | ||
|
3a9c751eae | ||
|
c89ec71238 | ||
|
6bcd43c884 | ||
|
2715899bb6 | ||
|
ce4ee166eb | ||
|
95a9b0bdc6 | ||
|
12861d22e1 | ||
|
04314b73e6 |
@ -1,12 +1,12 @@
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
id("org.springframework.boot") version "3.0.0" apply false
|
||||
id("org.springframework.boot") version "3.0.2" apply false
|
||||
id("io.spring.dependency-management") version "1.1.0" apply false
|
||||
kotlin("jvm") version "1.7.22" apply false
|
||||
kotlin("plugin.spring") version "1.7.22" apply false
|
||||
kotlin("plugin.jpa") version "1.7.22" apply false
|
||||
id("com.netflix.dgs.codegen") version "5.6.3" apply false
|
||||
kotlin("jvm") version "1.8.0" apply false
|
||||
kotlin("plugin.spring") version "1.8.0" apply false
|
||||
kotlin("plugin.jpa") version "1.8.0" apply false
|
||||
id("com.netflix.dgs.codegen") version "5.6.6" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
@ -4,12 +4,12 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.4.5",
|
||||
"antd": "^4.16.10",
|
||||
"graphql": "^15.5.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"subscriptions-transport-ws": "^0.9.19",
|
||||
"web-vitals": "^1.0.1"
|
||||
"antd": "^5.0.0",
|
||||
"graphql": "^16.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"subscriptions-transport-ws": "^0.11.0",
|
||||
"web-vitals": "^3.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "craco start",
|
||||
@ -36,16 +36,16 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@craco/craco": "^6.2.0",
|
||||
"craco-less": "^1.18.0",
|
||||
"@craco/craco": "^7.0.0",
|
||||
"craco-less": "^2.0.0",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/react": "^13.0.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"react-scripts": "4.0.3",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
12166
client/yarn.lock
12166
client/yarn.lock
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@ plugins {
|
||||
dependencies {
|
||||
api(project(":cubetiq-security-web"))
|
||||
|
||||
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.4.5"))
|
||||
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:6.0.0"))
|
||||
implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter")
|
||||
runtimeOnly("com.netflix.graphql.dgs:graphql-dgs-subscriptions-websockets-autoconfigure")
|
||||
|
||||
|
@ -33,3 +33,4 @@ dgs:
|
||||
graphql:
|
||||
graphiql:
|
||||
enabled: true
|
||||
path: /graphiql
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user