-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2,122 additions
and
2,129 deletions.
There are no files selected for viewing
559 changes: 280 additions & 279 deletions
559
.yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,20 +73,20 @@ | |
}, | ||
"devDependencies": { | ||
"@chiogen/rollup-plugin-terser": "^7.1.3", | ||
"@rollup/plugin-commonjs": "^24.1.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-commonjs": "^25.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@rollup/plugin-typescript": "^11.1.0", | ||
"@types/jest": "^29.5.1", | ||
"@rollup/plugin-typescript": "^11.1.2", | ||
"@types/jest": "^29.5.2", | ||
"@types/jest-image-snapshot": "^6.1.0", | ||
"@types/node": "^18.16.3", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"@yarnpkg/sdks": "^2.7.0", | ||
"@types/node": "^20.3.3", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"@yarnpkg/sdks": "^2.7.1", | ||
"canvas": "^2.11.2", | ||
"canvas-5-polyfill": "^0.1.5", | ||
"chart.js": "^4.3.0", | ||
"eslint": "^8.39.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-react-app": "^7.0.1", | ||
|
@@ -96,21 +96,21 @@ | |
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest": "^29.6.0", | ||
"jest-environment-jsdom": "^29.6.0", | ||
"jest-image-snapshot": "^6.1.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.21.1", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.26.0", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"ts-jest": "^29.1.0", | ||
"tslib": "^2.5.0", | ||
"ts-jest": "^29.1.1", | ||
"tslib": "^2.6.0", | ||
"typedoc": "^0.24.8", | ||
"typedoc-plugin-markdown": "^4.0.0-next.16", | ||
"typedoc-vitepress-theme": "^1.0.0-next.2", | ||
"typescript": "^5.0.4", | ||
"vitepress": "^1.0.0-beta.3", | ||
"typescript": "^5.1.6", | ||
"vitepress": "^1.0.0-beta.5", | ||
"vue": "^3.3.4", | ||
"vue-chartjs": "^5.2.0" | ||
}, | ||
|
@@ -129,17 +129,11 @@ | |
"prettier": "prettier \"*\" \"*/**\" --check", | ||
"eslint": "eslint src --ext .ts,.tsx --cache", | ||
"eslint:fix": "yarn run eslint --fix", | ||
"docs": "typedoc src/index.ts", | ||
"prepare": "yarn run build", | ||
"docs:api": "typedoc --options typedoc.json", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "yarn run docs:api && vitepress build docs", | ||
"docs:preview": "vitepress preview docs" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependenciesMeta": { | ||
"[email protected]": { | ||
"unplugged": true | ||
} | ||
} | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.