Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tokland committed Jun 11, 2024
1 parent 8d8f3e5 commit 88beaff
Show file tree
Hide file tree
Showing 2 changed files with 643 additions and 125 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@dhis2/d2-i18n": "1.1.3",
"@dhis2/ui": "7.4.1",
"@eyeseetea/d2-api": "1.16.0-beta.6",
"@eyeseetea/d2-ui-components": "2.6.8",
"@eyeseetea/feedback-component": "0.1.2",
"@eyeseetea/d2-ui-components": "2.9.0-beta.3",
"@eyeseetea/feedback-component": "0.1.3-beta.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
Expand Down Expand Up @@ -62,7 +62,6 @@
"scripts": {
"clean": "npx rimraf build/ dist/",
"start": "yarn run-ts scripts/run.ts start-server -p ${PORT:-8081}",
"craco-start": "craco start",
"start-scheduler": "yarn run-ts --files src/scheduler/cli.ts",
"build": "yarn run-ts scripts/run.ts build",
"build-scheduler": "ncc build src/scheduler/cli.ts -m -o $npm_package_name-server && zip -r $npm_package_name-server.zip $npm_package_name-server && npx rimraf $npm_package_name-server/",
Expand Down Expand Up @@ -110,7 +109,6 @@
"@welldone-software/why-did-you-render": "6.2.1",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"craco": "0.0.3",
"cypress": "8.6.0",
"cypress-xpath": "1.6.2",
"d2-manifest": "1.0.0",
Expand Down
Loading

0 comments on commit 88beaff

Please sign in to comment.