-
Notifications
You must be signed in to change notification settings - Fork 5
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
3f558ea
commit a4a048e
Showing
14 changed files
with
937 additions
and
582 deletions.
There are no files selected for viewing
262 changes: 131 additions & 131 deletions
262
.yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -48,14 +48,14 @@ | |
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", | ||
"@changesets/changelog-github": "0.4.8", | ||
"@changesets/cli": "2.26.2", | ||
"@commercetools-frontend/babel-preset-mc-app": "22.7.1", | ||
"@commercetools-frontend/eslint-config-mc-app": "22.7.1", | ||
"@commercetools-frontend/babel-preset-mc-app": "22.8.2", | ||
"@commercetools-frontend/eslint-config-mc-app": "22.8.2", | ||
"@commercetools/github-labels": "1.1.0", | ||
"@commitlint/cli": "17.7.1", | ||
"@commitlint/cli": "17.7.2", | ||
"@commitlint/config-conventional": "17.7.0", | ||
"@manypkg/cli": "0.21.0", | ||
"@manypkg/get-packages": "2.2.0", | ||
"@percy/cli": "1.27.1", | ||
"@percy/cli": "1.27.2", | ||
"@percy/cypress": "3.1.2", | ||
"@preconstruct/cli": "2.8.1", | ||
"@svgr/cli": "8.1.0", | ||
|
@@ -67,10 +67,10 @@ | |
"@testing-library/react": "14.0.0", | ||
"babel-jest": "29.7.0", | ||
"babel-plugin-typescript-to-proptypes": "2.1.0", | ||
"core-js": "3.32.2", | ||
"core-js": "3.33.0", | ||
"cross-env": "7.0.3", | ||
"cypress": "12.17.4", | ||
"eslint": "8.49.0", | ||
"eslint": "8.50.0", | ||
"eslint-formatter-pretty": "5.0.0", | ||
"eslint-import-resolver-webpack": "0.13.7", | ||
"eslint-plugin-import": "^2.27.5", | ||
|
@@ -79,7 +79,7 @@ | |
"jest": "29.7.0", | ||
"jest-environment-jsdom": "^29.4.2", | ||
"jest-preset-gatsby": "1.0.134", | ||
"jest-runner-eslint": "2.1.1", | ||
"jest-runner-eslint": "2.1.2", | ||
"jest-runner-prettier": "1.0.0", | ||
"jest-silent-reporter": "0.5.0", | ||
"jest-watch-typeahead": "2.2.2", | ||
|
@@ -91,7 +91,7 @@ | |
"react-dom": "18.2.0", | ||
"serve": "14.2.1", | ||
"shelljs": "0.8.5", | ||
"start-server-and-test": "2.0.0", | ||
"start-server-and-test": "2.0.1", | ||
"tsc-files": "^1.1.3", | ||
"typescript": "5.2.2", | ||
"vercel": "31.4.0" | ||
|
@@ -100,5 +100,5 @@ | |
"node": ">=18", | ||
"npm": ">=5" | ||
}, | ||
"packageManager": "[email protected].3" | ||
"packageManager": "[email protected].4" | ||
} |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.