Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update one-app-ducks to 4.3.1 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Singleton authored Feb 24, 2021
1 parent 34ca7d7 commit c466a3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/generator-one-app-module/__tests__/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('generator-one-app-module', () => {
it('installs intl dependencies and test scripts', () => {
assert.jsonFileContent('package.json', {
dependencies: {
'@americanexpress/one-app-ducks': '^4.2.2',
'@americanexpress/one-app-ducks': '^4.3.1',
immutable: '^4.0.0-rc.12',
'prop-types': '^15.7.2',
'react-intl': '^5.10.6',
Expand Down Expand Up @@ -201,7 +201,7 @@ describe('generator-one-app-module', () => {
it('installs intl dependencies and test scripts', () => {
assert.jsonFileContent('package.json', {
dependencies: {
'@americanexpress/one-app-ducks': '^4.2.2',
'@americanexpress/one-app-ducks': '^4.3.1',
immutable: '^4.0.0-rc.12',
'prop-types': '^15.7.2',
'react-intl': '^5.10.6',
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-one-app-module/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ module.exports = class extends Generator {
);
this.fs.extendJSON(this.destinationPath('package.json'), {
dependencies: {
'@americanexpress/one-app-ducks': '^4.2.2',
'@americanexpress/one-app-ducks': '^4.3.1',
immutable: '^4.0.0-rc.12',
'prop-types': '^15.7.2',
'react-intl': '^5.10.6',
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@americanexpress/one-app-ducks@*":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@americanexpress/one-app-ducks/-/one-app-ducks-4.3.0.tgz#62c14f61b4a9c7e53a479a7ef93061a7745d8cc4"
integrity sha512-iuETfs3j8LuF1kkaHtBDB2bRwK55CMKSpj3UmjonjC4terbqTB+cjLDBWwVI9ct2Xd98rVLLKay0G8YbHO2Y5A==
"@americanexpress/one-app-ducks@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@americanexpress/one-app-ducks/-/one-app-ducks-4.3.1.tgz#9c12faeddb687aaf02f2ec9a92d4311b3a7f87f0"
integrity sha512-DSa1DdJsrB0pCuduwqU6pPaTntT5z6w41sbj4qk9WhjitFMFJmnhcQPOdLtt5HBi2L29ZMYDGEP/G8E2iDIFYg==
dependencies:
holocron "^1.0.0"
immutable "^4.0.0-rc.12"
Expand Down

0 comments on commit c466a3e

Please sign in to comment.