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: c8e907f482a8bfa840c37f942c5e97ced5fa7f42
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: 71648a21f4be774d210df2e0e8700fe22f5add3a
Choose a head ref
Showing with 9 additions and 9 deletions.
  1. +4 −4 package-lock.json
  2. +1 −1 package.json
  3. +4 −4 yarn.lock
8 changes: 4 additions & 4 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.5.2",
"postcss": "8.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2937,10 +2937,10 @@ postcss@8.4.14:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@8.5.2, postcss@^8.4.23:
version "8.5.2"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz"
integrity sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==
postcss@8.5.3, postcss@^8.4.23:
version "8.5.3"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz"
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
dependencies:
nanoid "^3.3.8"
picocolors "^1.1.1"