Skip to content

Commit

Permalink
Merge pull request #1116 from JupiterOne/upgrade-data-model-0.61.11
Browse files Browse the repository at this point in the history
upgrade @jupiterone/data-model to 0.61.11
  • Loading branch information
RonaldEAM committed Sep 6, 2024
2 parents 61945d0 + d4bc101 commit 8c3d89a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/integration-sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"plop": "plop --plopfile dist/src/generator/newIntegration.js"
},
"dependencies": {
"@jupiterone/data-model": "^0.61.10",
"@jupiterone/data-model": "^0.61.11",
"@jupiterone/integration-sdk-core": "^13.5.0",
"@jupiterone/integration-sdk-runtime": "^13.5.0",
"chalk": "^4",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepack": "npm run build:dist"
},
"dependencies": {
"@jupiterone/data-model": "^0.61.10",
"@jupiterone/data-model": "^0.61.11",
"@jupiterone/integration-sdk-entity-validator": "^13.5.0",
"@sinclair/typebox": "^0.32.30",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-sdk-entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"generate-ts-classes": "npm run copy-schemas && rm -rf src && mkdir src && json2ts -i 'tools/copy-schemas/_schemas/*.json' -o src --cwd=tools/copy-schemas/_schemas --declareExternallyReferenced=false && ts-dedupe --duplicatesFile=src/Base.ts && npm run create-barrel"
},
"dependencies": {
"@jupiterone/data-model": "^0.61.10",
"@jupiterone/data-model": "^0.61.11",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 8c3d89a

Please sign in to comment.