Skip to content

Commit

Permalink
feat: add method to check if integration package is existing (#64)
Browse files Browse the repository at this point in the history
* chore: bump dependencies

* feat: add method to check if integration package is existing

* chore: fix vitest dependency
  • Loading branch information
marcelschork committed Apr 3, 2024
1 parent f182772 commit 5edd7ec
Show file tree
Hide file tree
Showing 4 changed files with 920 additions and 765 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,29 @@
"bump-deps": "ncu -u"
},
"devDependencies": {
"@types/node": "20.11.26",
"@types/node": "20.12.3",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "1.3.1",
"@vitest/ui": "1.4.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"isolated": "3.0.25",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.15",
"npm-check-updates": "16.14.18",
"prettier": "3.2.5",
"replace-in-file": "7.1.0",
"shx": "0.3.4",
"simple-git-hooks": "2.10.0",
"typescript": "5.4.2",
"simple-git-hooks": "2.11.1",
"typescript": "5.4.3",
"uuid": "9.0.1",
"vite": "5.1.6",
"vitest": "1.3.1"
"vite": "5.2.7",
"vitest": "1.4.0"
},
"dependencies": {
"@odata/client": "2.21.8",
"axios": "1.6.7",
"axios": "1.6.8",
"loglevel": "1.9.1",
"zip-a-folder": "3.1.6"
}
Expand Down

0 comments on commit 5edd7ec

Please sign in to comment.