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: LekoArts/gatsby-themes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af546bb48cb0d6a48bdd2ff1d3583106dbd45486
Choose a base ref
..
head repository: LekoArts/gatsby-themes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc94277e0834fe1905a569d961ef0be08560f5c8
Choose a head ref
Showing with 525 additions and 504 deletions.
  1. +8 −8 package.json
  2. +517 −496 yarn.lock
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.10",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.42",
"@swc/core": "^1.9.3",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.3.1",
@@ -51,9 +51,9 @@
"@types/three": "^0.168.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.6",
"cross-env": "^7.0.3",
"cypress": "^13.15.1",
"cypress": "^13.16.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
@@ -64,19 +64,19 @@
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"fs-extra": "^11.2.0",
"gatsby-cypress": "^3.13.1",
"gatsby-cypress": "^3.14.0",
"glob": "^10.4.5",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jsdom": "^24.1.3",
"lint-staged": "^15.2.10",
"plop": "^4.0.1",
"prettier": "^3.3.3",
"start-server-and-test": "^2.0.8",
"typescript": "^5.5.4",
"vitest": "^2.1.4"
"vitest": "^2.1.6"
},
"resolutions": {
"cypress": "^13.15.1"
"cypress": "^13.16.0"
},
"packageManager": "yarn@4.3.1"
}
Loading