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: researchgate/react-fast-highlight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8411b8d69aceda10feefee5919a0ec27dc31bbf
Choose a base ref
..
head repository: researchgate/react-fast-highlight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 085d7f7eb2d052350f09470a6fd81b85ee3f6d63
Choose a head ref
Showing with 1,008 additions and 1,167 deletions.
  1. +2 −2 package.json
  2. +1,006 −1,165 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -61,8 +61,8 @@
"react": "16.14.0",
"react-dom": "16.14.0",
"rimraf": "3.0.2",
"spire": "5.0.4",
"spire-plugin-semantic-release": "5.0.1",
"spire": "5.0.8",
"spire-plugin-semantic-release": "5.0.9",
"typescript": "4.8.4"
},
"dependencies": {
Loading