Skip to content

Commit

Permalink
feat(deps): Update dependencies 2023.11.22 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Nov 22, 2023
1 parent 792add6 commit 2301e8e
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 140 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"ts-pattern": "^5.0.5"
},
"devDependencies": {
"@stackbuilders/assertive-ts": "^1.4.0",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@assertive-ts/core": "^2.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
Expand All @@ -55,7 +55,7 @@
"semantic-release-yarn": "^3.0.2",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from "@stackbuilders/assertive-ts";
import { expect } from "@assertive-ts/core";

import { Routeways } from "../../src";
import { RoutewaysBuilder } from "../../src/lib/Routeways";
Expand Down
3 changes: 1 addition & 2 deletions test/unit/lib/Codecs.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { expect } from "@stackbuilders/assertive-ts";
import { TypeFactories } from "@stackbuilders/assertive-ts/dist/lib/helpers/TypeFactories";
import { TypeFactories, expect } from "@assertive-ts/core";

import { addCodec, Codec, Codecs, CodecsType } from "../../../src/lib/Codecs";
import { CodecDecodeError } from "../../../src/lib/errors/CodecDecodeError";
Expand Down
2 changes: 1 addition & 1 deletion test/unit/lib/Routeways.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from "@stackbuilders/assertive-ts";
import { expect } from "@assertive-ts/core";

import { Codecs } from "../../../src/lib/Codecs";
import { UrlParserError } from "../../../src/lib/errors/UrlParserError";
Expand Down
2 changes: 1 addition & 1 deletion test/unit/lib/helpers/common.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect } from "@stackbuilders/assertive-ts";
import { expect } from "@assertive-ts/core";

import { Codecs } from "../../../../src/lib/Codecs";
import { CodecsToRecord, InferQueryParams, PathLike, RouteParams } from "../../../../src/lib/helpers/common";
Expand Down

0 comments on commit 2301e8e

Please sign in to comment.