Skip to content

Commit c45e335

Browse files
committed
fix: windows/mac rename files with different case
1 parent 6690023 commit c45e335

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@floating-ui/dom": "^0.5.4",
9191
"@fortawesome/fontawesome-free": "^6.1.2",
9292
"@highlightjs/cdn-assets": "^11.5.1",
93-
"@phcode/fs": "^3.0.0",
93+
"@phcode/fs": "^3.0.1",
9494
"@phcode/language-support": "^1.1.0",
9595
"@pixelbrackets/gfm-stylesheet": "^1.1.0",
9696
"@prettier/plugin-php": "^0.22.2",

src-node/package-lock.json

+10-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"IMPORTANT!!": "Adding things here will bloat up the package size",
2121
"dependencies": {
22-
"@phcode/fs": "^3.0.0",
22+
"@phcode/fs": "^3.0.1",
2323
"open": "^10.1.0",
2424
"npm": "10.1.0",
25-
"ws": "^8.13.0",
25+
"ws": "^8.17.1",
2626
"lmdb": "^2.9.2",
2727
"mime-types": "^2.1.35"
2828
}

0 commit comments

Comments
 (0)