-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
5337e51
commit d26408b
Showing
19 changed files
with
555 additions
and
715 deletions.
There are no files selected for viewing
312 changes: 156 additions & 156 deletions
312
.yarn/releases/yarn-3.6.0.cjs → .yarn/releases/yarn-3.6.1.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
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 |
---|---|---|
|
@@ -37,9 +37,9 @@ | |
}, | ||
"homepage": "https://github.com/tdeekens/flopflip#readme", | ||
"dependencies": { | ||
"@babel/cli": "7.22.5", | ||
"@babel/core": "7.22.5", | ||
"@babel/eslint-parser": "7.22.5", | ||
"@babel/cli": "7.22.9", | ||
"@babel/core": "7.22.9", | ||
"@babel/eslint-parser": "7.22.9", | ||
"@babel/plugin-external-helpers": "7.22.5", | ||
"@babel/plugin-proposal-class-properties": "7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "7.22.5", | ||
|
@@ -54,61 +54,61 @@ | |
"@babel/plugin-transform-modules-commonjs": "7.22.5", | ||
"@babel/plugin-transform-react-constant-elements": "7.22.5", | ||
"@babel/plugin-transform-regenerator": "7.22.5", | ||
"@babel/plugin-transform-runtime": "7.22.5", | ||
"@babel/plugin-transform-runtime": "7.22.9", | ||
"@babel/polyfill": "7.12.1", | ||
"@babel/preset-env": "7.22.5", | ||
"@babel/preset-env": "7.22.9", | ||
"@babel/preset-react": "7.22.5", | ||
"@babel/preset-typescript": "7.22.5", | ||
"@changesets/changelog-github": "0.4.8", | ||
"@changesets/cli": "2.26.1", | ||
"@changesets/cli": "2.26.2", | ||
"@commercetools/jest-enzyme-matchers": "1.1.2", | ||
"@commitlint/cli": "17.6.5", | ||
"@commitlint/config-conventional": "17.6.5", | ||
"@commitlint/cli": "17.6.7", | ||
"@commitlint/config-conventional": "17.6.7", | ||
"@manypkg/cli": "0.21.0", | ||
"@preconstruct/cli": "2.7.0", | ||
"@types/jest": "29.5.2", | ||
"@preconstruct/cli": "2.8.1", | ||
"@types/jest": "29.5.3", | ||
"@types/lodash": "4.14.195", | ||
"@types/node": "18.16.18", | ||
"@typescript-eslint/eslint-plugin": "5.60.0", | ||
"@typescript-eslint/parser": "5.60.0", | ||
"babel-jest": "29.5.0", | ||
"@types/node": "18.17.0", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
"babel-jest": "29.6.1", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-transform-dynamic-import": "2.1.0", | ||
"check-node-version": "4.2.1", | ||
"codecov": "3.8.3", | ||
"colors": "1.4.0", | ||
"core-js": "3.31.0", | ||
"core-js": "3.31.1", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.43.0", | ||
"eslint": "8.45.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-config-xo": "0.43.1", | ||
"eslint-config-xo-react": "0.27.0", | ||
"eslint-config-xo-typescript": "1.0.1", | ||
"eslint-formatter-pretty": "5.0.0", | ||
"eslint-plugin-jest": "27.2.2", | ||
"eslint-plugin-jest": "27.2.3", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"eslint-plugin-react": "7.32.2", | ||
"eslint-plugin-react": "7.33.0", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-simple-import-sort": "10.0.0", | ||
"eslint-plugin-testing-library": "5.11.0", | ||
"husky": "8.0.3", | ||
"jest": "29.5.0", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jest": "29.6.1", | ||
"jest-environment-jsdom": "29.6.1", | ||
"jest-localstorage-mock": "2.4.26", | ||
"lint-staged": "13.2.2", | ||
"lint-staged": "13.2.3", | ||
"pinst": "3.0.0", | ||
"prettier": "3.0.0", | ||
"raf": "3.4.1", | ||
"regenerator-runtime": "0.13.11", | ||
"rimraf": "5.0.1", | ||
"ts-jest": "29.1.0", | ||
"ts-jest": "29.1.1", | ||
"ts-node": "10.9.1", | ||
"tslib": "2.5.3", | ||
"typescript": "5.1.3" | ||
"tslib": "2.6.0", | ||
"typescript": "5.1.6" | ||
}, | ||
"resolutions": { | ||
"@types/react": "18.2.13", | ||
"@types/react-dom": "18.2.6" | ||
"@types/react": "18.2.15", | ||
"@types/react-dom": "18.2.7" | ||
}, | ||
"keywords": [ | ||
"react", | ||
|
@@ -122,7 +122,7 @@ | |
"workspaces": [ | ||
"packages/*" | ||
], | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"preconstruct": { | ||
"packages": [ | ||
"demo", | ||
|
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
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.