Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
1 parent 8e59613 commit c753337
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@chainlink/external-adapter-framework",
"version": "1.7.7",
"version": "2.0.0",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
"ajv": "8.17.1",
"axios": "1.7.9",
"eventsource": "2.0.2",
"fastify": "4.29.0",
"fastify": "5.2.0",
"ioredis": "5.4.1",
"mock-socket": "9.3.1",
"pino": "9.5.0",
Expand All @@ -34,24 +34,24 @@
"create-external-adapter": "adapter-generator.js"
},
"devDependencies": {
"@sinonjs/fake-timers": "13.0.5",
"@sinonjs/fake-timers": "14.0.0",
"@types/eventsource": "1.1.15",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/sinonjs__fake-timers": "8.1.5",
"@types/ws": "8.5.13",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"ava": "6.2.0",
"axios-mock-adapter": "2.1.0",
"c8": "10.1.2",
"eslint": "9.16.0",
"c8": "10.1.3",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-tsdoc": "0.4.0",
"mocksse": "1.0.4",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typedoc": "0.27.4",
"typedoc": "0.27.5",
"typescript": "5.7.2"
},
"prettier": {
Expand Down

0 comments on commit c753337

Please sign in to comment.