Skip to content

Commit 4f90561

Browse files
Update data model and data model validator dependencies (#709)
1 parent 31cb851 commit 4f90561

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

packages/openactive-broker-microservice/package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openactive-broker-microservice/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"author": "OpenActive Community <hello@openactive.io>",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@openactive/data-model-validator": "^3.0.2",
20-
"@openactive/data-models": "^3.0.7",
19+
"@openactive/data-model-validator": "^3.0.3",
20+
"@openactive/data-models": "^3.0.8",
2121
"@openactive/dataset-utils": "^1.0.1",
2222
"@openactive/harvesting-utils": "^0.2.2",
2323
"@openactive/openactive-openid-browser-automation": "file:../openactive-openid-browser-automation",
2424
"@openactive/openactive-openid-client": "file:../openactive-openid-client",
25-
"@openactive/rpde-validator": "^3.0.2",
25+
"@openactive/rpde-validator": "^3.0.3",
2626
"@openactive/test-interface-criteria": "file:../test-interface-criteria",
2727
"await-semaphore": "^0.1.3",
2828
"axios": "^0.19.2",

packages/openactive-integration-tests/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openactive-integration-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"license": "MIT",
1818
"eslintConfig": {},
1919
"dependencies": {
20-
"@openactive/data-model-validator": "^3.0.2",
21-
"@openactive/data-models": "^3.0.7",
20+
"@openactive/data-model-validator": "^3.0.3",
21+
"@openactive/data-models": "^3.0.8",
2222
"@openactive/models-ts": "^1.0.4",
2323
"@openactive/openactive-openid-client": "file:../openactive-openid-client",
2424
"@openactive/test-interface-criteria": "file:../test-interface-criteria",

0 commit comments

Comments
 (0)