Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Jul 29, 2024
1 parent 0fbc538 commit 26fdadf
Show file tree
Hide file tree
Showing 8 changed files with 4,598 additions and 6,236 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.4.2"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-patch": "^3.1.1",
"typescript": "^5.4.2"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/__tests__/src/openapi-router.spec.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {OpenAPIV3_1} from "../../dist/runtime/index.mjs";
import {describe, expect} from "@jest/globals";
import {OpenAPIRouter} from "../../dist/runtime/openapi/openapi-router.mjs"
import {OpenAPIRouter} from "../../dist/runtime/openapi-router/openapi-router.mjs"
import {AttachmentRegistry} from "@nornir/core";

const TestSpec = {
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/__tests__/src/utils.spec.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {describe, expect} from "@jest/globals";
import {simpleSpecResolve} from "../../dist/runtime/utils.mjs";
import {simpleSpecResolve} from "../../dist/runtime/shared/utils.mjs";

describe("utils", () => {
describe('simpleSpecResolve function', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-patch": "^3.1.1",
"typescript": "^5.4.2"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^8.45.0",
"jest": "^29.5.0",
"ts-patch": "^3.1.1",
"typescript": "^5.4.2"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plop_templates/utility-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-patch": "3.0.2",
"typescript": "^5.1.6"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0",
Expand Down
Loading

0 comments on commit 26fdadf

Please sign in to comment.