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: masonmcelvain/usehop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1475af663c3c2be48dc0bcd067413d769d32235
Choose a base ref
..
head repository: masonmcelvain/usehop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 723c3df4e149d1c53b3261bf8c6fbdafdff215d1
Choose a head ref
Showing with 165 additions and 156 deletions.
  1. +9 −9 package.json
  2. +156 −147 pnpm-lock.yaml
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/masonmcelvain/usehop"
},
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": "20.17.0"
},
@@ -22,24 +22,24 @@
"type-check": "tsc --pretty"
},
"dependencies": {
"next": "14.2.6",
"next": "14.2.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.3.0"
},
"devDependencies": {
"@types/node": "20.16.1",
"@types/react": "18.3.4",
"@types/node": "20.16.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"postcss": "8.4.41",
"lint-staged": "15.2.10",
"postcss": "8.4.43",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.10",
Loading