Unverified Commit 6f3e5152 authored by John Davis's avatar John Davis Committed by GitHub
Browse files

Merge pull request #18000 from dannon/update-prebuilt-client

[24.0] Update prebuilt client
parents eeca0f19 769192fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "@galaxyproject/galaxy-client",
  "version": "23.1.1",
  "version": "24.0.0",
  "description": "Galaxy client application build system",
  "keywords": [
    "galaxy"
+2 −2
Original line number Diff line number Diff line
{
  "name": "@galaxyproject/galaxy",
  "version": "23.1.0",
  "version": "24.0.0",
  "description": ".. figure:: https://galaxyproject.org/images/galaxy-logos/galaxy_project_logo.jpg    :alt: Galaxy Logo",
  "main": "index.js",
  "scripts": {
@@ -17,7 +17,7 @@
  },
  "homepage": "https://github.com/galaxyproject/galaxy#readme",
  "dependencies": {
    "@galaxyproject/galaxy-client": "^23.1.1",
    "@galaxyproject/galaxy-client": "^24.0.0",
    "cpy-cli": "^5.0.0"
  }
}