|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "4.2.4", |
| 4 | + "version": "4.2.5", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | 75 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
76 | | - "@rollup/plugin-commonjs": "^25.0.2", |
77 | | - "@rollup/plugin-node-resolve": "^15.1.0", |
| 76 | + "@rollup/plugin-commonjs": "^25.0.4", |
| 77 | + "@rollup/plugin-node-resolve": "^15.2.1", |
78 | 78 | "@rollup/plugin-replace": "^5.0.2", |
79 | | - "@rollup/plugin-typescript": "^11.1.2", |
80 | | - "@types/jest": "^29.5.2", |
81 | | - "@types/jest-image-snapshot": "^6.1.0", |
82 | | - "@types/node": "^20.3.3", |
83 | | - "@typescript-eslint/eslint-plugin": "^5.61.0", |
84 | | - "@typescript-eslint/parser": "^5.61.0", |
| 79 | + "@rollup/plugin-typescript": "^11.1.3", |
| 80 | + "@types/jest": "^29.5.5", |
| 81 | + "@types/jest-image-snapshot": "^6.2.1", |
| 82 | + "@types/node": "^20.6.2", |
| 83 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 84 | + "@typescript-eslint/parser": "^6.7.0", |
85 | 85 | "@yarnpkg/sdks": "^2.7.1", |
86 | 86 | "canvas": "^2.11.2", |
87 | 87 | "canvas-5-polyfill": "^0.1.5", |
88 | | - "chart.js": "^4.3.0", |
89 | | - "eslint": "^8.44.0", |
90 | | - "eslint-config-airbnb-typescript": "^17.0.0", |
91 | | - "eslint-config-prettier": "^8.8.0", |
| 88 | + "chart.js": "^4.4.0", |
| 89 | + "eslint": "^8.49.0", |
| 90 | + "eslint-config-airbnb-typescript": "^17.1.0", |
| 91 | + "eslint-config-prettier": "^9.0.0", |
92 | 92 | "eslint-config-react-app": "^7.0.1", |
93 | 93 | "eslint-plugin-flowtype": "^8.0.3", |
94 | | - "eslint-plugin-import": "^2.27.5", |
| 94 | + "eslint-plugin-import": "^2.28.1", |
95 | 95 | "eslint-plugin-jsx-a11y": "^6.7.1", |
96 | | - "eslint-plugin-prettier": "^4.2.1", |
97 | | - "eslint-plugin-react": "^7.32.2", |
| 96 | + "eslint-plugin-prettier": "^5.0.0", |
| 97 | + "eslint-plugin-react": "^7.33.2", |
98 | 98 | "eslint-plugin-react-hooks": "^4.6.0", |
99 | | - "jest": "^29.6.0", |
100 | | - "jest-environment-jsdom": "^29.6.0", |
101 | | - "jest-image-snapshot": "^6.1.0", |
102 | | - "prettier": "^2.8.8", |
| 99 | + "jest": "^29.7.0", |
| 100 | + "jest-environment-jsdom": "^29.7.0", |
| 101 | + "jest-image-snapshot": "^6.2.0", |
| 102 | + "prettier": "^3.0.3", |
103 | 103 | "rimraf": "^5.0.1", |
104 | | - "rollup": "^3.26.0", |
| 104 | + "rollup": "^3.29.2", |
105 | 105 | "rollup-plugin-cleanup": "^3.2.1", |
106 | | - "rollup-plugin-dts": "^5.3.0", |
| 106 | + "rollup-plugin-dts": "^6.0.2", |
107 | 107 | "ts-jest": "^29.1.1", |
108 | | - "tslib": "^2.6.0", |
109 | | - "typedoc": "^0.24.8", |
| 108 | + "tslib": "^2.6.2", |
| 109 | + "typedoc": "^0.25.1", |
110 | 110 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
111 | | - "typedoc-vitepress-theme": "^1.0.0-next.2", |
112 | | - "typescript": "^5.1.6", |
113 | | - "vitepress": "^1.0.0-beta.5", |
| 111 | + "typedoc-vitepress-theme": "^1.0.0-next.3", |
| 112 | + "typescript": "^5.2.2", |
| 113 | + "vitepress": "^1.0.0-rc.14", |
114 | 114 | "vue": "^3.3.4", |
115 | 115 | "vue-chartjs": "^5.2.0" |
116 | 116 | }, |
| 117 | + "resolutions": { |
| 118 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 119 | + "@typescript-eslint/parser": "^6.7.0" |
| 120 | + }, |
117 | 121 | "scripts": { |
118 | | - "clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
| 122 | + "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
119 | 123 | "compile": "tsc -b tsconfig.c.json", |
120 | 124 | "start": "yarn run watch", |
121 | 125 | "watch": "rollup -c -w", |
|
135 | 139 | "docs:build": "yarn run docs:api && vitepress build docs", |
136 | 140 | "docs:preview": "vitepress preview docs" |
137 | 141 | }, |
138 | | - "packageManager": "[email protected].1" |
| 142 | + "packageManager": "[email protected].3" |
139 | 143 | } |
0 commit comments