-
-
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
4b4dab2
commit 3a1bc04
Showing
8 changed files
with
208 additions
and
401 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 |
---|---|---|
|
@@ -58,22 +58,22 @@ | |
"@babel/preset-env": "7.26.0", | ||
"@babel/preset-react": "7.25.9", | ||
"@babel/preset-typescript": "7.26.0", | ||
"@biomejs/biome": "1.9.3", | ||
"@biomejs/biome": "1.9.4", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.9", | ||
"@commercetools/jest-enzyme-matchers": "1.1.2", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@manypkg/cli": "0.21.4", | ||
"@manypkg/cli": "0.22.0", | ||
"@preconstruct/cli": "2.8.9", | ||
"@types/jest": "29.5.13", | ||
"@types/lodash": "4.17.10", | ||
"@types/node": "20.16.11", | ||
"@types/jest": "29.5.14", | ||
"@types/lodash": "4.17.13", | ||
"@types/node": "20.17.4", | ||
"babel-jest": "29.7.0", | ||
"babel-plugin-transform-dynamic-import": "2.1.0", | ||
"check-node-version": "4.2.1", | ||
"colors": "1.4.0", | ||
"core-js": "3.38.1", | ||
"core-js": "3.39.0", | ||
"cross-env": "7.0.3", | ||
"husky": "9.1.6", | ||
"jest": "29.7.0", | ||
|
@@ -86,7 +86,7 @@ | |
"rimraf": "6.0.1", | ||
"ts-jest": "29.2.5", | ||
"ts-node": "10.9.2", | ||
"tslib": "2.7.0", | ||
"tslib": "2.8.0", | ||
"typescript": "5.6.3" | ||
}, | ||
"keywords": [ | ||
|
@@ -98,7 +98,7 @@ | |
"HoC", | ||
"store-enhancer" | ||
], | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"preconstruct": { | ||
"packages": [ | ||
"demo", | ||
|
@@ -109,7 +109,7 @@ | |
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@types/react": "18.3.11", | ||
"@types/react": "18.3.12", | ||
"@types/react-dom": "18.3.1" | ||
}, | ||
"patchedDependencies": { | ||
|
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.