|
1 | 1 | { |
2 | 2 | "name": "chartjs-chart-graph", |
3 | 3 | "description": "Chart.js module for charting error bars", |
4 | | - "version": "4.1.2", |
| 4 | + "version": "4.2.0", |
5 | 5 | "author": { |
6 | 6 | "name": "Samuel Gratzl", |
7 | 7 | "email": "sam@sgratzl.com", |
|
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | 66 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
67 | | - "@rollup/plugin-commonjs": "^24.0.1", |
68 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
| 67 | + "@rollup/plugin-commonjs": "^24.1.0", |
| 68 | + "@rollup/plugin-node-resolve": "^15.0.2", |
69 | 69 | "@rollup/plugin-replace": "^5.0.2", |
70 | | - "@rollup/plugin-typescript": "^11.0.0", |
71 | | - "@types/jest": "^29.4.0", |
| 70 | + "@rollup/plugin-typescript": "^11.1.0", |
| 71 | + "@types/jest": "^29.5.1", |
72 | 72 | "@types/jest-image-snapshot": "^6.1.0", |
73 | | - "@types/node": "^18.11.18", |
74 | | - "@types/seedrandom": "^3.0.4", |
75 | | - "@typescript-eslint/eslint-plugin": "^5.49.0", |
76 | | - "@typescript-eslint/parser": "^5.49.0", |
77 | | - "@yarnpkg/sdks": "^2.6.3", |
78 | | - "canvas": "^2.11.0", |
| 73 | + "@types/node": "^18.16.3", |
| 74 | + "@types/seedrandom": "^3.0.5", |
| 75 | + "@typescript-eslint/eslint-plugin": "^5.59.1", |
| 76 | + "@typescript-eslint/parser": "^5.59.1", |
| 77 | + "@yarnpkg/sdks": "^2.7.0", |
| 78 | + "canvas": "^2.11.2", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.2.0", |
81 | | - "eslint": "^8.32.0", |
| 80 | + "chart.js": "^4.3.0", |
| 81 | + "eslint": "^8.39.0", |
82 | 82 | "eslint-config-airbnb-typescript": "^17.0.0", |
83 | | - "eslint-config-prettier": "^8.6.0", |
| 83 | + "eslint-config-prettier": "^8.8.0", |
84 | 84 | "eslint-config-react-app": "^7.0.1", |
85 | 85 | "eslint-plugin-flowtype": "^8.0.3", |
86 | 86 | "eslint-plugin-import": "^2.27.5", |
87 | 87 | "eslint-plugin-jsx-a11y": "^6.7.1", |
88 | 88 | "eslint-plugin-prettier": "^4.2.1", |
89 | | - "eslint-plugin-react": "^7.32.1", |
| 89 | + "eslint-plugin-react": "^7.32.2", |
90 | 90 | "eslint-plugin-react-hooks": "^4.6.0", |
91 | | - "jest": "^29.4.1", |
92 | | - "jest-environment-jsdom": "^29.4.1", |
| 91 | + "jest": "^29.5.0", |
| 92 | + "jest-environment-jsdom": "^29.5.0", |
93 | 93 | "jest-image-snapshot": "^6.1.0", |
94 | | - "prettier": "^2.8.3", |
95 | | - "rimraf": "^3", |
96 | | - "rollup": "~3.12.0", |
| 94 | + "prettier": "^2.8.8", |
| 95 | + "rimraf": "^5.0.0", |
| 96 | + "rollup": "~3.21.1", |
97 | 97 | "rollup-plugin-cleanup": "^3.2.1", |
98 | | - "rollup-plugin-dts": "^5.1.1", |
| 98 | + "rollup-plugin-dts": "^5.3.0", |
99 | 99 | "seedrandom": "^3.0.5", |
100 | | - "ts-jest": "^29.0.5", |
| 100 | + "ts-jest": "^29.1.0", |
101 | 101 | "tslib": "^2.5.0", |
102 | | - "typedoc": "^0.23.24", |
103 | | - "typescript": "^4.9.4" |
| 102 | + "typedoc": "^0.24.6", |
| 103 | + "typescript": "^5.0.4" |
104 | 104 | }, |
105 | 105 | "scripts": { |
106 | | - "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
| 106 | + "clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
107 | 107 | "compile": "tsc -b tsconfig.c.json", |
108 | 108 | "compile:types": "tsc -p tsconfig.c.json --emitDeclarationOnly", |
109 | 109 | "start": "yarn run watch", |
|
122 | 122 | "docs": "typedoc src/index.ts", |
123 | 123 | "prepare": "yarn run build" |
124 | 124 | }, |
125 | | - "packageManager": "yarn@3.3.1" |
| 125 | + "packageManager": "yarn@3.5.0" |
126 | 126 | } |
0 commit comments