Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed May 22, 2024
1 parent 0da8e87 commit c09d03d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Event charts app",
"main": "index.html",
"scripts": {
"postinstall": "patch-package",
"lint": "./node_modules/eslint/bin/eslint.js src `git diff --cached --name-only | grep \\.js$`",
"validate": "npm ls --depth 0",
"prestart": "d2-manifest package.json manifest.webapp",
Expand All @@ -28,7 +27,7 @@
},
"homepage": "https://github.com/dhis2/event-charts-app#readme",
"dependencies": {
"d2-analysis": "33.1.0-ev.0",
"d2-analysis": "33.1.0-ev.1",
"d2-charts-api": "29.0.1",
"d2-utilizr": "0.2.13"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,10 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"

[email protected].0:
version "33.1.0-ev.0"
resolved "https://registry.yarnpkg.com/d2-analysis/-/d2-analysis-33.1.0-ev.0.tgz#c82294d30adab67b46bcf453bee4cde223d37f18"
integrity sha512-cICKgC5+THQ59DqODHZQ+uHxsgszxp1JwIzs87dVVhNuZwhmrsU4nwXXS38vi368Es+ZpEr20HHgsKyLAnt7Zg==
[email protected].1:
version "33.1.0-ev.1"
resolved "https://registry.yarnpkg.com/d2-analysis/-/d2-analysis-33.1.0-ev.1.tgz#fd3c21645f62c52431e73bc2ecb2da3204c7d94f"
integrity sha512-a1LzXYK9BaQmSMA/VklHdz7CN/UMneYFCTaeY93hzV4BF2Bd19L6IzTEA2WSEE3khUzpJ0C2JPcF9D0eYcC+Wg==
dependencies:
"@dhis2/d2-ui-rich-text" "^5.1.0"
d2-utilizr "^0.2.16"
Expand Down

0 comments on commit c09d03d

Please sign in to comment.