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: prog-g/dcc-report
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 06f01a397b3e4115976b581697b4eb32c6843875
Choose a base ref
..
head repository: prog-g/dcc-report
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a793380554e60b30c36dea99d77b34cc0f51f01b
Choose a head ref
Showing with 269 additions and 268 deletions.
  1. +4 −4 package.json
  2. +265 −264 yarn.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@types/react": "^17.0.24",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/webpack-dev-server": "^3.11.6",
"@typescript-eslint/eslint-plugin": "^4.21.0",
@@ -48,7 +48,7 @@
"webpack-dev-server": "^3.11.2"
},
"resolutions": {
"@types/react": "^17.0.24"
"@types/react": "^17.0.27"
},
"prettier": {}
}
Loading