Skip to content

Commit 24afce2

Browse files
committed
chore: replace yamljs with yaml
1 parent 2693290 commit 24afce2

4 files changed

Lines changed: 29 additions & 120 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@observablehq/plot": "^0.6.17",
2323
"emuto": "^1.37.1",
24-
"yamljs": "^0.3.0"
24+
"yaml": "^2.8.2"
2525
},
2626
"peerDependencies": {
2727
"react": "^18.0.0 || ^19.0.0",
@@ -33,7 +33,6 @@
3333
"@testing-library/react": "^16.3.2",
3434
"@types/react": "^19.2.14",
3535
"@types/react-dom": "^19.2.3",
36-
"@types/yamljs": "^0.2.34",
3736
"@vitejs/plugin-react": "^5.1.4",
3837
"@vitest/coverage-v8": "^4.0.18",
3938
"jsdom": "^28.1.0",

0 commit comments

Comments
 (0)