Skip to content

Commit

Permalink
build: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 20, 2023
1 parent 65622b6 commit 4b2d7d9
Show file tree
Hide file tree
Showing 4 changed files with 1,585 additions and 1,520 deletions.
555 changes: 278 additions & 277 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ packageExtensions:
dependencies:
eslint-import-resolver-node: "*"

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,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.1",
"@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.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.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.43.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -82,14 +82,14 @@
"jest-environment-jsdom": "^29.5.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.25.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typedoc": "^0.24.6",
"typescript": "^5.0.4"
"tslib": "^2.5.3",
"typedoc": "^0.24.8",
"typescript": "^5.1.3"
},
"scripts": {
"clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
Expand All @@ -111,7 +111,7 @@
"docs": "typedoc src/index.ts",
"prepare": "yarn run build"
},
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@3.6.0",
"dependenciesMeta": {
"@types/chroma-js@2.1.4": {
"unplugged": true
Expand Down
Loading

0 comments on commit 4b2d7d9

Please sign in to comment.