|
49 | 49 | },
|
50 | 50 | "homepage": "http://leandrowd.github.io/react-responsive-carousel/",
|
51 | 51 | "devDependencies": {
|
| 52 | + "@babel/cli": "^7.8.4", |
| 53 | + "@babel/core": "^7.9.0", |
| 54 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 55 | + "@babel/preset-env": "^7.9.5", |
| 56 | + "@babel/preset-react": "^7.9.4", |
52 | 57 | "@kadira/react-storybook-addon-info": "^3.4.0",
|
53 | 58 | "@kadira/storybook": "^2.35.3",
|
54 | 59 | "auto-changelog": "^1.10.2",
|
55 |
| - "babel-cli": "^6.24.1", |
56 |
| - "babel-core": "^6.24.1", |
57 |
| - "babel-jest": "^19.0.0", |
58 |
| - "babel-loader": "^7.0.0", |
59 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
60 |
| - "babel-plugin-transform-object-rest-spread": "^6.23.0", |
61 |
| - "babel-preset-es2015": "^6.24.1", |
62 |
| - "babel-preset-react": "^6.24.1", |
63 |
| - "babelify": "^7.3.0", |
64 | 60 | "browserify": "^14.3.0",
|
65 | 61 | "connect-modrewrite": "^0.9.0",
|
66 | 62 | "css-loader": "^0.28.0",
|
67 |
| - "enzyme": "^2.8.2", |
| 63 | + "enzyme": "^3.11.0", |
| 64 | + "enzyme-adapter-react-16": "^1.15.2", |
68 | 65 | "gh-pages": "^0.11.0",
|
69 | 66 | "gulp": "^3.8.9",
|
70 | 67 | "gulp-clean-css": "^2.0.12",
|
|
80 | 77 | "gulp-uglify": "^2.0.0",
|
81 | 78 | "gulp-util": "^3.0.0",
|
82 | 79 | "husky": "^3.0.9",
|
83 |
| - "jest-cli": "^19.0.2", |
| 80 | + "jest-cli": "^25.3.0", |
84 | 81 | "prettier": "^1.18.2",
|
85 | 82 | "pretty-quick": "^2.0.0",
|
86 |
| - "react": "^15.5.4", |
87 |
| - "react-dom": "^15.5.4", |
| 83 | + "react": "^16.9.0", |
| 84 | + "react-dom": "^16.9.0", |
88 | 85 | "react-player": "^1.15.3",
|
89 |
| - "react-test-renderer": "^15.5.4", |
| 86 | + "react-test-renderer": "^16.9.0", |
90 | 87 | "sass-loader": "^4.0.2",
|
91 | 88 | "style-loader": "^0.13.1",
|
92 | 89 | "vinyl-source-stream": "^1.1.0",
|
|
101 | 98 | "unmockedModulePathPatterns": [
|
102 | 99 | "node_modules"
|
103 | 100 | ],
|
104 |
| - "rootDir": "src" |
| 101 | + "rootDir": "src", |
| 102 | + "setupFilesAfterEnv": [ |
| 103 | + "../setupTests.js" |
| 104 | + ] |
105 | 105 | },
|
106 | 106 | "husky": {
|
107 | 107 | "hooks": {
|
|
0 commit comments