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: PaperMC/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d6b363f92724ecdcb34a5d105cb5bbc22a30d85
Choose a base ref
..
head repository: PaperMC/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4871e104c1afef5c0adcb5b3090221860a502419
Choose a head ref
Showing with 3,336 additions and 2,655 deletions.
  1. +2 −2 package.json
  2. +3,334 −2,653 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"@fontsource/poppins": "5.0.8",
"@headlessui/react": "1.7.17",
"clsx": "2.0.0",
"next": "14.2.1",
"next": "14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.6",
@@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-next": "14.2.1",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.1.0",
Loading