-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add missing babel dependency. * Bump version to 2.7.2-preview.0 * Update CHANGELOG.md
- Loading branch information
Showing
29 changed files
with
1,048 additions
and
848 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "commerce-sdk-react-preview", | ||
"version": "2.7.1", | ||
"version": "2.7.2-preview.0", | ||
"description": "A library that provides react hooks for fetching data from Commerce Cloud", | ||
"author": "[email protected]", | ||
"license": "See license in LICENSE", | ||
|
@@ -60,7 +60,7 @@ | |
"@types/react-dom": "^17.0.19", | ||
"@types/react-helmet": "^6.1.6", | ||
"cross-env": "^5.2.1", | ||
"internal-lib-build": "^2.7.1", | ||
"internal-lib-build": "^2.7.2-preview.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"nock": "^13.3.0", | ||
"react": "^17.0.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "pwa-kit-create-app", | ||
"version": "2.7.1", | ||
"version": "2.7.2-preview.0", | ||
"description": "Salesforce's project generator tool", | ||
"author": "[email protected]", | ||
"license": "See license in LICENSE", | ||
|
@@ -39,7 +39,7 @@ | |
"tar": "^6.1.13" | ||
}, | ||
"devDependencies": { | ||
"internal-lib-build": "^2.7.1", | ||
"internal-lib-build": "^2.7.2-preview.0", | ||
"verdaccio": "^5.22.1" | ||
} | ||
} |
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.