Skip to content

Commit 404cf74

Browse files
committed
build: update deps
1 parent 5a085df commit 404cf74

File tree

5 files changed

+541
-448
lines changed

5 files changed

+541
-448
lines changed

.yarn/releases/yarn-4.1.0.cjs renamed to .yarn/releases/yarn-4.1.1.cjs

Lines changed: 162 additions & 162 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ packageExtensions:
33
dependencies:
44
eslint-import-resolver-node: "*"
55

6-
yarnPath: .yarn/releases/yarn-4.1.0.cjs
6+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"@rollup/plugin-typescript": "^11.1.6",
7171
"@types/jest": "^29.5.12",
7272
"@types/jest-image-snapshot": "^6.4.0",
73-
"@types/node": "^20.11.24",
73+
"@types/node": "^20.11.27",
7474
"@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",
7777
"@yarnpkg/sdks": "^3.1.0",
7878
"canvas": "^2.11.2",
7979
"canvas-5-polyfill": "^0.1.5",
@@ -88,30 +88,30 @@
8888
"eslint-plugin-import": "^2.29.1",
8989
"eslint-plugin-jsx-a11y": "^6.8.0",
9090
"eslint-plugin-prettier": "^5.1.3",
91-
"eslint-plugin-react": "^7.33.2",
91+
"eslint-plugin-react": "^7.34.0",
9292
"eslint-plugin-react-hooks": "^4.6.0",
9393
"jest": "^29.7.0",
9494
"jest-environment-jsdom": "^29.7.0",
9595
"jest-image-snapshot": "^6.4.0",
9696
"prettier": "^3.2.5",
9797
"rimraf": "^5.0.5",
98-
"rollup": "~4.12.0",
98+
"rollup": "~4.13.0",
9999
"rollup-plugin-cleanup": "^3.2.1",
100100
"rollup-plugin-dts": "^6.1.0",
101101
"seedrandom": "^3.0.5",
102102
"ts-jest": "^29.1.2",
103103
"tslib": "^2.6.2",
104-
"typedoc": "^0.25.9",
104+
"typedoc": "^0.25.12",
105105
"typedoc-plugin-markdown": "^4.0.0-next.16",
106106
"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",
109109
"vue": "^3.4.21",
110110
"vue-chartjs": "^5.3.0"
111111
},
112112
"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"
115115
},
116116
"scripts": {
117117
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
@@ -134,5 +134,5 @@
134134
"docs:build": "yarn run docs:api && vitepress build docs",
135135
"docs:preview": "vitepress preview docs"
136136
},
137-
"packageManager": "yarn@4.1.0"
137+
"packageManager": "yarn@4.1.1"
138138
}

typedoc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
"$schema": "https://typedoc.org/schema.json",
33
"entryPoints": ["./src"],
44
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
5-
"name": "chartjs-chart-boxplot",
5+
"name": "chartjs-chart-graph",
66
"out": "./docs/api",
7+
"docsRoot": "./docs/",
8+
"readme": "none",
9+
"sidebar": {
10+
"pretty": true
11+
},
712
"theme": "default",
813
"excludeExternals": true,
914
"excludeInternal": true,

0 commit comments

Comments
 (0)