|
20 | 20 | "testw": "yarn test -- --watchAll",
|
21 | 21 | "coverage": "jest --config ./jestConfig.json --coverage --coverageReporters=text-lcov | coveralls",
|
22 | 22 | "build": "rollup -c",
|
23 |
| - "lint": "eslint ./src", |
| 23 | + "lint": "eslint ./src --fix", |
24 | 24 | "prepublish": "yarn test && yarn flow && yarn lint && yarn run clean && yarn build",
|
25 | 25 | "flow": "flow"
|
26 | 26 | },
|
|
32 | 32 | "url": "https://github.com/bluebill1049/react-simple-img/issues"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.0.0", |
36 |
| - "@babel/core": "^7.3.3", |
37 |
| - "@babel/plugin-proposal-class-properties": "^7.3.3", |
38 |
| - "@babel/plugin-proposal-decorators": "^7.3.0", |
39 |
| - "@babel/plugin-proposal-do-expressions": "^7.0.0", |
40 |
| - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
41 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
42 |
| - "@babel/plugin-proposal-function-bind": "^7.0.0", |
43 |
| - "@babel/plugin-proposal-function-sent": "^7.0.0", |
44 |
| - "@babel/plugin-proposal-json-strings": "^7.0.0", |
45 |
| - "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
46 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
47 |
| - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
48 |
| - "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
49 |
| - "@babel/plugin-proposal-pipeline-operator": "^7.3.2", |
50 |
| - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
51 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
52 |
| - "@babel/plugin-syntax-import-meta": "^7.0.0", |
53 |
| - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
54 |
| - "@babel/preset-env": "^7.3.1", |
55 |
| - "@babel/preset-flow": "^7.0.0", |
56 |
| - "@babel/preset-react": "^7.0.0", |
| 35 | + "@babel/cli": "^7.16.0", |
| 36 | + "@babel/core": "^7.16.0", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.16.0", |
| 38 | + "@babel/plugin-proposal-decorators": "^7.16.0", |
| 39 | + "@babel/plugin-proposal-do-expressions": "^7.16.0", |
| 40 | + "@babel/plugin-proposal-export-default-from": "^7.16.0", |
| 41 | + "@babel/plugin-proposal-export-namespace-from": "^7.16.0", |
| 42 | + "@babel/plugin-proposal-function-bind": "^7.16.0", |
| 43 | + "@babel/plugin-proposal-function-sent": "^7.16.0", |
| 44 | + "@babel/plugin-proposal-json-strings": "^7.16.0", |
| 45 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.16.0", |
| 46 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", |
| 47 | + "@babel/plugin-proposal-numeric-separator": "^7.16.0", |
| 48 | + "@babel/plugin-proposal-optional-chaining": "^7.16.0", |
| 49 | + "@babel/plugin-proposal-pipeline-operator": "^7.16.0", |
| 50 | + "@babel/plugin-proposal-throw-expressions": "^7.16.0", |
| 51 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 52 | + "@babel/plugin-syntax-import-meta": "^7.10.4", |
| 53 | + "@babel/plugin-transform-flow-strip-types": "^7.16.0", |
| 54 | + "@babel/preset-env": "^7.16.0", |
| 55 | + "@babel/preset-flow": "^7.16.0", |
| 56 | + "@babel/preset-react": "^7.16.0", |
57 | 57 | "babel-core": "^7.0.0-bridge.0",
|
58 |
| - "babel-eslint": "^10.0.1", |
| 58 | + "babel-eslint": "^10.1.0", |
59 | 59 | "babel-jest": "^24.1.0",
|
60 | 60 | "babel-polyfill": "^6.26.0",
|
61 |
| - "coveralls": "^3.0.2", |
62 |
| - "enzyme": "^3.9.0", |
63 |
| - "enzyme-adapter-react-16": "^1.9.1", |
| 61 | + "coveralls": "^3.1.1", |
| 62 | + "enzyme": "^3.11.0", |
| 63 | + "enzyme-adapter-react-16": "^1.15.6", |
64 | 64 | "eslint": "^5.14.1",
|
65 | 65 | "eslint-config-airbnb": "^17.1.0",
|
66 |
| - "eslint-plugin-babel": "^5.3.0", |
| 66 | + "eslint-plugin-babel": "^5.3.1", |
67 | 67 | "eslint-plugin-flowtype": "^3.4.2",
|
68 |
| - "eslint-plugin-import": "^2.16.0", |
69 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
70 |
| - "eslint-plugin-react": "^7.12.4", |
| 68 | + "eslint-plugin-import": "^2.25.2", |
| 69 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 70 | + "eslint-plugin-react": "^7.26.1", |
71 | 71 | "flow-bin": "^0.93.0",
|
72 | 72 | "flow-typed": "^2.1.5",
|
73 | 73 | "jest": "^24.1.0",
|
|
76 | 76 | "react-test-renderer": "^16.8.3",
|
77 | 77 | "rimraf": "^2.6.3",
|
78 | 78 | "rollup": "^1.2.2",
|
79 |
| - "rollup-plugin-babel": "^4.3.2", |
| 79 | + "rollup-plugin-babel": "^4.4.0", |
80 | 80 | "rollup-plugin-commonjs": "^9.2.0",
|
81 | 81 | "rollup-plugin-copy": "3.1.0",
|
82 | 82 | "rollup-plugin-flow": "^1.1.1"
|
83 | 83 | },
|
84 | 84 | "peerDependencies": {
|
85 | 85 | "react": ">= 16.3.0",
|
86 | 86 | "react-dom": ">= 16.3.0"
|
87 |
| - }, |
88 |
| - "dependencies": { |
89 |
| - "intersection-observer": "^0.5.1" |
90 | 87 | }
|
91 | 88 | }
|
0 commit comments