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: algolia/npm-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f286209e468a32ef1521a5811050e12d388211a8
Choose a base ref
..
head repository: algolia/npm-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b1b72340fa82e9f6cd266fbd0472aead4b5e6c9
Choose a head ref
Showing with 149 additions and 105 deletions.
  1. +4 −4 package.json
  2. +145 −101 yarn.lock
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"dotenv": "16.4.5",
"eslint": "9.4.0",
"eslint": "9.5.0",
"eslint-config-algolia": "22.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
@@ -72,15 +72,15 @@
"eslint-plugin-jest": "26.8.2",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"husky": "8.0.1",
"jest": "29.7.0",
"lint-staged": "13.0.3",
"pre-commit": "1.2.2",
"prettier": "3.2.5",
"prettier": "3.3.1",
"renovate-config-algolia": "2.1.10",
"semantic-release": "22.0.12",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"validator": "13.12.0"
Loading