3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00
zeppelin/shared/package.json
dependabot[bot] 56f6146175
chore(deps): bump cacheable-request and ava in /shared
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together.


Removes `cacheable-request`

Updates `ava` from 2.4.0 to 5.2.0
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v2.4.0...v5.2.0)

---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: indirect
- dependency-name: ava
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-11 09:57:17 +00:00

26 lines
411 B
JSON

{
"name": "@zeppelin/shared",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"test": "ava"
},
"dependencies": {},
"devDependencies": {
"ava": "^5.2.0",
"ts-node": "^8.4.1"
},
"ava": {
"compileEnhancements": false,
"files": [
"src/**/*.test.ts"
],
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
}
}