Skip to content

Commit

Permalink
fix: downgrade typescriptt because of issue with swagger-typescript-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Aug 31, 2022
1 parent 174a579 commit 6eaa42f
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 59 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"private": true,
"repository": "[email protected]:fluxapi/fluxapi.git",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"husky": "^8.0.1",
"standard-version": "^9.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"swagger-typescript-api": "^9.3.1",
"ts-json-schema-generator": "^1.0.0",
"ts-morph": "^15.1.0",
"typescript": "4.8.2"
"typescript": "4.7.4"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"esbuild-jest": "^0.5.0",
"fastify": "~4.5.3",
"jest": "^29.0.1",
"typescript": "4.8.2"
"typescript": "4.7.4"
},
"peerDependencies": {
"@fastify/swagger": "7.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "^18.7.14",
"jest": "^29.0.1",
"ts-jest": "^28.0.8",
"typescript": "4.8.2"
"typescript": "4.7.4"
},
"files": [
"cli.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest": "29.0.1",
"pino-pretty": "^9.1.0",
"prisma": "^4.3.0",
"typescript": "4.8.2"
"typescript": "4.7.4"
},
"jest": {
"transform": {
Expand Down
2 changes: 1 addition & 1 deletion playground/child-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"devDependencies": {
"@types/node": "18.7.14",
"fastify-flux-cli": "*",
"typescript": "4.8.2"
"typescript": "4.7.4"
}
}
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jest": "^29.0.1",
"pino-pretty": "^9.1.0",
"prisma": "^4.3.0",
"typescript": "4.8.2"
"typescript": "4.7.4"
},
"jest": {
"transform": {
Expand Down
Loading

0 comments on commit 6eaa42f

Please sign in to comment.