Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smartlyio/oats
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e7c55e064c0d20456c9aa319362b37b63478c432
Choose a base ref
..
head repository: smartlyio/oats
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0503c003f060b99caf8e4402bfc089280262d636
Choose a head ref
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,13 +46,13 @@
"client"
],
"devDependencies": {
"@types/jest": "29.5.1",
"@types/jest": "29.5.2",
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/node": "18.16.13",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"axios": "1.4.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
6 changes: 3 additions & 3 deletions packages/oats-fast-check/package.json
Original file line number Diff line number Diff line change
@@ -40,9 +40,9 @@
"devDependencies": {
"@smartlyio/oats": "^7.3.0",
"@smartlyio/oats-runtime": "^7.2.0",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.13",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"jest": "29.5.0",
"jsverify": "0.8.4",
"ts-jest": "29.1.0",
6 changes: 3 additions & 3 deletions packages/oats-fetch-adapter/package.json
Original file line number Diff line number Diff line change
@@ -35,9 +35,9 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.2.0",
"@types/node": "18.16.13",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
4 changes: 2 additions & 2 deletions packages/oats-koa-adapter/package.json
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@
"@smartlyio/oats-runtime": "^7.2.0",
"@types/koa": "2.13.6",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.194",
"@types/node": "18.16.13",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"koa": "2.14.2",
"koa-body": "6.0.1",
"koa-router": "12.0.0",
4 changes: 2 additions & 2 deletions packages/oats-mirage-adapter/package.json
Original file line number Diff line number Diff line change
@@ -36,8 +36,8 @@
],
"devDependencies": {
"@smartlyio/oats-runtime": "^7.2.0",
"@types/lodash": "4.14.194",
"@types/node": "18.16.13",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"miragejs": "0.1.47",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
10 changes: 5 additions & 5 deletions packages/oats-nock-adapter/package.json
Original file line number Diff line number Diff line change
@@ -40,11 +40,11 @@
"@smartlyio/oats": "^7.3.0",
"@smartlyio/oats-axios-adapter": "^7.2.0",
"@smartlyio/oats-runtime": "^7.2.0",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.13",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"axios": "1.4.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
6 changes: 3 additions & 3 deletions packages/oats-runtime/package.json
Original file line number Diff line number Diff line change
@@ -40,9 +40,9 @@
"client"
],
"devDependencies": {
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.13",
"@types/jest": "29.5.2",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"fast-check": "3.10.0",
"jest": "29.5.0",
"jsverify": "0.8.4",
6 changes: 3 additions & 3 deletions packages/oats/package.json
Original file line number Diff line number Diff line change
@@ -43,13 +43,13 @@
"@smartlyio/oats-fetch-adapter": "^7.3.0",
"@smartlyio/oats-koa-adapter": "^7.2.0",
"@smartlyio/oats-runtime": "^7.2.0",
"@types/jest": "29.5.1",
"@types/jest": "29.5.2",
"@types/js-yaml": "4.0.5",
"@types/koa": "2.13.6",
"@types/koa-mount": "4.0.2",
"@types/koa-router": "7.4.4",
"@types/lodash": "4.14.194",
"@types/node": "18.16.13",
"@types/lodash": "4.14.195",
"@types/node": "18.16.16",
"axios": "1.4.0",
"fast-check": "3.10.0",
"form-data": "4.0.0",