Skip to content

Commit cfeb43f

Browse files
committed
upgrade jest and remove files and packages no longer needed
1 parent 2827d68 commit cfeb43f

File tree

3 files changed

+684
-811
lines changed

3 files changed

+684
-811
lines changed

jest.config.js

Lines changed: 0 additions & 180 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,27 @@
4747
"react-dom": "^16.7.0"
4848
},
4949
"dependencies": {
50-
"@babel/runtime": "^7.2.0",
50+
"@babel/runtime": "^7.3.1",
5151
"react-popper": "^1.3.2"
5252
},
5353
"devDependencies": {
5454
"@babel/cli": "^7.2.3",
5555
"@babel/core": "^7.2.2",
56-
"@babel/plugin-proposal-class-properties": "^7.2.3",
56+
"@babel/plugin-proposal-class-properties": "^7.3.0",
5757
"@babel/plugin-transform-runtime": "^7.2.0",
58-
"@babel/preset-env": "^7.2.3",
58+
"@babel/preset-env": "^7.3.1",
5959
"@babel/preset-react": "^7.0.0",
6060
"@babel/preset-typescript": "^7.1.0",
6161
"@types/jest": "^23.3.13",
6262
"@types/react": "^16.7.20",
6363
"@types/react-dom": "^16.0.11",
64-
"babel-core": "^7.0.0-bridge.0",
65-
"babel-jest": "^23.6.0",
6664
"docz": "^0.13.7",
6765
"docz-plugin-css": "^0.11.0",
6866
"docz-theme-default": "^0.13.7",
6967
"gh-pages": "^2.0.1",
70-
"jest": "^23.6.0",
68+
"jest": "^24.0.0",
7169
"pre-commit": "^1.2.2",
72-
"prettier": "^1.16.0",
73-
"prop-types": "^15.6.2",
70+
"prettier": "^1.16.1",
7471
"react": "^16.7.0",
7572
"react-dom": "^16.7.0",
7673
"react-testing-library": "^5.4.4",

0 commit comments

Comments
 (0)