|
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.24", |
| 73 | + "@types/node": "^20.11.27", |
74 | 74 | "@types/seedrandom": "^3.0.8", |
75 | | - "@typescript-eslint/eslint-plugin": "^7.1.0", |
76 | | - "@typescript-eslint/parser": "^7.1.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 76 | + "@typescript-eslint/parser": "^7.2.0", |
77 | 77 | "@yarnpkg/sdks": "^3.1.0", |
78 | 78 | "canvas": "^2.11.2", |
79 | 79 | "canvas-5-polyfill": "^0.1.5", |
|
88 | 88 | "eslint-plugin-import": "^2.29.1", |
89 | 89 | "eslint-plugin-jsx-a11y": "^6.8.0", |
90 | 90 | "eslint-plugin-prettier": "^5.1.3", |
91 | | - "eslint-plugin-react": "^7.33.2", |
| 91 | + "eslint-plugin-react": "^7.34.0", |
92 | 92 | "eslint-plugin-react-hooks": "^4.6.0", |
93 | 93 | "jest": "^29.7.0", |
94 | 94 | "jest-environment-jsdom": "^29.7.0", |
95 | 95 | "jest-image-snapshot": "^6.4.0", |
96 | 96 | "prettier": "^3.2.5", |
97 | 97 | "rimraf": "^5.0.5", |
98 | | - "rollup": "~4.12.0", |
| 98 | + "rollup": "~4.13.0", |
99 | 99 | "rollup-plugin-cleanup": "^3.2.1", |
100 | 100 | "rollup-plugin-dts": "^6.1.0", |
101 | 101 | "seedrandom": "^3.0.5", |
102 | 102 | "ts-jest": "^29.1.2", |
103 | 103 | "tslib": "^2.6.2", |
104 | | - "typedoc": "^0.25.9", |
| 104 | + "typedoc": "^0.25.12", |
105 | 105 | "typedoc-plugin-markdown": "^4.0.0-next.16", |
106 | 106 | "typedoc-vitepress-theme": "^1.0.0-next.9", |
107 | | - "typescript": "^5.3.3", |
108 | | - "vitepress": "^1.0.0-rc.44", |
| 107 | + "typescript": "^5.4.2", |
| 108 | + "vitepress": "^1.0.0-rc.45", |
109 | 109 | "vue": "^3.4.21", |
110 | 110 | "vue-chartjs": "^5.3.0" |
111 | 111 | }, |
112 | 112 | "resolutions": { |
113 | | - "@typescript-eslint/eslint-plugin": "^7.1.0", |
114 | | - "@typescript-eslint/parser": "^7.1.0" |
| 113 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 114 | + "@typescript-eslint/parser": "^7.2.0" |
115 | 115 | }, |
116 | 116 | "scripts": { |
117 | 117 | "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", |
|
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.0" |
| 137 | + "packageManager": "yarn@4.1.1" |
138 | 138 | } |
0 commit comments