Skip to content

Commit

Permalink
update to typescript 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Dec 15, 2023
1 parent 6a698bd commit 8771d52
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"syncpack": "^9.8.4",
"ts-patch": "^3.1.1",
"turbo": "^1.9.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"author": "John Conley",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@nrfcloud/ts-json-schema-transformer": "^1.2.5",
"@nrfcloud/ts-json-schema-transformer": "^1.3.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
"esbuild": "^0.17.18",
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-patch": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0",
Expand Down
8 changes: 5 additions & 3 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"@nornir/core": "workspace:^",
"@nrfcloud/ts-json-schema-transformer": "^1.2.5",
"@nrfcloud/ts-json-schema-transformer": "^1.3.0",
"@types/aws-lambda": "^8.10.115",
"ajv": "^8.12.0",
"atlassian-openapi": "^1.0.18",
Expand All @@ -20,7 +20,7 @@
"trouter": "^3.2.1",
"ts-is-present": "^1.2.2",
"ts-json-schema-generator": "^1.5.0",
"ts-morph": "^20.0.0",
"ts-morph": "^21.0.1",
"tsutils": "^3.21.0",
"yargs": "^17.7.2"
},
Expand All @@ -34,7 +34,7 @@
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-patch": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0",
Expand Down Expand Up @@ -84,6 +84,8 @@
"test": "pnpm tests"
},
"tsp": {
"name": "@nornir/rest",
"transform": "./dist/transform/transform.js",
"tscOptions": {
"parseAllJsDoc": true
}
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@nrfcloud/ts-json-schema-transformer": "^1.2.5",
"@nrfcloud/ts-json-schema-transformer": "^1.3.0",
"@types/aws-lambda": "^8.10.115",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
"esbuild": "^0.17.18",
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-patch": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0",
Expand Down
Loading

0 comments on commit 8771d52

Please sign in to comment.