Unvendor toml package (#1263)

* Unvendor toml package

* Try @iarna/toml instead

* Fix import

* Use @ltd/j-toml

* Update test

* Use toml-j0.4

* Fix toml import
This commit is contained in:
Hood Chatham
2023-03-09 10:06:43 +01:00
committed by GitHub
parent 41a8d804e3
commit 84e4e361c5
5 changed files with 23 additions and 1795 deletions

View File

@@ -49,6 +49,7 @@
"@codemirror/state": "6.1.2",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.3.0",
"codemirror": "6.0.1"
"codemirror": "6.0.1",
"toml-j0.4": "^1.1.1"
}
}