|
36 | 36 | "clean:website": "rimraf build",
|
37 | 37 | "prebuild:website": "yarn run clean:website",
|
38 | 38 | "build:website": "parcel build website/index.html -d build --public-url /react-split-pane/",
|
39 |
| - "test": "mochify -R spec --transform babelify", |
40 |
| - "test:watch": "mochify -R spec --watch --transform babelify", |
41 |
| - "test:coverage": "mochify --plugin [ mochify-istanbul --exclude '**/test/**' --report lcovonly ] --transform babelify && cat lcov.info | coveralls && rm lcov.info", |
| 39 | + "test": "BABEL_ENV=test mochify -R spec --transform babelify", |
| 40 | + "test:watch": "BABEL_ENV=test mochify -R spec --watch --transform babelify", |
| 41 | + "test:coverage": "BABEL_ENV=test mochify --plugin [ mochify-istanbul --exclude '**/test/**' --report lcovonly ] --transform babelify && cat lcov.info | coveralls && rm lcov.info", |
42 | 42 | "prettier": "prettier --write '{src,test}/**/*.js'",
|
43 | 43 | "lint": "eslint src test",
|
44 | 44 | "release": "standard-version",
|
45 |
| - "precommit": "lint-staged", |
46 | 45 | "deploy": "gh-pages -d build",
|
47 | 46 | "prepublishOnly": "yarn run test && yarn run build"
|
48 | 47 | },
|
|
52 | 51 | }
|
53 | 52 | },
|
54 | 53 | "dependencies": {
|
55 |
| - "prop-types": "^15.5.10", |
| 54 | + "prop-types": "^15.7.2", |
56 | 55 | "react-lifecycles-compat": "^3.0.4",
|
57 |
| - "react-style-proptype": "^3.0.0" |
| 56 | + "react-style-proptype": "^3.2.2" |
58 | 57 | },
|
59 | 58 | "devDependencies": {
|
60 |
| - "@babel/core": "^7.2.0", |
61 |
| - "@babel/preset-env": "^7.2.0", |
62 |
| - "@babel/preset-react": "^7.0.0", |
| 59 | + "@babel/core": "^7.7.2", |
| 60 | + "@babel/plugin-transform-modules-commonjs": "^7.7.0", |
| 61 | + "@babel/preset-env": "^7.7.1", |
| 62 | + "@babel/preset-react": "^7.7.0", |
63 | 63 | "@emotion/core": "^10.0.22",
|
64 | 64 | "@emotion/styled": "^10.0.23",
|
65 |
| - "@types/react": "^16.0.36", |
66 |
| - "babel-eslint": "^10.0.1", |
| 65 | + "@types/react": "^16.9.11", |
| 66 | + "babel-eslint": "^10.0.3", |
67 | 67 | "babelify": "^10.0.0",
|
68 |
| - "chai": "^4.0.2", |
69 |
| - "chai-spies": "^0.7.1", |
70 |
| - "coveralls": "^2.13.1", |
71 |
| - "cross-env": "^5.2.0", |
72 |
| - "eslint": "^4.19.1", |
73 |
| - "eslint-config-fbjs": "^2.1.0", |
| 68 | + "chai": "^4.2.0", |
| 69 | + "chai-spies": "^1.0.0", |
| 70 | + "coveralls": "^3.0.7", |
| 71 | + "cross-env": "^6.0.3", |
| 72 | + "eslint": "^6.6.0", |
| 73 | + "eslint-config-fbjs": "^3.1.1", |
74 | 74 | "eslint-config-prettier": "^6.5.0",
|
75 | 75 | "eslint-config-react": "^1.1.7",
|
76 | 76 | "eslint-plugin-babel": "^5.1.0",
|
77 |
| - "eslint-plugin-flowtype": "^2.49.3", |
78 |
| - "eslint-plugin-jsx-a11y": "^6.0.3", |
79 |
| - "eslint-plugin-prettier": "^2.6.0", |
80 |
| - "eslint-plugin-react": "^7.9.1", |
81 |
| - "eslint-plugin-relay": "^0.0.28", |
| 77 | + "eslint-plugin-flowtype": "^4.3.0", |
| 78 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 79 | + "eslint-plugin-prettier": "^3.1.1", |
| 80 | + "eslint-plugin-react": "^7.16.0", |
| 81 | + "eslint-plugin-relay": "^1.3.12", |
82 | 82 | "gh-pages": "^2.1.1",
|
83 |
| - "husky": "^1.2.0", |
84 |
| - "mochify": "^5.8.0", |
| 83 | + "husky": "^3.0.9", |
| 84 | + "mochify": "^6.6.0", |
85 | 85 | "mochify-istanbul": "^2.4.2",
|
86 | 86 | "parcel-bundler": "^1.12.4",
|
87 |
| - "prettier": "1.15.3", |
88 |
| - "pretty-quick": "^1.8.0", |
| 87 | + "prettier": "1.19.1", |
| 88 | + "pretty-quick": "^2.0.1", |
89 | 89 | "react": ">=15",
|
90 | 90 | "react-dom": "^16.0.0-0",
|
91 | 91 | "react-router-dom": "^5.1.2",
|
92 |
| - "rimraf": "^2.6.2", |
93 |
| - "rollup": "^0.68.2", |
94 |
| - "rollup-plugin-babel": "^4.0.3", |
95 |
| - "rollup-plugin-commonjs": "^9.1.3", |
96 |
| - "rollup-plugin-node-resolve": "^4.2.4", |
| 92 | + "rimraf": "^3.0.0", |
| 93 | + "rollup": "^1.26.5", |
| 94 | + "rollup-plugin-babel": "^4.3.3", |
| 95 | + "rollup-plugin-commonjs": "^10.1.0", |
| 96 | + "rollup-plugin-node-resolve": "^5.2.0", |
97 | 97 | "standard-version": "^7.0.0"
|
98 | 98 | },
|
99 | 99 | "peerDependencies": {
|
|
0 commit comments