From ee17e5aef367b945e99af8ec18867de80fe58152 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Mon, 15 Apr 2024 17:06:16 +1200 Subject: [PATCH] feat: update is-immutable-type to v3.1.0 --- package.json | 2 +- pnpm-lock.yaml | 29 +++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 15ce6268a..594fe402c 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@typescript-eslint/utils": "^7.3.1", "deepmerge-ts": "^5.1.0", "escape-string-regexp": "^4.0.0", - "is-immutable-type": "^2.0.4", + "is-immutable-type": "^3.1.0", "semver": "^7.6.0", "ts-api-utils": "^1.3.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0ede5861..e1a4d0eeb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^4.0.0 version: 4.0.0 is-immutable-type: - specifier: ^2.0.4 - version: 2.0.4(eslint@8.57.0)(typescript@5.4.3) + specifier: ^3.1.0 + version: 3.1.0(eslint@8.57.0)(typescript@5.4.3) semver: specifier: ^7.6.0 version: 7.6.0 @@ -5309,6 +5309,22 @@ packages: typescript: 5.4.3 transitivePeerDependencies: - supports-color + dev: true + + /is-immutable-type@3.1.0(eslint@8.57.0)(typescript@5.4.3): + resolution: {integrity: sha512-EIAsgCk/4tEohdqKa5iGf1+IwoRYV/81Fe1awSspgobMxOmmxTZslvkH/PAtSKtR2NDFXGVkZZNqiLQA37GKBQ==} + peerDependencies: + eslint: '*' + typescript: '>=4.7.4' + dependencies: + '@typescript-eslint/type-utils': 7.4.0(eslint@8.57.0)(typescript@5.4.3) + eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.4.3) + ts-declaration-location: 1.0.0(typescript@5.4.3) + typescript: 5.4.3 + transitivePeerDependencies: + - supports-color + dev: false /is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} @@ -7991,6 +8007,15 @@ packages: typescript: 5.4.3 dev: true + /ts-declaration-location@1.0.0(typescript@5.4.3): + resolution: {integrity: sha512-/C+R0e1CLF1KtwbE59IFhCg4jLwfU7Puob+uVIl4iUVQhepN/bHmWXy3Gt3mAgvdLQybEZ4yb4qhnJQbphnEgA==} + peerDependencies: + typescript: '>=4.0.0' + dependencies: + fast-glob: 3.3.2 + typescript: 5.4.3 + dev: false + /ts-node@10.9.2(@types/node@16.18.93)(typescript@5.4.3): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true