Skip to content

Commit

Permalink
fix(deps): downgrade @dhis2/cli-app-scripts to work with Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Apr 12, 2024
1 parent a0f8826 commit a7af9fe
Show file tree
Hide file tree
Showing 2 changed files with 5,890 additions and 2,636 deletions.
4 changes: 2 additions & 2 deletions examples/query-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"test": "d2-app-scripts test"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.1.1"
"@dhis2/cli-app-scripts": "^9.0.1"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@dhis2/app-runtime": "*",
"@dhis2/ui": "^9.4.4",
"@dhis2/ui": "^8.16.0",
"@uiw/codemirror-theme-github": "^4.21.25",
"@uiw/codemirror-theme-monokai": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
Expand Down
Loading

0 comments on commit a7af9fe

Please sign in to comment.