Skip to content

Commit

Permalink
Merge pull request #4306 from nulib/deploy/staging
Browse files Browse the repository at this point in the history
Deploy v9.6.2 to production
  • Loading branch information
kdid authored Jan 24, 2025
2 parents 0bed78e + 372dcd0 commit d3f4afc
Show file tree
Hide file tree
Showing 18 changed files with 1,418 additions and 1,023 deletions.
1,654 changes: 1,357 additions & 297 deletions app/assets/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions app/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@honeybadger-io/react": "^6.1.7",
"@nulib/design-system": "^1.5.1",
"@radix-ui/react-dialog": "^1.1.2",
"@samvera/clover-iiif": "^2.11.2",
"@samvera/clover-iiif": "^2.12.0",
"@samvera/image-downloader": "^1.1.1",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
Expand All @@ -43,7 +43,7 @@
"classnames": "^2.5.1",
"downshift": "^9.0.8",
"edtf": "^4.6.0",
"esbuild-plugin-svgr": "^2.1.0",
"esbuild-plugin-svgr": "^3.1.0",
"faker": "^5.5.3",
"file-saver": "^2.0.5",
"graphql": "^16.9.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@creativebulma/bulma-tooltip": "^1.2.0",
"@elastic/elasticsearch-mock": "^2.0.1",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.4.0",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@nulib/dcapi-types": "^2.6.0",
"@nulib/prettier-config": "^1.2.0",
Expand All @@ -96,18 +96,18 @@
"@types/react-router-dom": "^5.3.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"coveralls": "^3.1.1",
"esbuild": "^0.19.12",
"esbuild": "^0.24.0",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-path-alias": "^1.0.7",
"esbuild-sass-plugin": "^2.16.1",
"esbuild-sass-plugin": "^3.3.1",
"glob": "^11.0.0",
"jest": "^29.7.0",
"jest-localstorage-mock": "^2.4.21",
"lodash.debounce": "^4.0.8",
"lodash.isnull": "^3.0.0",
"lodash.isundefined": "3.0.1",
"node-fetch": "^2.6.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.0",
Expand Down
89 changes: 0 additions & 89 deletions app/lib/edtf.ex

This file was deleted.

35 changes: 0 additions & 35 deletions app/lib/edtf/humanize.ex

This file was deleted.

85 changes: 0 additions & 85 deletions app/lib/edtf/humanize/date.ex

This file was deleted.

86 changes: 0 additions & 86 deletions app/lib/edtf/humanize/list.ex

This file was deleted.

1 change: 0 additions & 1 deletion app/lib/meadow/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ defmodule Meadow.Application do
end

base_children = [
EDTF,
{Phoenix.PubSub, [name: Meadow.PubSub, adapter: Phoenix.PubSub.PG2]},
Meadow.Telemetry,
{Registry, keys: :unique, name: Meadow.TaskRegistry}
Expand Down
3 changes: 2 additions & 1 deletion app/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Meadow.MixProject do
use Mix.Project

@app_version "9.6.1"
@app_version "9.6.2"

def project do
[
Expand Down Expand Up @@ -64,6 +64,7 @@ defmodule Meadow.MixProject do
{:ecto_psql_extras, "~> 0.2"},
{:ecto_ranked, "~> 0.5"},
{:ecto_sql, "~> 3.0 and >= 3.4.4"},
{:edtf, "~> 1.0"},
{:elastix, "~> 0.10.0"},
{:ets, "~> 0.9.0"},
{:ex_aws, "~> 2.5.0"},
Expand Down
Loading

0 comments on commit d3f4afc

Please sign in to comment.