Skip to content

Commit b3a3dcb

Browse files
authored
Merge pull request #97 from sgratzl/upgrade
build: upgrade dependencies
2 parents fe4dfe2 + 4f1fedf commit b3a3dcb

File tree

9 files changed

+5215
-4976
lines changed

9 files changed

+5215
-4976
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
- run: npm i -g yarn
1616
- run: yarn config set checksumBehavior ignore
1717
- name: Cache Node.js modules

.github/workflows/deploy_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 20
2323
cache: npm
2424
- run: npm i -g yarn
2525
- run: yarn config set checksumBehavior ignore

.github/workflows/release_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
- name: Extract version
2525
id: extract_version
2626
run: |
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555
- uses: actions/setup-node@v3
5656
with:
57-
node-version: 16
57+
node-version: 20
5858
- run: npm i -g yarn
5959
- run: yarn config set checksumBehavior ignore
6060
- name: Cache Node.js modules

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"npm.packageManager": "yarn",
1717
"eslint.nodePath": ".yarn/sdks",
18-
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
18+
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
1919
"files.eol": "\n",
2020
"typescript.tsdk": ".yarn/sdks/typescript/lib",
2121
"typescript.enablePromptUseWorkspaceTsdk": true,

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 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-3.6.4.cjs
6+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"last 2 Firefox versions"
5555
],
5656
"dependencies": {
57-
"@types/d3-force": "^3.0.7",
58-
"@types/d3-hierarchy": "^3.1.5",
57+
"@types/d3-force": "^3.0.9",
58+
"@types/d3-hierarchy": "^3.1.6",
5959
"d3-dispatch": "^3.0.1",
6060
"d3-force": "^3.0.0",
6161
"d3-hierarchy": "^3.1.2",
@@ -66,47 +66,47 @@
6666
"@chiogen/rollup-plugin-terser": "^7.1.3",
6767
"@rollup/plugin-commonjs": "^25.0.7",
6868
"@rollup/plugin-node-resolve": "^15.2.3",
69-
"@rollup/plugin-replace": "^5.0.4",
69+
"@rollup/plugin-replace": "^5.0.5",
7070
"@rollup/plugin-typescript": "^11.1.5",
71-
"@types/jest": "^29.5.6",
72-
"@types/jest-image-snapshot": "^6.2.2",
73-
"@types/node": "^20.8.7",
74-
"@types/seedrandom": "^3.0.7",
75-
"@typescript-eslint/eslint-plugin": "^6.8.0",
76-
"@typescript-eslint/parser": "^6.8.0",
77-
"@yarnpkg/sdks": "^2.7.1",
71+
"@types/jest": "^29.5.11",
72+
"@types/jest-image-snapshot": "^6.3.0",
73+
"@types/node": "^20.10.4",
74+
"@types/seedrandom": "^3.0.8",
75+
"@typescript-eslint/eslint-plugin": "^6.13.2",
76+
"@typescript-eslint/parser": "^6.13.2",
77+
"@yarnpkg/sdks": "^3.1.0",
7878
"canvas": "^2.11.2",
7979
"canvas-5-polyfill": "^0.1.5",
80-
"chart.js": "^4.4.0",
80+
"chart.js": "^4.4.1",
8181
"chartjs-plugin-datalabels": "^2.2.0",
8282
"chartjs-plugin-zoom": "^2.0.1",
83-
"eslint": "^8.51.0",
83+
"eslint": "^8.55.0",
8484
"eslint-config-airbnb-typescript": "^17.1.0",
85-
"eslint-config-prettier": "^9.0.0",
85+
"eslint-config-prettier": "^9.1.0",
8686
"eslint-config-react-app": "^7.0.1",
8787
"eslint-plugin-flowtype": "^8.0.3",
88-
"eslint-plugin-import": "^2.28.1",
89-
"eslint-plugin-jsx-a11y": "^6.7.1",
88+
"eslint-plugin-import": "^2.29.0",
89+
"eslint-plugin-jsx-a11y": "^6.8.0",
9090
"eslint-plugin-prettier": "^5.0.1",
9191
"eslint-plugin-react": "^7.33.2",
9292
"eslint-plugin-react-hooks": "^4.6.0",
9393
"jest": "^29.7.0",
9494
"jest-environment-jsdom": "^29.7.0",
95-
"jest-image-snapshot": "^6.2.0",
96-
"prettier": "^3.0.3",
95+
"jest-image-snapshot": "^6.3.0",
96+
"prettier": "^3.1.0",
9797
"rimraf": "^5.0.5",
98-
"rollup": "~4.1.4",
98+
"rollup": "~4.7.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.1",
103103
"tslib": "^2.6.2",
104-
"typedoc": "^0.25.2",
104+
"typedoc": "^0.25.4",
105105
"typedoc-plugin-markdown": "^4.0.0-next.16",
106106
"typedoc-vitepress-theme": "^1.0.0-next.3",
107-
"typescript": "^5.2.2",
108-
"vitepress": "^1.0.0-rc.22",
109-
"vue": "^3.3.4",
107+
"typescript": "^5.3.3",
108+
"vitepress": "^1.0.0-rc.31",
109+
"vue": "^3.3.11",
110110
"vue-chartjs": "^5.2.0"
111111
},
112112
"resolutions": {
@@ -134,5 +134,5 @@
134134
"docs:build": "yarn run docs:api && vitepress build docs",
135135
"docs:preview": "vitepress preview docs"
136136
},
137-
"packageManager": "yarn@3.6.4"
137+
"packageManager": "yarn@4.0.2"
138138
}

0 commit comments

Comments
 (0)