|
54 | 54 | "last 2 Firefox versions" |
55 | 55 | ], |
56 | 56 | "dependencies": { |
57 | | - "@types/d3-force": "^3.0.9", |
58 | | - "@types/d3-hierarchy": "^3.1.6", |
| 57 | + "@types/d3-force": "^3.0.10", |
| 58 | + "@types/d3-hierarchy": "^3.1.7", |
59 | 59 | "d3-dispatch": "^3.0.1", |
60 | 60 | "d3-force": "^3.0.0", |
61 | 61 | "d3-hierarchy": "^3.1.2", |
|
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | 66 | "@chiogen/rollup-plugin-terser": "^7.1.3", |
67 | | - "@rollup/plugin-commonjs": "^25.0.7", |
| 67 | + "@rollup/plugin-commonjs": "^26.0.1", |
68 | 68 | "@rollup/plugin-node-resolve": "^15.2.3", |
69 | | - "@rollup/plugin-replace": "^5.0.5", |
| 69 | + "@rollup/plugin-replace": "^5.0.7", |
70 | 70 | "@rollup/plugin-typescript": "^11.1.6", |
71 | 71 | "@types/jest": "^29.5.12", |
72 | 72 | "@types/jest-image-snapshot": "^6.4.0", |
73 | | - "@types/node": "^20.11.27", |
| 73 | + "@types/node": "^22.5.4", |
74 | 74 | "@types/seedrandom": "^3.0.8", |
75 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
76 | | - "@typescript-eslint/parser": "^7.2.0", |
77 | | - "@yarnpkg/sdks": "^3.1.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "^8.4.0", |
| 76 | + "@typescript-eslint/parser": "^8.4.0", |
| 77 | + "@yarnpkg/sdks": "^3.2.0", |
78 | 78 | "canvas": "^2.11.2", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
80 | | - "chart.js": "^4.4.2", |
| 80 | + "chart.js": "^4.4.4", |
81 | 81 | "chartjs-plugin-datalabels": "^2.2.0", |
82 | 82 | "chartjs-plugin-zoom": "^2.0.1", |
83 | | - "eslint": "^8.57.0", |
| 83 | + "eslint": "^9.10.0", |
84 | 84 | "eslint-config-airbnb-typescript": "^18.0.0", |
85 | 85 | "eslint-config-prettier": "^9.1.0", |
86 | 86 | "eslint-config-react-app": "^7.0.1", |
87 | 87 | "eslint-plugin-flowtype": "^8.0.3", |
88 | | - "eslint-plugin-import": "^2.29.1", |
89 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
90 | | - "eslint-plugin-prettier": "^5.1.3", |
91 | | - "eslint-plugin-react": "^7.34.0", |
92 | | - "eslint-plugin-react-hooks": "^4.6.0", |
| 88 | + "eslint-plugin-import": "^2.30.0", |
| 89 | + "eslint-plugin-jsx-a11y": "^6.10.0", |
| 90 | + "eslint-plugin-prettier": "^5.2.1", |
| 91 | + "eslint-plugin-react": "^7.35.2", |
| 92 | + "eslint-plugin-react-hooks": "^4.6.2", |
93 | 93 | "jest": "^29.7.0", |
94 | 94 | "jest-environment-jsdom": "^29.7.0", |
95 | 95 | "jest-image-snapshot": "^6.4.0", |
96 | | - "prettier": "^3.2.5", |
97 | | - "rimraf": "^5.0.5", |
98 | | - "rollup": "~4.13.0", |
| 96 | + "prettier": "^3.3.3", |
| 97 | + "rimraf": "^6.0.1", |
| 98 | + "rollup": "~4.21.2", |
99 | 99 | "rollup-plugin-cleanup": "^3.2.1", |
100 | | - "rollup-plugin-dts": "^6.1.0", |
| 100 | + "rollup-plugin-dts": "^6.1.1", |
101 | 101 | "seedrandom": "^3.0.5", |
102 | | - "ts-jest": "^29.1.2", |
103 | | - "tslib": "^2.6.2", |
104 | | - "typedoc": "^0.25.12", |
105 | | - "typedoc-plugin-markdown": "^4.0.0-next.16", |
106 | | - "typedoc-vitepress-theme": "^1.0.0-next.9", |
107 | | - "typescript": "^5.4.2", |
108 | | - "vitepress": "^1.0.0-rc.45", |
109 | | - "vue": "^3.4.21", |
110 | | - "vue-chartjs": "^5.3.0" |
| 102 | + "ts-jest": "^29.2.5", |
| 103 | + "tslib": "^2.7.0", |
| 104 | + "typedoc": "^0.26.6", |
| 105 | + "typedoc-plugin-markdown": "^4.2.7", |
| 106 | + "typedoc-vitepress-theme": "^1.0.1", |
| 107 | + "typescript": "^5.5.4", |
| 108 | + "vitepress": "^1.3.4", |
| 109 | + "vue": "^3.5.3", |
| 110 | + "vue-chartjs": "^5.3.1" |
111 | 111 | }, |
112 | 112 | "resolutions": { |
113 | 113 | "@typescript-eslint/eslint-plugin": "^7.2.0", |
|
134 | 134 | "docs:build": "yarn run docs:api && vitepress build docs", |
135 | 135 | "docs:preview": "vitepress preview docs" |
136 | 136 | }, |
137 | | - "packageManager": "yarn@4.1.1" |
| 137 | + "packageManager": "yarn@4.4.1" |
138 | 138 | } |
0 commit comments