|
9 | 9 | "README.md"
|
10 | 10 | ],
|
11 | 11 | "scripts": {
|
12 |
| - "start": "rm -fr lib/ && babel src --out-dir lib --ignore='__tests__'", |
| 12 | + "build": "rm -fr lib/ && babel src --out-dir lib --ignore='__tests__'", |
13 | 13 | "test": "jest --verbose",
|
14 |
| - "pub": "npm test && npm start && npm publish", |
| 14 | + "pub": "npm test && npm build && npm publish", |
15 | 15 | "dev": "webpack-dev-server --content-base dist/ --inline"
|
16 | 16 | },
|
17 | 17 | "readme": "README.md",
|
|
39 | 39 | },
|
40 | 40 | "homepage": "https://github.com/asbjornh/react-tiny-transition#readme",
|
41 | 41 | "devDependencies": {
|
42 |
| - "babel-cli": "^6.26.0", |
43 |
| - "babel-core": "^6.9.1", |
44 |
| - "babel-eslint": "^8.0.2", |
45 |
| - "babel-jest": "^22.4.3", |
46 |
| - "babel-loader": "^7.1.2", |
47 |
| - "babel-plugin-transform-class-properties": "^6.9.0", |
48 |
| - "babel-plugin-transform-object-rest-spread": "^6.8.0", |
49 |
| - "babel-preset-es2015": "^6.9.0", |
50 |
| - "babel-preset-react": "^6.5.0", |
51 |
| - "eslint": "^4.12.0", |
52 |
| - "eslint-loader": "^2.0.0", |
53 |
| - "eslint-plugin-jest": "^21.3.2", |
54 |
| - "eslint-plugin-react": "^7.5.1", |
| 42 | + "@babel/cli": "^7.2.3", |
| 43 | + "@babel/core": "^7.2.2", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.2.3", |
| 45 | + "@babel/preset-env": "^7.2.3", |
| 46 | + "@babel/preset-react": "^7.0.0", |
| 47 | + "babel-core": "^7.0.0-bridge.0", |
| 48 | + "babel-eslint": "^10.0.1", |
| 49 | + "babel-jest": "^23.6.0", |
| 50 | + "babel-loader": "^8.0.5", |
| 51 | + "eslint": "^5.12.0", |
| 52 | + "eslint-loader": "^2.1.1", |
| 53 | + "eslint-plugin-jest": "^22.1.2", |
| 54 | + "eslint-plugin-react": "^7.12.3", |
55 | 55 | "expose-loader": "^0.7.4",
|
56 | 56 | "html-webpack-plugin": "^3.1.0",
|
57 |
| - "jest-cli": "^22.4.3", |
| 57 | + "jest-cli": "^23.6.0", |
58 | 58 | "prop-types": "^15.6.0",
|
59 |
| - "react": "^16.3.0", |
60 |
| - "react-dom": "^16.3.0", |
61 |
| - "webpack": "^3.8.1", |
62 |
| - "webpack-dev-server": "^2.9.5" |
| 59 | + "react": "^16.7.0", |
| 60 | + "react-dom": "^16.7.0", |
| 61 | + "webpack": "^4.28.3", |
| 62 | + "webpack-cli": "^3.2.0", |
| 63 | + "webpack-dev-server": "^3.1.14" |
63 | 64 | },
|
64 | 65 | "peerDependencies": {
|
65 |
| - "react": "^16.3.0", |
66 |
| - "react-dom": "^16.3.0" |
| 66 | + "prop-types": "^15.6.0", |
| 67 | + "react": "^16.7.0", |
| 68 | + "react-dom": "^16.7.0" |
67 | 69 | },
|
68 | 70 | "jest": {
|
69 | 71 | "rootDir": "",
|
|
0 commit comments