Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 2cfcfe5 commit bacf742
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 46 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"ajv": "^8.17.1",
"axios": "1.7.4",
"ejs": "^3.1.10",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"fast-check": "2.25.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-prettier": "5.2.1",
"fast-check": "3.23.1",
"jest": "29.5.0",
"lerna": "6.6.2",
"prettier": "2.8.8",
"tinybench": "^2.9.0",
"lerna": "8.1.9",
"prettier": "3.3.3",
"tinybench": "^3.0.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"axios": "1.7.4",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@smartlyio/oats-runtime": "^7.5.1",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/node": "22.9.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
}
}
18 changes: 9 additions & 9 deletions packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.5.1",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8",
"typescript": "4.9.5"
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"typescript": "5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@types/koa": "2.13.6",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/node": "22.9.0",
"koa": "2.14.2",
"koa-body": "6.0.1",
"koa-router": "12.0.0",
"koa-router": "13.0.1",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"devDependencies": {
"@smartlyio/oats-runtime": "^7.5.1",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/node": "22.9.0",
"miragejs": "0.1.47",
"nodemon": "2.0.22",
"nodemon": "3.1.7",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/oats-mirage-adapter/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
]
},
"devDependencies": {
"@smartlyio/oats": "6.3.2"
"@smartlyio/oats": "7.5.1"
}
}
18 changes: 9 additions & 9 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"@smartlyio/oats-runtime": "^7.5.1",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"axios": "1.7.4",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.5.0",
"jsverify": "0.8.4",
"nock": "13.3.1",
"prettier": "2.8.8",
"prettier": "3.3.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"jest": {
"testEnvironment": "node",
Expand Down
8 changes: 4 additions & 4 deletions packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"devDependencies": {
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"fast-check": "2.25.0",
"@types/node": "22.9.0",
"fast-check": "3.23.1",
"jest": "29.5.0",
"jsverify": "0.8.4",
"prettier": "2.8.8",
"prettier": "3.3.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.195",
"@types/node": "18.16.18",
"@types/node": "22.9.0",
"axios": "1.7.4",
"fast-check": "2.25.0",
"fast-check": "3.23.1",
"form-data": "4.0.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
"koa": "2.14.2",
"koa-body": "6.0.1",
"koa-mount": "4.0.0",
"koa-router": "12.0.0",
"koa-router": "13.0.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.4"
Expand Down

0 comments on commit bacf742

Please sign in to comment.