|
6 | 6 | "scripts": { |
7 | 7 | "start": "node devServer.js", |
8 | 8 | "build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js", |
9 | | - "test": "mocha --require babel-core/register --recursive", |
| 9 | + "test": "mocha --require @babel/register --recursive", |
10 | 10 | "test:watch": "npm test -- --watch", |
11 | 11 | "coverage": "cross-env NODE_ENV=test nyc -- npm test", |
12 | 12 | "coveralls": "cross-env NODE_ENV=test nyc report --reporter=lcov && coveralls < ./coverage/lcov.info && rm -rf ./coverage" |
|
19 | 19 | "author": "Edoardo Colombo <edo.gcolombo@gmail.com>", |
20 | 20 | "license": "MIT", |
21 | 21 | "dependencies": { |
22 | | - "immutable": "^3.7.5", |
| 22 | + "immutable": "^4.0.0-rc.12", |
23 | 23 | "lodash": "^4.17.5", |
24 | 24 | "prop-types": "^15.6.0", |
25 | | - "react": "^16.2.0", |
26 | | - "react-dnd": "^2.0.2", |
27 | | - "react-dnd-html5-backend": "^2.0.0", |
| 25 | + "react": "^16.8.3", |
| 26 | + "react-dnd": "^9.4.0", |
| 27 | + "react-dnd-html5-backend": "^9.4.0", |
28 | 28 | "react-dom": "^16.2.0", |
29 | | - "react-prefixer": "^2.0.0", |
30 | | - "react-redux": "^5.0.6", |
31 | | - "redux": "^3.0.2" |
| 29 | + "react-prefixer": "^2.0.1", |
| 30 | + "react-redux": "^7.1.1", |
| 31 | + "redux": "^4.0.4" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "babel-cli": "^6.26.0", |
35 | | - "babel-core": "^6.26.0", |
36 | | - "babel-eslint": "^8.2.1", |
37 | | - "babel-loader": "^7.1.2", |
38 | | - "babel-plugin-istanbul": "^4.1.5", |
39 | | - "babel-plugin-react-transform": "^3.0.0", |
40 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
41 | | - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
42 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
43 | | - "babel-preset-env": "^1.6.1", |
44 | | - "babel-preset-react": "^6.24.1", |
45 | | - "babel-register": "^6.26.0", |
| 34 | + "@babel/cli": "^7.6.4", |
| 35 | + "@babel/core": "^7.6.4", |
| 36 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 37 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 39 | + "@babel/preset-env": "^7.6.3", |
| 40 | + "@babel/preset-react": "^7.6.3", |
| 41 | + "@babel/register": "^7.6.2", |
| 42 | + "babel-eslint": "^10.0.3", |
| 43 | + "babel-loader": "^8.0.6", |
| 44 | + "babel-plugin-istanbul": "^5.2.0", |
46 | 45 | "coveralls": "^3.0.0", |
47 | | - "cross-env": "^5.1.3", |
48 | | - "eslint": "^4.15.0", |
| 46 | + "cross-env": "^6.0.3", |
| 47 | + "eslint": "^6.6.0", |
49 | 48 | "eslint-plugin-react": "^7.5.1", |
50 | | - "expect": "^22.1.0", |
| 49 | + "expect": "^24.9.0", |
51 | 50 | "express": "^4.13.3", |
52 | | - "mocha": "^5.0.0", |
53 | | - "nyc": "^11.4.1", |
| 51 | + "mocha": "^6.2.2", |
| 52 | + "nyc": "^14.1.1", |
54 | 53 | "react-test-renderer": "^16.2.0", |
55 | | - "react-transform-catch-errors": "^1.0.0", |
56 | | - "react-transform-hmr": "^1.0.0", |
57 | | - "redbox-react": "^1.0.1", |
58 | 54 | "redux-devtools": "^3.4.1", |
59 | 55 | "redux-devtools-dock-monitor": "^1.1.3", |
60 | 56 | "redux-slider-monitor": "^2.0.0-1", |
61 | | - "rimraf": "^2.4.3", |
62 | | - "unexpected": "^10.0.2", |
| 57 | + "rimraf": "^3.0.0", |
| 58 | + "uglifyjs-webpack-plugin": "^2.2.0", |
| 59 | + "unexpected": "^11.8.0", |
63 | 60 | "unexpected-react-shallow": "^0.7.0", |
64 | | - "webpack": "^3.10.0", |
65 | | - "webpack-dev-middleware": "^2.0.4", |
66 | | - "webpack-dev-server": "^2.11.0", |
| 61 | + "webpack": "^4.41.2", |
| 62 | + "webpack-dev-middleware": "^3.7.2", |
| 63 | + "webpack-dev-server": "^3.9.0", |
67 | 64 | "webpack-hot-middleware": "^2.0.0" |
68 | 65 | } |
69 | 66 | } |
0 commit comments