|
39 | 39 | "dist"
|
40 | 40 | ],
|
41 | 41 | "dependencies": {
|
42 |
| - "@reach/observe-rect": "^1.1.0", |
| 42 | + "@reach/observe-rect": "^1.2.0", |
43 | 43 | "babel-plugin-macros": "^2.8.0",
|
44 | 44 | "d3-delaunay": "^5.3.0",
|
45 | 45 | "d3-scale": "^3.2.1",
|
46 | 46 | "d3-scale-chromatic": "^1.5.0",
|
47 |
| - "d3-shape": "^1.3.7", |
48 |
| - "zustand": "^2.2.4" |
| 47 | + "d3-shape": "^1.3.7" |
49 | 48 | },
|
50 | 49 | "peerDependencies": {
|
51 | 50 | "react": "^16.6.3"
|
52 | 51 | },
|
53 | 52 | "devDependencies": {
|
54 |
| - "@babel/core": "^7.8.6", |
55 |
| - "@babel/preset-env": "^7.8.6", |
56 |
| - "@babel/preset-react": "^7.8.3", |
57 |
| - "@rollup/plugin-replace": "^2.3.1", |
58 |
| - "@svgr/rollup": "^4.3.0", |
59 |
| - "@testing-library/react": "^9.4.1", |
| 53 | + "@babel/core": "^7.11.1", |
| 54 | + "@babel/preset-env": "^7.11.0", |
| 55 | + "@babel/preset-react": "^7.10.4", |
| 56 | + "@rollup/plugin-replace": "^2.3.3", |
| 57 | + "@svgr/rollup": "^5.4.0", |
| 58 | + "@testing-library/react": "^10.4.8", |
60 | 59 | "babel-core": "7.0.0-bridge.0",
|
61 |
| - "babel-eslint": "9.x", |
62 |
| - "babel-jest": "^24.9.0", |
| 60 | + "babel-eslint": "10.1.0", |
| 61 | + "babel-jest": "^26.3.0", |
63 | 62 | "babel-plugin-transform-async-to-promises": "^0.8.15",
|
64 |
| - "cross-env": "^5.1.4", |
65 |
| - "dtslint": "^3.4.1", |
66 |
| - "eslint": "5.x", |
67 |
| - "eslint-config-prettier": "^4.3.0", |
68 |
| - "eslint-config-react-app": "^4.0.1", |
69 |
| - "eslint-config-standard": "^12.0.0", |
70 |
| - "eslint-config-standard-react": "^7.0.2", |
71 |
| - "eslint-plugin-flowtype": "2.x", |
72 |
| - "eslint-plugin-import": "2.x", |
73 |
| - "eslint-plugin-jsx-a11y": "6.x", |
74 |
| - "eslint-plugin-node": "^9.1.0", |
75 |
| - "eslint-plugin-prettier": "^3.1.2", |
| 63 | + "cross-env": "^7.0.2", |
| 64 | + "dtslint": "^3.6.14", |
| 65 | + "eslint": "7.7.0", |
| 66 | + "eslint-config-prettier": "^6.11.0", |
| 67 | + "eslint-config-react-app": "^5.2.1", |
| 68 | + "eslint-config-standard": "^14.1.1", |
| 69 | + "eslint-config-standard-react": "^9.2.0", |
| 70 | + "eslint-plugin-flowtype": "5.2.0", |
| 71 | + "eslint-plugin-import": "2.22.0", |
| 72 | + "eslint-plugin-jsx-a11y": "6.3.1", |
| 73 | + "eslint-plugin-node": "^11.1.0", |
| 74 | + "eslint-plugin-prettier": "^3.1.4", |
76 | 75 | "eslint-plugin-promise": "^4.1.1",
|
77 |
| - "eslint-plugin-react": "7.18.3", |
78 |
| - "eslint-plugin-react-hooks": "1.5.0", |
| 76 | + "eslint-plugin-react": "7.20.6", |
| 77 | + "eslint-plugin-react-hooks": "4.1.0", |
79 | 78 | "eslint-plugin-standard": "^4.0.0",
|
80 |
| - "is-ci-cli": "^2.0.0", |
81 |
| - "jest": "^24.9.0", |
82 |
| - "prettier": "^1.19.1", |
| 79 | + "is-ci-cli": "^2.1.2", |
| 80 | + "jest": "^26.4.0", |
| 81 | + "prettier": "^2.0.5", |
83 | 82 | "preval.macro": "^5.0.0",
|
84 |
| - "react": "^16.13.0", |
85 |
| - "react-dom": "^16.13.0", |
86 |
| - "react-error-boundary": "^2.2.1", |
87 |
| - "rollup": "^1.32.0", |
88 |
| - "rollup-plugin-babel": "^4.3.2", |
| 83 | + "react": "^16.13.1", |
| 84 | + "react-dom": "^16.13.1", |
| 85 | + "react-error-boundary": "^2.3.1", |
| 86 | + "rollup": "^2.26.3", |
| 87 | + "rollup-plugin-babel": "^4.4.0", |
89 | 88 | "rollup-plugin-commonjs": "^10.0.0",
|
90 | 89 | "rollup-plugin-jscc": "^1.0.0",
|
91 | 90 | "rollup-plugin-node-resolve": "^5.0.0",
|
92 |
| - "rollup-plugin-peer-deps-external": "^2.2.2", |
93 |
| - "rollup-plugin-prettier": "^0.6.0", |
| 91 | + "rollup-plugin-peer-deps-external": "^2.2.3", |
| 92 | + "rollup-plugin-prettier": "^2.1.0", |
94 | 93 | "rollup-plugin-size": "^0.2.2",
|
95 |
| - "rollup-plugin-terser": "^5.2.0", |
96 |
| - "rollup-plugin-visualizer": "^4.0.4" |
| 94 | + "rollup-plugin-terser": "^7.0.0", |
| 95 | + "rollup-plugin-visualizer": "^4.1.0" |
97 | 96 | }
|
98 | 97 | }
|
0 commit comments