Skip to content

Commit ec65ff2

Browse files
committedMar 8, 2019
Update Jest and Babel version.
1 parent fae265d commit ec65ff2

File tree

3 files changed

+7122
-5640
lines changed

3 files changed

+7122
-5640
lines changed
 

‎.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["env"]
2+
"presets": ["@babel/preset-env"]
33
}

‎package-lock.json

+7,117-5,635
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
},
3838
"homepage": "https://github.com/trekhleb/javascript-algorithms#readme",
3939
"devDependencies": {
40-
"@types/jest": "^23.3.14",
41-
"babel-cli": "^6.26.0",
42-
"babel-preset-env": "^1.7.0",
40+
"@babel/cli": "^7.2.3",
41+
"@babel/preset-env": "^7.3.4",
42+
"@types/jest": "^24.0.9",
4343
"eslint": "^5.15.1",
4444
"eslint-config-airbnb": "^17.1.0",
4545
"eslint-plugin-import": "^2.16.0",
4646
"eslint-plugin-jest": "^22.3.0",
4747
"eslint-plugin-jsx-a11y": "^6.2.1",
4848
"eslint-plugin-react": "^7.12.4",
49-
"jest": "^23.6.0",
49+
"jest": "^24.3.1",
5050
"pre-commit": "^1.2.2"
5151
},
5252
"dependencies": {}

0 commit comments

Comments
 (0)
Please sign in to comment.