Skip to content

Commit 5266781

Browse files
authored
Merge pull request #98 from sgratzl/upgrade
build: upgrade dependencies
2 parents b3a3dcb + 81f47c5 commit 5266781

File tree

3 files changed

+778
-1322
lines changed

3 files changed

+778
-1322
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,51 +67,51 @@
6767
"@rollup/plugin-commonjs": "^25.0.7",
6868
"@rollup/plugin-node-resolve": "^15.2.3",
6969
"@rollup/plugin-replace": "^5.0.5",
70-
"@rollup/plugin-typescript": "^11.1.5",
70+
"@rollup/plugin-typescript": "^11.1.6",
7171
"@types/jest": "^29.5.11",
72-
"@types/jest-image-snapshot": "^6.3.0",
73-
"@types/node": "^20.10.4",
72+
"@types/jest-image-snapshot": "^6.4.0",
73+
"@types/node": "^20.11.5",
7474
"@types/seedrandom": "^3.0.8",
75-
"@typescript-eslint/eslint-plugin": "^6.13.2",
76-
"@typescript-eslint/parser": "^6.13.2",
75+
"@typescript-eslint/eslint-plugin": "^6.19.0",
76+
"@typescript-eslint/parser": "^6.19.0",
7777
"@yarnpkg/sdks": "^3.1.0",
7878
"canvas": "^2.11.2",
7979
"canvas-5-polyfill": "^0.1.5",
8080
"chart.js": "^4.4.1",
8181
"chartjs-plugin-datalabels": "^2.2.0",
8282
"chartjs-plugin-zoom": "^2.0.1",
83-
"eslint": "^8.55.0",
83+
"eslint": "^8.56.0",
8484
"eslint-config-airbnb-typescript": "^17.1.0",
8585
"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.29.0",
88+
"eslint-plugin-import": "^2.29.1",
8989
"eslint-plugin-jsx-a11y": "^6.8.0",
90-
"eslint-plugin-prettier": "^5.0.1",
90+
"eslint-plugin-prettier": "^5.1.3",
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.3.0",
96-
"prettier": "^3.1.0",
95+
"jest-image-snapshot": "^6.4.0",
96+
"prettier": "^3.2.4",
9797
"rimraf": "^5.0.5",
98-
"rollup": "~4.7.0",
98+
"rollup": "~4.9.6",
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.4",
104+
"typedoc": "^0.25.7",
105105
"typedoc-plugin-markdown": "^4.0.0-next.16",
106-
"typedoc-vitepress-theme": "^1.0.0-next.3",
106+
"typedoc-vitepress-theme": "^1.0.0-next.7",
107107
"typescript": "^5.3.3",
108-
"vitepress": "^1.0.0-rc.31",
109-
"vue": "^3.3.11",
110-
"vue-chartjs": "^5.2.0"
108+
"vitepress": "^1.0.0-rc.39",
109+
"vue": "^3.4.15",
110+
"vue-chartjs": "^5.3.0"
111111
},
112112
"resolutions": {
113-
"@typescript-eslint/eslint-plugin": "^6.7.0",
114-
"@typescript-eslint/parser": "^6.7.0"
113+
"@typescript-eslint/eslint-plugin": "^6.19.0",
114+
"@typescript-eslint/parser": "^6.19.0"
115115
},
116116
"scripts": {
117117
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"noEmit": true,
2727
"paths": {
2828
"@": ["./src"],
29-
"*": ["*", "node_modules/*"]
30-
}
29+
"*": ["*", "node_modules/*"],
30+
},
3131
},
32-
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"]
32+
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"],
3333
}

0 commit comments

Comments
 (0)