Skip to content

Commit

Permalink
fix: upgrade cli-app-scripts to fix package resolution (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Jan 3, 2020
1 parent 14f6f70 commit a52f7f3
Show file tree
Hide file tree
Showing 3 changed files with 4,997 additions and 197 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"homepage": ".",
"devDependencies": {
"@dhis2/cli-app-scripts": "^3.0.0",
"@dhis2/cli-app-scripts": "^3.1.0",
"cypress": "^3.6.1",
"eslint-plugin-cypress": "^2.7.0",
"redux-mock-store": "^1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^16.8"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^3.0.0"
"@dhis2/cli-app-scripts": "^3.1.0"
},
"scripts": {
"clean": "rm -rf ./build/*",
Expand Down

0 comments on commit a52f7f3

Please sign in to comment.