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: EmberMN/ember-cli-plotly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 56231256b03c41e0d6f6d96b9ed6e34c326d2b83
Choose a base ref
..
head repository: EmberMN/ember-cli-plotly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b59ac280eebf610047cb8ae9bbcb371de7eed06
Choose a head ref
Showing with 975 additions and 857 deletions.
  1. +1 −1 package.json
  2. +974 −856 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@
"qunit": "^2.16.0",
"qunit-dom": "1.6.0",
"safe-json-stringify": "1.2.0",
"testdouble": "3.18.0"
"testdouble": "3.19.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Loading