Skip to content

Commit

Permalink
fix: try lower cli-app-scripts and UI version to fix Node version error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 13, 2024
1 parent a7af9fe commit 944c8bd
Show file tree
Hide file tree
Showing 2 changed files with 1,515 additions and 1,980 deletions.
4 changes: 2 additions & 2 deletions examples/query-playground/package.json
Expand Up @@ -11,12 +11,12 @@
"test": "d2-app-scripts test"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^9.0.1"
"@dhis2/cli-app-scripts": "<7.6.0"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@dhis2/app-runtime": "*",
"@dhis2/ui": "^8.16.0",
"@dhis2/ui": "^6.25.3",
"@uiw/codemirror-theme-github": "^4.21.25",
"@uiw/codemirror-theme-monokai": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
Expand Down

0 comments on commit 944c8bd

Please sign in to comment.