Skip to content

Commit d0e0439

Browse files
authored
Merge pull request #64 from sgratzl/upgrade
build: upgrade
2 parents c3f0562 + 8e9c022 commit d0e0439

File tree

5 files changed

+1716
-1600
lines changed

5 files changed

+1716
-1600
lines changed

.yarn/releases/yarn-3.3.1.cjs

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

.yarn/releases/yarn-3.4.1.cjs

Lines changed: 873 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.3.1.cjs
6+
yarnPath: .yarn/releases/yarn-3.4.1.cjs

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,40 +70,40 @@
7070
"@rollup/plugin-typescript": "^11.0.0",
7171
"@types/jest": "^29.4.0",
7272
"@types/jest-image-snapshot": "^6.1.0",
73-
"@types/node": "^18.11.18",
74-
"@types/seedrandom": "^3.0.4",
75-
"@typescript-eslint/eslint-plugin": "^5.49.0",
76-
"@typescript-eslint/parser": "^5.49.0",
77-
"@yarnpkg/sdks": "^2.6.3",
73+
"@types/node": "^18.14.6",
74+
"@types/seedrandom": "^3.0.5",
75+
"@typescript-eslint/eslint-plugin": "^5.54.0",
76+
"@typescript-eslint/parser": "^5.54.0",
77+
"@yarnpkg/sdks": "^2.7.0",
7878
"canvas": "^2.11.0",
7979
"canvas-5-polyfill": "^0.1.5",
80-
"chart.js": "^4.2.0",
81-
"eslint": "^8.32.0",
80+
"chart.js": "^4.2.1",
81+
"eslint": "^8.35.0",
8282
"eslint-config-airbnb-typescript": "^17.0.0",
8383
"eslint-config-prettier": "^8.6.0",
8484
"eslint-config-react-app": "^7.0.1",
8585
"eslint-plugin-flowtype": "^8.0.3",
8686
"eslint-plugin-import": "^2.27.5",
8787
"eslint-plugin-jsx-a11y": "^6.7.1",
8888
"eslint-plugin-prettier": "^4.2.1",
89-
"eslint-plugin-react": "^7.32.1",
89+
"eslint-plugin-react": "^7.32.2",
9090
"eslint-plugin-react-hooks": "^4.6.0",
91-
"jest": "^29.4.1",
92-
"jest-environment-jsdom": "^29.4.1",
91+
"jest": "^29.4.3",
92+
"jest-environment-jsdom": "^29.4.3",
9393
"jest-image-snapshot": "^6.1.0",
94-
"prettier": "^2.8.3",
95-
"rimraf": "^3",
96-
"rollup": "~3.12.0",
94+
"prettier": "^2.8.4",
95+
"rimraf": "^4.3.0",
96+
"rollup": "~3.18.0",
9797
"rollup-plugin-cleanup": "^3.2.1",
98-
"rollup-plugin-dts": "^5.1.1",
98+
"rollup-plugin-dts": "^5.2.0",
9999
"seedrandom": "^3.0.5",
100100
"ts-jest": "^29.0.5",
101101
"tslib": "^2.5.0",
102-
"typedoc": "^0.23.24",
103-
"typescript": "^4.9.4"
102+
"typedoc": "^0.23.26",
103+
"typescript": "^4.9.5"
104104
},
105105
"scripts": {
106-
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
106+
"clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
107107
"compile": "tsc -b tsconfig.c.json",
108108
"compile:types": "tsc -p tsconfig.c.json --emitDeclarationOnly",
109109
"start": "yarn run watch",
@@ -122,5 +122,5 @@
122122
"docs": "typedoc src/index.ts",
123123
"prepare": "yarn run build"
124124
},
125-
"packageManager": "yarn@3.3.1"
125+
"packageManager": "yarn@3.4.1"
126126
}

0 commit comments

Comments
 (0)