Replacing jest-yaml-transformer with yaml-jest

This commit is contained in:
James Barnsley
2024-03-25 20:40:31 +13:00
parent 7718bd2bf9
commit 1c00312e6a
4 changed files with 38 additions and 48 deletions

View File

@ -73,7 +73,6 @@
"html-webpack-plugin": "^5.5.0",
"jest": "29.0.3",
"jest-environment-jsdom": "^29.1.1",
"jest-transform-yaml": "1.1.2",
"js-sha256": "^0.9.0",
"mini-css-extract-plugin": "2.6.1",
"parse5-htmlparser2-tree-adapter": "7.0.0",
@ -89,7 +88,8 @@
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1",
"webpack-strip": "0.1.0",
"yaml-loader": "0.6.0"
"yaml-loader": "0.6.0",
"yaml-jest": "1.2.0"
},
"scripts": {
"test": "jest",