Skip to content

Commit

Permalink
Bump to latest pathwatcher to fix a buffer renaming bug…
Browse files Browse the repository at this point in the history
…that manifests when (a) you have an open buffer in a project; (b) you rename that buffer’s file via tree-view.
  • Loading branch information
savetheclocktower committed Nov 28, 2024
1 parent 0bb4dec commit caf9795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"one-light-ui": "file:packages/one-light-ui",
"open-on-github": "file:packages/open-on-github",
"package-generator": "file:packages/package-generator",
"pathwatcher": "https://github.com/savetheclocktower/node-pathwatcher#9eb8beb50a1b4f381ff65283e48fc9b23afefe71",
"pathwatcher": "https://github.com/savetheclocktower/node-pathwatcher#585b76a141b9459f7ff093ad1c3b0c39b0f79b0f",
"postcss": "8.4.31",
"postcss-selector-parser": "6.0.4",
"pulsar-updater": "file:packages/pulsar-updater",
Expand Down Expand Up @@ -314,8 +314,8 @@
"**/superstring": "github:savetheclocktower/superstring#e5e848017f7a28fe250b45f8c7f8ed244371d33d",
"superstring": "github:savetheclocktower/superstring#e5e848017f7a28fe250b45f8c7f8ed244371d33d",
"text-buffer/superstring": "github:savetheclocktower/superstring#e5e848017f7a28fe250b45f8c7f8ed244371d33d",
"**/pathwatcher": "https://github.com/savetheclocktower/node-pathwatcher#9eb8beb50a1b4f381ff65283e48fc9b23afefe71",
"pathwatcher": "https://github.com/savetheclocktower/node-pathwatcher#9eb8beb50a1b4f381ff65283e48fc9b23afefe71",
"**/pathwatcher": "https://github.com/savetheclocktower/node-pathwatcher#585b76a141b9459f7ff093ad1c3b0c39b0f79b0f",
"pathwatcher": "https://github.com/savetheclocktower/node-pathwatcher#585b76a141b9459f7ff093ad1c3b0c39b0f79b0f",
"es5-ext": "https://github.com/pulsar-edit/es5-ext#169f6ae9b2675675269a0ba265f83c29c7b56244",
"@electron/remote": "2.1.2",
"**/keyboard-layout": "https://github.com/savetheclocktower/keyboard-layout#5e3a07648c3fc97e2895b199ee5ad3852dbaaaa6",
Expand Down

0 comments on commit caf9795

Please sign in to comment.