Skip to content

Commit 28dd2fe

Browse files
committed
Bug Fix: plugin will always crash since ini_one_bg.wasm is not found
1 parent 1b9985d commit 28dd2fe

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
},
211211
"dependencies": {
212212
"diff": "~5.1.0",
213-
"editorconfig": "^2.0.0"
213+
"editorconfig": "^0.15.3"
214214
},
215215
"licenses": [
216216
{

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,6 @@
344344
"@nodelib/fs.scandir" "2.1.5"
345345
fastq "^1.6.0"
346346

347-
"@one-ini/[email protected]":
348-
version "0.2.0"
349-
resolved "https://registry.yarnpkg.com/@one-ini/wasm/-/wasm-0.2.0.tgz#598671af52636ea6e0a849d026ad0e7c110e91cf"
350-
integrity sha512-n+L/BvrwKUn7q5O3wHGo+CJZAqfewh38+37sk+eBzv/39lM9pPgPRd4sOZRvSRzo0ukLxzyXso4WlGj2oKZ5hA==
351-
352347
"@secretlint/config-creator@^10.2.0":
353348
version "10.2.0"
354349
resolved "https://registry.yarnpkg.com/@secretlint/config-creator/-/config-creator-10.2.0.tgz#5fdf29570e5cf1baa543677b3c2c8a9093105244"
@@ -2746,13 +2741,6 @@ mimic-response@^3.1.0:
27462741
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
27472742
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
27482743

2749-
2750-
version "10.0.1"
2751-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
2752-
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
2753-
dependencies:
2754-
brace-expansion "^2.0.1"
2755-
27562744
27572745
version "3.0.4"
27582746
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"

0 commit comments

Comments
 (0)