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: prescottprue/redux-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 240352f1fcb659e9980c7aee2bb866f6bfd856b2
Choose a base ref
..
head repository: prescottprue/redux-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7af8f1f766a4c8b7152abc90d96287d028630a14
Choose a head ref
Showing with 282 additions and 234 deletions.
  1. +3 −3 package.json
  2. +279 −231 yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@
"devDependencies": {
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
@@ -75,7 +75,7 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.4",
"firebase": "11.1.0",
"firebase": "11.2.0",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"lodash-webpack-plugin": "0.11.6",
@@ -86,7 +86,7 @@
"rimraf": "5.0.10",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"terser-webpack-plugin": "5.3.10",
"terser-webpack-plugin": "5.3.11",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
Loading