Skip to content

Commit

Permalink
Update metaed package version and xml2js (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored May 1, 2023
1 parent cff282f commit fb7b4ad
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@edfi/meadowlark-core": "^v0.3.0-pre-35",
"@edfi/meadowlark-utilities": "^v0.3.0-pre-35",
"@edfi/metaed-core": "4.0.1-dev.9",
"@edfi/metaed-core": "^4.0.1-dev.13",
"@opensearch-project/opensearch": "^2.1.0"
},
"devDependencies": {
Expand Down
42 changes: 21 additions & 21 deletions Meadowlark-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Meadowlark-js/packages/meadowlark-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@edfi/ed-fi-model-3.1": "3.0.1",
"@edfi/ed-fi-model-3.3b": "3.0.1",
"@edfi/meadowlark-utilities": "^v0.3.0-pre-35",
"@edfi/metaed-core": "4.0.1-dev.9",
"@edfi/metaed-plugin-edfi-api-schema": "4.0.1-dev.9",
"@edfi/metaed-plugin-edfi-unified": "4.0.1-dev.9",
"@edfi/metaed-core": "^4.0.1-dev.13",
"@edfi/metaed-plugin-edfi-api-schema": "^4.0.1-dev.13",
"@edfi/metaed-plugin-edfi-unified": "^4.0.1-dev.13",
"@isaacs/ttlcache": "^1.2.1",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
Expand All @@ -37,7 +37,7 @@
"semver": "^7.3.8",
"ts-invariant": "^0.10.3",
"winston": "^3.8.2",
"xml2js": "^0.4.23"
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.2",
Expand Down

0 comments on commit fb7b4ad

Please sign in to comment.