|
22 | 22 | }, |
23 | 23 | "global": "TSLibrary", |
24 | 24 | "dependencies": { |
25 | | - "@types/d3-array": "^3.0.1", |
26 | | - "d3-array": "^3.0.1" |
| 25 | + "@types/d3-array": "^2", |
| 26 | + "d3-array": "^2" |
27 | 27 | }, |
28 | 28 | "browserslist": [ |
29 | 29 | "last 2 Chrome version", |
|
46 | 46 | }, |
47 | 47 | "types": "./build/index.d.ts" |
48 | 48 | }, |
49 | | - "./.pnp.cjs": "./.pnp.cjs" |
| 49 | + ".pnp.cjs": "./.pnp.cjs" |
50 | 50 | }, |
51 | 51 | "sideEffects": false, |
52 | 52 | "files": [ |
|
63 | 63 | "@rollup/plugin-replace": "^3.0.0", |
64 | 64 | "@rollup/plugin-typescript": "^8.2.5", |
65 | 65 | "@types/jest": "^27.0.1", |
66 | | - "@typescript-eslint/eslint-plugin": "^4.29.1", |
67 | | - "@typescript-eslint/parser": "^4.29.1", |
68 | | - "@yarnpkg/pnpify": "^3.0.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "^4.29.3", |
| 67 | + "@typescript-eslint/parser": "^4.29.3", |
| 68 | + "@yarnpkg/sdks": "^2.4.2-rc.1", |
69 | 69 | "eslint": "^7.32.0", |
70 | | - "eslint-config-airbnb-typescript": "^12.3.1", |
| 70 | + "eslint-config-airbnb-typescript": "^13.0.1", |
71 | 71 | "eslint-config-prettier": "^8.3.0", |
72 | 72 | "eslint-config-react-app": "^6.0.0", |
73 | 73 | "eslint-plugin-flowtype": "^5.9.0", |
74 | | - "eslint-plugin-import": "^2.24.0", |
| 74 | + "eslint-plugin-import": "^2.24.1", |
75 | 75 | "eslint-plugin-jsx-a11y": "^6.4.1", |
76 | | - "eslint-plugin-prettier": "^3.4.0", |
| 76 | + "eslint-plugin-prettier": "^3.4.1", |
77 | 77 | "eslint-plugin-react": "^7.24.0", |
78 | 78 | "eslint-plugin-react-hooks": "^4.2.0", |
79 | 79 | "jest": "^27.0.6", |
80 | 80 | "prettier": "^2.3.2", |
81 | 81 | "rimraf": "^3.0.2", |
82 | | - "rollup": "^2.56.2", |
| 82 | + "rollup": "^2.56.3", |
83 | 83 | "rollup-plugin-dts": "^3.0.2", |
84 | 84 | "rollup-plugin-terser": "^7.0.2", |
85 | | - "ts-jest": "^27.0.4", |
| 85 | + "ts-jest": "^27.0.5", |
86 | 86 | "tslib": "^2.3.1", |
87 | | - "typedoc": "^0.21.5", |
| 87 | + "typedoc": "^0.21.6", |
88 | 88 | "typescript": "^4.3.5" |
89 | 89 | }, |
90 | 90 | "scripts": { |
|
105 | 105 | "docs": "typedoc src/index.ts", |
106 | 106 | "prepare": "yarn run build" |
107 | 107 | }, |
108 | | - "packageManager": "yarn@3.0.0" |
| 108 | + "packageManager": "yarn@3.0.1" |
109 | 109 | } |
0 commit comments