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: tomoya/storybook-addon-matrix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd61fcfbb4ab4c408beeab68116b1ff4d6708637
Choose a base ref
..
head repository: tomoya/storybook-addon-matrix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84d591e7b624fecb638aaa8a94962f6c0df103e2
Choose a head ref
Showing with 1,129 additions and 1,179 deletions.
  1. +2 −2 example/package.json
  2. +1,069 −1,119 example/yarn.lock
  3. +1 −1 package.json
  4. +57 −57 yarn.lock
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
},
"devDependencies": {
"@babel/core": "7.9.6",
"@storybook/addons": "6.5.9",
"@storybook/react": "6.5.9",
"@storybook/addons": "6.5.12",
"@storybook/react": "6.5.12",
"@types/styled-system": "5.1.9",
"babel-loader": "8.1.0",
"storybook-addon-matrix": "1.6.0",
Loading