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: code0-tech/landing-page
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ead21a7eadd0ed13b176257644a71c24c6878c69
Choose a base ref
..
head repository: code0-tech/landing-page
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1fc093e5b00502428d362a3b2d7b6b1e4a91a3cf
Choose a head ref
Showing with 96 additions and 96 deletions.
  1. +94 −94 package-lock.json
  2. +2 −2 package.json
188 changes: 94 additions & 94 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"dependencies": {
"@code0-tech/pictor": "^0.3.0",
"@tabler/icons-react": "^3.12.0",
"next": "14.2.16",
"next": "14.2.17",
"react": "^18",
"react-dom": "^18",
"sass": "^1.77.8"
@@ -21,7 +21,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.16",
"eslint-config-next": "14.2.17",
"typescript": "^5.6.3"
}
}