Bump jest and babel dependency versions.

This commit is contained in:
Yong Bakos
2021-03-30 16:34:43 -07:00
parent 7f1844029a
commit 04a619cf36

View File

@@ -3,7 +3,7 @@
"jest": { "jest": {
"verbose": true "verbose": true
}, },
"version": "1.0.0", "version": "1.0.1",
"description": "Example from first chapter of 'Refactoring' by Martin Fowler, 2nd Edition (https://www.thoughtworks.com/books/refactoring2)", "description": "Example from first chapter of 'Refactoring' by Martin Fowler, 2nd Edition (https://www.thoughtworks.com/books/refactoring2)",
"scripts": { "scripts": {
"test": "jest" "test": "jest"
@@ -23,7 +23,7 @@
}, },
"homepage": "https://github.com/emilybache/Theatrical-Players-Refactoring-Kata", "homepage": "https://github.com/emilybache/Theatrical-Players-Refactoring-Kata",
"devDependencies": { "devDependencies": {
"babel": "^5.8.23", "babel-cli": "^6.26.0",
"jest": "^24.8.0" "jest": "^26.6.3"
} }
} }