Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zooniverse/front-end-monorepo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b95940ec202ad825e331b0491c58407a744b21c
Choose a base ref
..
head repository: zooniverse/front-end-monorepo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 645f823b26b3a042f49b6cf26b9304b60f84f830
Choose a head ref
Showing with 122 additions and 96 deletions.
  1. +1 −1 packages/app-project/package.json
  2. +2 −2 packages/app-root/package.json
  3. +119 −93 yarn.lock
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
"mobx-react": "~9.1.0",
"mobx-state-tree": "~5.4.0",
"morgan": "^1.10.0",
"newrelic": "~12.3.1",
"newrelic": "~12.8.1",
"next": "~14.2.7",
"next-i18next": "~15.4.0",
"panoptes-client": "~5.6.0",
4 changes: 2 additions & 2 deletions packages/app-root/package.json
Original file line number Diff line number Diff line change
@@ -21,13 +21,13 @@
"@zooniverse/panoptes-js": "~0.5.0",
"@zooniverse/react-components": "~1.13.0",
"@zooniverse/user": "~0.1.0",
"contentful": "~10.10.0",
"contentful": "~11.2.5",
"express": "~4.21.0",
"grommet": "~2.41.0",
"grommet-icons": "~4.12.0",
"lodash": "~4.17.21",
"morgan": "~1.10.0",
"newrelic": "~12.3.1",
"newrelic": "~12.8.1",
"next": "~14.2.7",
"panoptes-client": "~5.6.0",
"react": "~18.2.0",
Loading