|
1 | 1 | { |
2 | 2 | "name": "@sgratzl/chartjs-chart-boxplot", |
3 | 3 | "description": "Chart.js module for charting boxplots and violin charts", |
4 | | - "version": "4.0.0-alpha", |
| 4 | + "version": "4.0.0", |
5 | 5 | "publishConfig": { |
6 | 6 | "access": "public" |
7 | 7 | }, |
|
61 | 61 | "src/**/*.tsx" |
62 | 62 | ], |
63 | 63 | "peerDependencies": { |
64 | | - "chart.js": "^3.9.1" |
| 64 | + "chart.js": "^4.0.1" |
65 | 65 | }, |
66 | 66 | "browserslist": [ |
67 | 67 | "Firefox ESR", |
68 | 68 | "last 2 Chrome versions", |
69 | 69 | "last 2 Firefox versions" |
70 | 70 | ], |
71 | 71 | "dependencies": { |
| 72 | + "@kurkle/color": "^0.2.1", |
72 | 73 | "@sgratzl/boxplots": "^1.3.0" |
73 | 74 | }, |
74 | 75 | "devDependencies": { |
75 | | - "@chiogen/rollup-plugin-terser": "^7.0.2", |
| 76 | + "@chiogen/rollup-plugin-terser": "^7.1.3", |
76 | 77 | "@rollup/plugin-commonjs": "^23.0.2", |
77 | 78 | "@rollup/plugin-node-resolve": "^15.0.1", |
78 | 79 | "@rollup/plugin-replace": "^5.0.1", |
79 | 80 | "@rollup/plugin-typescript": "^9.0.2", |
80 | | - "@types/jest": "^29.2.2", |
| 81 | + "@types/jest": "^29.2.3", |
81 | 82 | "@types/jest-image-snapshot": "^5.1.0", |
82 | 83 | "@types/node": "^18.11.9", |
83 | | - "@typescript-eslint/eslint-plugin": "^5.42.0", |
84 | | - "@typescript-eslint/parser": "^5.42.0", |
| 84 | + "@typescript-eslint/eslint-plugin": "^5.44.0", |
| 85 | + "@typescript-eslint/parser": "^5.44.0", |
85 | 86 | "@yarnpkg/sdks": "^2.6.3", |
86 | 87 | "canvas": "^2.10.2", |
87 | 88 | "canvas-5-polyfill": "^0.1.5", |
88 | | - "chart.js": "^3.9.1", |
89 | | - "eslint": "^8.27.0", |
| 89 | + "chart.js": "^4.0.1", |
| 90 | + "eslint": "^8.28.0", |
90 | 91 | "eslint-config-airbnb-typescript": "^17.0.0", |
91 | 92 | "eslint-config-prettier": "^8.5.0", |
92 | 93 | "eslint-config-react-app": "^7.0.1", |
93 | 94 | "eslint-plugin-flowtype": "^8.0.3", |
94 | 95 | "eslint-plugin-import": "^2.26.0", |
95 | 96 | "eslint-plugin-jsx-a11y": "^6.6.1", |
96 | 97 | "eslint-plugin-prettier": "^4.2.1", |
97 | | - "eslint-plugin-react": "^7.31.10", |
| 98 | + "eslint-plugin-react": "^7.31.11", |
98 | 99 | "eslint-plugin-react-hooks": "^4.6.0", |
99 | | - "jest": "^29.2.2", |
100 | | - "jest-environment-jsdom": "^29.2.2", |
| 100 | + "jest": "^29.3.1", |
| 101 | + "jest-environment-jsdom": "^29.3.1", |
101 | 102 | "jest-image-snapshot": "^6.0.0", |
102 | | - "prettier": "^2.7.1", |
| 103 | + "prettier": "^2.8.0", |
103 | 104 | "rimraf": "^3.0.2", |
104 | | - "rollup": "^3.2.5", |
| 105 | + "rollup": "^3.4.0", |
105 | 106 | "rollup-plugin-cleanup": "^3.2.1", |
106 | 107 | "rollup-plugin-dts": "^5.0.0", |
107 | 108 | "ts-jest": "^29.0.3", |
108 | 109 | "tslib": "^2.4.1", |
109 | | - "typedoc": "^0.23.20", |
110 | | - "typescript": "^4.8.4" |
| 110 | + "typedoc": "^0.23.21", |
| 111 | + "typescript": "^4.9.3" |
111 | 112 | }, |
112 | 113 | "scripts": { |
113 | 114 | "clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
114 | 115 | "compile": "tsc -b tsconfig.c.json", |
115 | 116 | "start": "yarn run watch", |
116 | 117 | "watch": "rollup -c -w", |
117 | 118 | "build": "rollup -c", |
118 | | - "test": "jest --passWithNoTests --detectOpenHandles --forceExit", |
| 119 | + "test": "yarn node --experimental-vm-modules $(yarn bin jest) --passWithNoTests --detectOpenHandles --forceExit", |
119 | 120 | "test:watch": "yarn run test --watch", |
120 | 121 | "test:coverage": "yarn run test --coverage", |
121 | 122 | "samples": "yarn tsc samples/type_test.ts", |
|
128 | 129 | "docs": "typedoc src/index.ts", |
129 | 130 | "prepare": "yarn run build" |
130 | 131 | }, |
131 | | - "packageManager": "[email protected]" |
| 132 | + "packageManager": "[email protected]", |
| 133 | + "dependenciesMeta": { |
| 134 | + |
| 135 | + "unplugged": true |
| 136 | + } |
| 137 | + } |
132 | 138 | } |
0 commit comments