Skip to content

Commit

Permalink
chore(deps): update dependency eslint-import-resolver-typescript to v3 (
Browse files Browse the repository at this point in the history
#718)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[eslint-import-resolver-typescript](https://togithub.com/import-js/eslint-import-resolver-typescript)
| devDependencies | major | [`2.7.1` ->
`3.6.1`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/2.7.1/3.6.1)
|

---

### Release Notes

<details>
<summary>import-js/eslint-import-resolver-typescript
(eslint-import-resolver-typescript)</summary>

###
[`v3.6.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#361)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.6.0...v3.6.1)

##### Patch Changes

-
[#&#8203;241](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/241)
[`cf5d67f`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/cf5d67f8482bbb2b8ef3e7572f4791a00b4119aa)
Thanks [@&#8203;klippx](https://togithub.com/klippx)! - Fix CJS import
to make it compatible with ESM projects

###
[`v3.6.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#360)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.5...v3.6.0)

##### Minor Changes

-
[#&#8203;235](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/235)
[`b5ea367`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/b5ea367d8361d3a71154545831dfcf8e03aca8e1)
Thanks [@&#8203;SukkaW](https://togithub.com/SukkaW)! - refactor: drop
`globby` and `synckit`

###
[`v3.5.5`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#355)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.4...v3.5.5)

##### Patch Changes

-
[`84b0649`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/84b0649096d81c4556bc506285fd2e3e56dadf09)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: mark
eslint-module-utils as dep

###
[`v3.5.4`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#354)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.3...v3.5.4)

##### Patch Changes

-
[`25f3920`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/25f3920cdef31701396fe25dd0942c472400b3a6)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix:
enhanced-resolve is commonjs only - close
[#&#8203;213](https://togithub.com/import-js/eslint-import-resolver-typescript/issues/213)

-
[#&#8203;219](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/219)
[`0bf6ffb`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/0bf6ffb82bad35e96b22b7b7b91b94aa7ed875f8)
Thanks [@&#8203;lsmurray](https://togithub.com/lsmurray)! - fix: check
if cwd changed to bust mapper cache

###
[`v3.5.3`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#353)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.2...v3.5.3)

##### Patch Changes

-
[#&#8203;206](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/206)
[`6531bad`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/6531bad1c58831ef63124b9f660b8c457f1d9e44)
Thanks
[@&#8203;marvinhagemeister](https://togithub.com/marvinhagemeister)! -
Only try to resolve a module directory when we know that the path is a
directory. This can lead to a 15% speedup on projects with many files.

###
[`v3.5.2`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#352)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.1...v3.5.2)

##### Patch Changes

-
[#&#8203;193](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/193)
[`8756a26`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/8756a26aec2ad55b94a1198ec5be9660d2eac3f7)
Thanks [@&#8203;Rialgar](https://togithub.com/Rialgar)! -
chore(package): remove node 12 from engines field

-
[#&#8203;187](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/187)
[`7a91daf`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/7a91daf305ab968b7dd54eae8b727bcdb9c6d9a2)
Thanks [@&#8203;scott-ut](https://togithub.com/scott-ut)! - fix: resolve
modules if folder contains a package.json file

###
[`v3.5.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#351)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.5.0...v3.5.1)

##### Patch Changes

-
[#&#8203;182](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/182)
[`afeb928`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/afeb928b304e7196b10f71aec873fca739a9ad93)
Thanks [@&#8203;chenxinyanc](https://togithub.com/chenxinyanc)! - perf:
disable `throwIfNoEntry` on Node 14+

###
[`v3.5.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#350)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.4.2...v3.5.0)

##### Minor Changes

-
[#&#8203;174](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/174)
[`66a3e6c`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/66a3e6c4349fe1821a5ada967b7cff1b8191dfe4)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: reuse
`eslint-module-utils/hash.js` for better caching

##### Patch Changes

-
[#&#8203;172](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/172)
[`00abb6f`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/00abb6fed2c9b9bedd053a5a7c575a367a707692)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: incorrect
exports mapping

###
[`v3.4.2`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#342)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.4.1...v3.4.2)

##### Patch Changes

-
[`594df9c`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/594df9c586fccab3cf29add6e9116c1dfece7935)
Thanks [@&#8203;HanSeo0507](https://togithub.com/HanSeo0507)! -
chore(deps): update dependency synckit to ^0.8.3 for yarn PnP
([#&#8203;169](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/169))

###
[`v3.4.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#341)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.4.0...v3.4.1)

##### Patch Changes

-
[#&#8203;166](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/166)
[`8892a8c`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/8892a8c1d0b54965501dd03113873ac66a50f74f)
Thanks [@&#8203;thatsmydoing](https://togithub.com/thatsmydoing)! -
perf: add filesystem caching support

###
[`v3.4.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#340)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.3.0...v3.4.0)

##### Minor Changes

-
[#&#8203;161](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/161)
[`82d090b`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/82d090b2411853f94909a3c9a0ed3b8bbe1bef11)
Thanks [@&#8203;rbong](https://togithub.com/rbong)! - feat: add support
for `jsconfig.json`

###
[`v3.3.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#330)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.7...v3.3.0)

##### Minor Changes

-
[#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154)
[`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: add
`externsionAlias` option support, `.d.([cm]?ts|tsx)` are always
preferred than `.([cm]?js|jsx)`

`typescript` resolves `typescript/lib/typescript.d.ts` instead of
`typescript/lib/typescript.js` by default

-
[#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154)
[`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: exports
`globSync`, `defaultExtensions`, `defaultMainFields`,
`defaultConditionNames` and `defaultExtensionAlias` for reusing

##### Patch Changes

-
[#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154)
[`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - perf: cache
`options` and `resolver`

-
[#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154)
[`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: align
with Angular Package Format correctly

    reference: https://angular.io/guide/angular-package-format

-
[#&#8203;156](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/156)
[`4bd60c3`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/4bd60c37ab27d87be0e554d2563f0fea59fd4058)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - docs: document
options from `enhanced-resolve`

###
[`v3.2.7`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#327)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.6...v3.2.7)

##### Patch Changes

-
[`60ff431`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/60ff431a4d3812dbdd793d40b6213b79c8b2db9d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: bump
synckit

###
[`v3.2.6`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#326)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.5...v3.2.6)

##### Patch Changes

-
[#&#8203;146](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/146)
[`7edb823`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/7edb82307676f507b5094448431eb117b035a712)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: use
latest `get-tsconfig` package

###
[`v3.2.5`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#325)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.4...v3.2.5)

##### Patch Changes

-
[#&#8203;136](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/136)
[`abf8907`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/abf89078298ab9de2dcdf197d73cd39452fa043b)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - build: use
pnpm as manager, yarn pnp is still supported

###
[`v3.2.4`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#324)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.2...v3.2.4)

##### Patch Changes

-
[#&#8203;139](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/139)
[`3e93659`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/3e93659b6e20b84ec3805794e07494eb64a7e98f)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: run
prerelease manually for yarn v3, 2nd try

###
[`v3.2.2`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#322)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.1...v3.2.2)

##### Patch Changes

-
[#&#8203;133](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/133)
[`d944b26`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/d944b26e44c3f4e56ce41bb21584b86f8b4b8da5)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: use yarn
v3 with PnP linker, close
[#&#8203;130](https://togithub.com/import-js/eslint-import-resolver-typescript/issues/130)

###
[`v3.2.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#321)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.0...v3.2.1)

##### Patch Changes

-
[#&#8203;131](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/131)
[`fb88af2`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/fb88af2ecf797f014bfe0b38994f040a535dcdba)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: try index
file with extensions automatically

###
[`v3.2.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#320)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.5...v3.2.0)

##### Minor Changes

-
[#&#8203;128](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/128)
[`56775b3`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/56775b3e574efb712fe8f449667524c5bc0042f1)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - refactor:
support custom extensions on resolving

-
[#&#8203;128](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/128)
[`56775b3`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/56775b3e574efb712fe8f449667524c5bc0042f1)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: try
extensionless file by default

###
[`v3.1.5`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#315)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.4...v3.1.5)

##### Patch Changes

-
[#&#8203;126](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/126)
[`9cf60cb`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/9cf60cb1e7929884039c7d67317b0713aad50031)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: auto try
extensions

###
[`v3.1.4`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#314)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.3...v3.1.4)

##### Patch Changes

-
[`f88a8c9`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/f88a8c9f3bc2061d3b896764acf79e0cc3886f69)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - refactor: use
non-capturing groups for perf

###
[`v3.1.3`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#313)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.2...v3.1.3)

##### Patch Changes

-
[#&#8203;121](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/121)
[`35d3022`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/35d30226b964522bc698e842eb32eccfcf92545d)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: try
index.d.ts automatically

###
[`v3.1.2`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#312)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.1...v3.1.2)

##### Patch Changes

-
[#&#8203;118](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/118)
[`01f525e`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/01f525ecd02523ef02d127bc280d591ac26e8cfe)
Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - docs: update
repository, document `exports` support

#####
[3.1.1](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v3.1.0...v3.1.1)
(2022-06-27)

##### Bug Fixes

- add conditionNames support
([#&#8203;114](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/114))
([c74fe0e](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/c74fe0e99d219e4a28348e833fc605664f02be18))

###
[`v3.1.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#311-2022-06-27)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.0...v3.1.1)

###
[`v3.1.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#310-2022-06-25)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.0.0...v3.1.0)

##### ⚠ BREAKING CHANGES

-   use enhanced-resolve instead

##### Features

- support angular-package-format out of box
([7e0cd04](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/7e0cd043e66f1a6ccc89ac57fe7d695228d5a2df))
- use enhanced-resolve instead
([39ab8b1](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/39ab8b1d0e99e76a7a333f3c74498fd21add0b4a)),
closes
[#&#8203;85](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/85)
[#&#8203;107](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/107)

###
[`v3.0.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#300-2022-06-25)

[Compare
Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v2.7.1...v3.0.0)

##### ⚠ BREAKING CHANGES

-   remove depracated directory option
-   use get-tsconfig to replace tsconfig-paths
-   bump globby, use synckit for sync fn
- **deps:** bump tsconfig-paths to ^4.0.0
([#&#8203;104](https://togithub.com/import-js/eslint-import-resolver-typescript/issues/104))

##### Features

- bump globby, use synckit for sync fn
([322cb29](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/322cb291f9af6f7ce1d6330cf13c33ce5a70f9a7))

- ignore `node_modules` folder in `projects` option glob
([#&#8203;105](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/105))
([1e1b5a6](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/1e1b5a6f09c71685d58aef400ac6254af892d669))

- remove depracated directory option
([67c8d59](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/67c8d59f51dc7fc58a0abb0838274c001c1dec6c))

- use get-tsconfig to replace tsconfig-paths
([78a08e0](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/78a08e082dcd5ff9e3490759f4919316e715d3ff))

- **deps:** bump tsconfig-paths to ^4.0.0
([#&#8203;104](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/104))
([b2edbc8](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/b2edbc85a6700c590d73887ce65211677305b914))

#####
[2.7.1](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.7.0...v2.7.1)
(2022-04-03)

##### Bug Fixes

- per package.json warning
([#&#8203;101](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/101))
([664465f](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/664465fa75e6b197f990cd6e89ab5f086bb8d4f2))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Jul 12, 2024
1 parent cca25d2 commit 188b48b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 91 deletions.
2 changes: 1 addition & 1 deletion packages/sdks/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-jest-dom": "4.0.3",
Expand Down
99 changes: 9 additions & 90 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 188b48b

Please sign in to comment.