Skip to content

Commit

Permalink
fix: bump detect-indent to 7.0.1 (pnpm#5666)
Browse files Browse the repository at this point in the history
close pnpm#5664
  • Loading branch information
gwhitney committed Nov 23, 2022
1 parent dfda5a1 commit fec9e31
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-impalas-rush.md
@@ -0,0 +1,5 @@
---
"@pnpm/read-project-manifest": patch
---

Update detect-intent with fork from @gwhitney.
2 changes: 1 addition & 1 deletion pkg-manifest/read-project-manifest/package.json
Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/read-project-manifest#readme",
"dependencies": {
"@gwhitney/detect-indent": "7.0.1",
"@pnpm/error": "workspace:*",
"@pnpm/graceful-fs": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/write-project-manifest": "workspace:*",
"detect-indent": "^6.1.0",
"fast-deep-equal": "^3.1.3",
"is-windows": "^1.0.2",
"json5": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manifest/read-project-manifest/src/index.ts
Expand Up @@ -5,7 +5,7 @@ import { ProjectManifest } from '@pnpm/types'
import { writeProjectManifest } from '@pnpm/write-project-manifest'
import readYamlFile from 'read-yaml-file'

import detectIndent from 'detect-indent'
import detectIndent from '@gwhitney/detect-indent'
import equal from 'fast-deep-equal'
import isWindows from 'is-windows'
import sortKeys from 'sort-keys'
Expand Down
13 changes: 9 additions & 4 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 fec9e31

Please sign in to comment.