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: bhavik-goplani/RPS-Survey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2bc6da599e467c1cab60c228638e26b2d91d224a
Choose a base ref
..
head repository: bhavik-goplani/RPS-Survey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8067030c218849d50b206a8ee9e25b71e433e5d
Choose a head ref
Showing with 15 additions and 15 deletions.
  1. +7 −7 package-lock.json
  2. +1 −1 package.json
  3. +7 −7 yarn.lock
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"lucide-react": "^0.279.0",
"next": "13.3.2",
"next-themes": "^0.2.1",
"postcss": "8.4.43",
"postcss": "8.4.44",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2865,9 +2865,9 @@ path-type@^4.0.0:
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==

picocolors@^1.0.0, picocolors@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz"
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
version "1.1.0"
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz"
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==

picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
version "2.3.1"
@@ -2937,10 +2937,10 @@ postcss@8.4.14:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@8.4.43, postcss@^8.4.23:
version "8.4.43"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.43.tgz"
integrity sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==
postcss@8.4.44, postcss@^8.4.23:
version "8.4.44"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz"
integrity sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"