Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriLojda committed Jan 25, 2024
1 parent 44fa9ad commit 103c833
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
26 changes: 16 additions & 10 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"start": "npm run build && node ./build/src/index.js",
"test:integration": "npm run build && jest --config=jestIntegrationTests.config.ts",
"test:unit": "jest --config=jestUnitTests.config.ts"

},
"files": [
"./build/**/*"
Expand All @@ -35,7 +34,7 @@
},
"homepage": "https://github.com/kontent-ai/data-ops#readme",
"dependencies": {
"@kontent-ai/management-sdk": "^5.7.0",
"@kontent-ai/management-sdk": "^5.8.0",
"chalk": "^5.3.0",
"jszip": "^3.10.1",
"yargs": "^17.7.2"
Expand All @@ -46,7 +45,7 @@
"@types/node": "^20.10.8",
"@types/uuid": "^9.0.7",
"@types/yargs": "^17.0.32",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"dprint": "^0.45.0",
"eslint": "^8.56.0",
"ts-jest": "^29.1.1",
Expand Down

0 comments on commit 103c833

Please sign in to comment.