Skip to content

Commit

Permalink
fix: upgrade app-plaform to prevent accidental plugin builds (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored Sep 19, 2024
1 parent c51c234 commit 437a499
Show file tree
Hide file tree
Showing 3 changed files with 3,689 additions and 5,919 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cypress:live": "start-server-and-test 'yarn start:nobrowser' http://localhost:3000 'yarn cypress open --env networkMode=live'"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^10.2.0",
"@dhis2/cli-app-scripts": "^11.7.1",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cli-utils-cypress": "^8.0.1",
"@dhis2/cypress-commands": "^8.0.1",
Expand All @@ -35,7 +35,7 @@
"@dhis2/app-runtime": "^3.7.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui": "^8.7.6",
"@dhis2/ui": "^9.11.4",
"final-form": "^4.19.1"
}
}
2 changes: 1 addition & 1 deletion src/views/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './Home'
export * from './Home.js'
Loading

1 comment on commit 437a499

@dhis2-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.