Skip to content

Commit

Permalink
Update to latest pnpm and update pnpm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
klippx committed Sep 22, 2023
1 parent 6b6b154 commit 40eef1a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 84 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts",
"license": "ISC",
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.7.6",
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
Expand Down
102 changes: 21 additions & 81 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import debug from 'debug'
import type { FileSystem, ResolveOptions, Resolver } from 'enhanced-resolve'
import enhancedResolve from 'enhanced-resolve'
import { hashObject } from 'eslint-module-utils/hash.js'
import FastGlob from 'fast-glob'
import fg from 'fast-glob'
import { createPathsMatcher, getTsconfig } from 'get-tsconfig'
import type { TsConfigResult } from 'get-tsconfig'
import isCore from 'is-core-module'
import isGlob from 'is-glob'

const { sync: globSync } = FastGlob
const { globSync } = fg

const IMPORTER_NAME = 'eslint-import-resolver-typescript'

Expand Down

0 comments on commit 40eef1a

Please sign in to comment.