-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcc3aa5
commit fd72ffb
Showing
2 changed files
with
255 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@swc-node/register": "^1.6.8", | ||
"@swc/core": "^1.3.100", | ||
"@swc/core": "^1.3.107", | ||
"@testing-library/cypress": "^10.0.1", | ||
"@testing-library/jest-dom": "^6.1.5", | ||
"@testing-library/react": "^14.1.2", | ||
|
@@ -51,9 +51,9 @@ | |
"@types/three": "^0.161.1", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"@vitest/coverage-v8": "^1.0.2", | ||
"@vitest/coverage-v8": "^1.2.2", | ||
"cross-env": "^7.0.3", | ||
"cypress": "^13.6.1", | ||
"cypress": "^13.6.4", | ||
"eslint": "^8.55.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^9.1.0", | ||
|
@@ -64,19 +64,19 @@ | |
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"fs-extra": "^11.2.0", | ||
"gatsby-cypress": "^3.12.0", | ||
"gatsby-cypress": "^3.13.1", | ||
"glob": "^10.3.10", | ||
"husky": "^8.0.3", | ||
"jsdom": "^23.0.1", | ||
"lint-staged": "^15.2.0", | ||
"plop": "^4.0.0", | ||
"jsdom": "^23.2.0", | ||
"lint-staged": "^15.2.1", | ||
"plop": "^4.0.1", | ||
"prettier": "^3.1.0", | ||
"start-server-and-test": "^2.0.3", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.0.2" | ||
"vitest": "^1.2.2" | ||
}, | ||
"resolutions": { | ||
"cypress": "^13.6.1" | ||
"cypress": "^13.6.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.