Skip to content

Commit

Permalink
Merge pull request #62 from upsetjs/upgrade
Browse files Browse the repository at this point in the history
build: upgrade dependencies
  • Loading branch information
sgratzl authored Jan 21, 2024
2 parents 1b5d7bd + f978c52 commit c162502
Show file tree
Hide file tree
Showing 3 changed files with 785 additions and 1,329 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,51 +55,51 @@
"devDependencies": {
"@chiogen/rollup-plugin-terser": "^7.1.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^11.1.6",
"@types/d3-selection": "^3.0.10",
"@types/jest": "^29.5.11",
"@types/jest-image-snapshot": "^6.3.0",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/jest-image-snapshot": "^6.4.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@yarnpkg/sdks": "^3.1.0",
"canvas": "^2.11.2",
"canvas-5-polyfill": "^0.1.5",
"chart.js": "^4.4.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-image-snapshot": "^6.3.0",
"prettier": "^3.1.0",
"jest-image-snapshot": "^6.4.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup": "^4.7.0",
"rollup": "^4.9.6",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.0",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typedoc": "^0.25.4",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^4.0.0-next.16",
"typedoc-vitepress-theme": "^1.0.0-next.3",
"typedoc-vitepress-theme": "^1.0.0-next.7",
"typescript": "^5.3.3",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.3.11",
"vue-chartjs": "^5.2.0"
"vitepress": "^1.0.0-rc.39",
"vue": "^3.4.15",
"vue-chartjs": "^5.3.0"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0"
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0"
},
"scripts": {
"clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"noEmit": true,
"paths": {
"@": ["./src"],
"*": ["*", "node_modules/*"]
}
"*": ["*", "node_modules/*"],
},
},
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"]
"include": ["src/**/*.ts", "src/**/*.tsx", "docs/**/*.tsx"],
}
Loading

0 comments on commit c162502

Please sign in to comment.