Skip to content

Commit

Permalink
Merge pull request #3252 from nationalarchives/update/tdr-graphql-cli…
Browse files Browse the repository at this point in the history
…ent-0.0.120

Update tdr-graphql-client to 0.0.120
  • Loading branch information
vimleshtna authored Aug 18, 2023
2 parents 06744a4 + 7db6cc3 commit 1d02355
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.client" %% "core" % sttpVersion,
"com.softwaremill.sttp.client" %% "circe" % sttpVersion,
"com.softwaremill.sttp.client" %% "async-http-client-backend-future" % sttpVersion,
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.118",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.154",
"uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.120",
"uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.156",
"uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.339",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"ch.qos.logback" % "logback-classic" % "1.4.11",
Expand Down
56 changes: 28 additions & 28 deletions npm/package-lock.json

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

8 changes: 4 additions & 4 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@
"@aws-sdk/lib-storage": "^3.85.0",
"@aws-sdk/querystring-builder": "^3.374.0",
"@aws-sdk/protocol-http": "^3.374.0",
"@nationalarchives/file-information": "^1.0.522",
"@nationalarchives/file-information": "^1.0.523",
"@nationalarchives/tdr-components": "1.0.36",
"@nationalarchives/tdr-generated-graphql": "1.0.416",
"@nationalarchives/tdr-generated-graphql": "1.0.417",
"copyfiles": "^2.4.1",
"events": "^3.3.0",
"graphql": "^16.8.0",
"keycloak-js": "22.0.1",
"minify": "^10.3.0",
"npm-run-all": "^4.1.5",
"sass": "^1.65.1",
"sass": "^1.66.0",
"ts-loader": "^9.4.4",
"unfetch": "^5.0.0",
"util": "^0.12.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/jest-dom": "^6.0.1",
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down

0 comments on commit 1d02355

Please sign in to comment.