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: Belco90/octochangelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92c95580ace7df3f7bfffcbaa16b4701ba178660
Choose a base ref
..
head repository: Belco90/octochangelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 037643190ebabfac31e663c6185d41e13cb54d0e
Choose a head ref
Showing with 1,870 additions and 5,517 deletions.
  1. +3 −3 package.json
  2. +1,867 −5,514 pnpm-lock.yaml
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"type-check:cypress": "tsc --project cypress/tsconfig.json",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0 --report-unused-disable-directives",
"lint:fix": "pnpm lint -- --fix",
"prettier-base": "prettier . --ignore-path .gitignore --ignore-unknown",
"prettier-base": "prettier . --ignore-unknown",
"format": "pnpm prettier-base --write",
"format:check": "pnpm prettier-base --check",
"test": "jest",
@@ -41,7 +41,7 @@
"downshift": "6.1.7",
"framer-motion": "6.5.1",
"lodash-es": "4.17.21",
"next": "12.2.3",
"next": "12.2.4",
"next-seo": "5.5.0",
"nookies": "2.5.2",
"react": "18.2.0",
@@ -78,7 +78,7 @@
"@typescript-eslint/parser": "5.32.0",
"cypress": "9.7.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-jest": "26.7.0",
Loading