Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent 03cd43a commit 2cb2cf2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"axios": "0.27.2",
"axios": "1.3.6",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"fast-check": "2.25.0",
"fast-check": "3.8.0",
"jest": "29.5.0",
"lerna": "6.6.1",
"prettier": "2.8.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-axios-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@jest/globals": "29.5.0",
"@smartlyio/oats-runtime": "^6.3.0",
"@types/form-data": "2.5.0",
"axios": "0.27.2",
"axios": "1.3.6",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"jsverify": "0.8.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.7",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"koa-body": "6.0.1",
"koa-router": "12.0.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"miragejs": "0.1.47",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"axios": "0.27.2",
"axios": "1.3.6",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
Expand All @@ -57,7 +57,7 @@
"prettier": "2.8.7",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.4"
},
"jest": {
"testEnvironment": "node",
Expand Down
4 changes: 2 additions & 2 deletions packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"@types/jest": "29.5.0",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"fast-check": "2.25.0",
"fast-check": "3.8.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
"prettier": "2.8.7",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.192",
"@types/node": "18.15.11",
"axios": "0.27.2",
"fast-check": "2.25.0",
"axios": "1.3.6",
"fast-check": "3.8.0",
"form-data": "4.0.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
Expand All @@ -61,6 +61,6 @@
"koa-router": "12.0.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.4"
}
}

0 comments on commit 2cb2cf2

Please sign in to comment.