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: reduxjs/reselect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0fb860a5b20e647619a70164d7aee1f637040562
Choose a base ref
..
head repository: reduxjs/reselect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37a1f17a221c26cfeb1a6a20d38124e6e1cc82fb
Choose a head ref
Showing with 157 additions and 105 deletions.
  1. +2 −2 codemods/package.json
  2. +155 −103 yarn.lock
4 changes: 2 additions & 2 deletions codemods/package.json
Original file line number Diff line number Diff line change
@@ -44,14 +44,14 @@
"@eslint/js": "^9.18.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"jiti": "^2.4.2",
"prettier": "^3.4.2",
"reselect": "workspace:^",
"typescript-eslint": "^8.20.0",
"vitest": "^2.1.8"
"vitest": "^3.0.2"
},
"engines": {
"node": ">= 16"
Loading