4 Commits

Author SHA1 Message Date
878e50cd40 fix(deps): update all dependencies 2025-11-20 01:10:04 +00:00
a7bfbd86e3 fix(deps): update dependency @apollo/client to v4 2025-11-13 01:29:53 +00:00
07d46607d1 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
Reviewed-on: https://git.front.kjuulh.io/cibus/cibus-frontend/pulls/1
2022-10-25 20:44:26 +00:00
358482748a chore(deps): add renovate.json
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-10-25 20:43:56 +00:00
3 changed files with 606 additions and 378 deletions

View File

@@ -8,7 +8,7 @@
"format:graphql": "prettier -w src/lib/graphql/generated.ts"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@apollo/client": "^4.0.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"next": "latest",

979
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}