|
50 | 50 | "src/**/*.tsx"
|
51 | 51 | ],
|
52 | 52 | "peerDependencies": {
|
53 |
| - "chart.js": "^3.1.0" |
| 53 | + "chart.js": "^3.2.1" |
54 | 54 | },
|
55 | 55 | "browserslist": [
|
56 | 56 | "Firefox ESR",
|
|
61 | 61 | "@sgratzl/boxplots": "^1.2.2"
|
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "@rollup/plugin-commonjs": "^18.0.0", |
65 |
| - "@rollup/plugin-node-resolve": "^11.2.1", |
| 64 | + "@rollup/plugin-commonjs": "^19.0.0", |
| 65 | + "@rollup/plugin-node-resolve": "^13.0.0", |
66 | 66 | "@rollup/plugin-replace": "^2.4.2",
|
67 | 67 | "@rollup/plugin-typescript": "^8.2.1",
|
68 |
| - "@types/jest": "^26.0.22", |
| 68 | + "@types/jest": "^26.0.23", |
69 | 69 | "@types/jest-image-snapshot": "^4.3.0",
|
70 |
| - "@types/node": "^14.14.41", |
71 |
| - "@typescript-eslint/eslint-plugin": "^4.22.0", |
72 |
| - "@typescript-eslint/parser": "^4.22.0", |
| 70 | + "@types/node": "^15.0.2", |
| 71 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 72 | + "@typescript-eslint/parser": "^4.22.1", |
73 | 73 | "@yarnpkg/pnpify": "^2.4.0",
|
74 | 74 | "canvas": "^2.7.0",
|
75 | 75 | "canvas-5-polyfill": "^0.1.5",
|
76 |
| - "chart.js": "^3.1.0", |
77 |
| - "eslint": "^7.24.0", |
| 76 | + "chart.js": "^3.2.1", |
| 77 | + "eslint": "^7.26.0", |
78 | 78 | "eslint-config-airbnb-typescript": "^12.3.1",
|
79 |
| - "eslint-config-prettier": "^8.2.0", |
| 79 | + "eslint-config-prettier": "^8.3.0", |
80 | 80 | "eslint-config-react-app": "^6.0.0",
|
81 |
| - "eslint-plugin-flowtype": "^5.7.1", |
| 81 | + "eslint-plugin-flowtype": "^5.7.2", |
82 | 82 | "eslint-plugin-import": "^2.22.1",
|
83 | 83 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
84 | 84 | "eslint-plugin-prettier": "^3.4.0",
|
85 | 85 | "eslint-plugin-react": "^7.23.2",
|
86 | 86 | "eslint-plugin-react-hooks": "^4.2.0",
|
87 | 87 | "jest": "^26.6.3",
|
88 |
| - "jest-image-snapshot": "^4.4.1", |
89 |
| - "prettier": "^2.2.1", |
90 |
| - "release-it": "^14.6.1", |
| 88 | + "jest-image-snapshot": "^4.5.0", |
| 89 | + "prettier": "^2.3.0", |
| 90 | + "release-it": "^14.6.2", |
91 | 91 | "rimraf": "^3.0.2",
|
92 |
| - "rollup": "^2.45.2", |
| 92 | + "rollup": "^2.47.0", |
93 | 93 | "rollup-plugin-cleanup": "^3.2.1",
|
94 | 94 | "rollup-plugin-dts": "^3.0.1",
|
95 | 95 | "rollup-plugin-terser": "^7.0.2",
|
96 |
| - "ts-jest": "^26.5.5", |
| 96 | + "ts-jest": "^26.5.6", |
97 | 97 | "tslib": "^2.2.0",
|
98 |
| - "typedoc": "^0.20.35", |
| 98 | + "typedoc": "^0.20.36", |
99 | 99 | "typescript": "^4.2.4"
|
100 | 100 | },
|
101 | 101 | "scripts": {
|
|
0 commit comments