Skip to content

Commit 6f7bb5b

Browse files
authored
Merge pull request #60 from sgratzl/upgrade
build: upgrade
2 parents 236920b + fdee5e0 commit 6f7bb5b

File tree

5 files changed

+1710
-1594
lines changed

5 files changed

+1710
-1594
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: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,38 +79,38 @@
7979
"@rollup/plugin-typescript": "^11.0.0",
8080
"@types/jest": "^29.4.0",
8181
"@types/jest-image-snapshot": "^6.1.0",
82-
"@types/node": "^18.11.18",
83-
"@typescript-eslint/eslint-plugin": "^5.49.0",
84-
"@typescript-eslint/parser": "^5.49.0",
85-
"@yarnpkg/sdks": "^2.6.3",
82+
"@types/node": "^18.14.6",
83+
"@typescript-eslint/eslint-plugin": "^5.54.0",
84+
"@typescript-eslint/parser": "^5.54.0",
85+
"@yarnpkg/sdks": "^2.7.0",
8686
"canvas": "^2.11.0",
8787
"canvas-5-polyfill": "^0.1.5",
88-
"chart.js": "^4.2.0",
89-
"eslint": "^8.32.0",
88+
"chart.js": "^4.2.1",
89+
"eslint": "^8.35.0",
9090
"eslint-config-airbnb-typescript": "^17.0.0",
9191
"eslint-config-prettier": "^8.6.0",
9292
"eslint-config-react-app": "^7.0.1",
9393
"eslint-plugin-flowtype": "^8.0.3",
9494
"eslint-plugin-import": "^2.27.5",
9595
"eslint-plugin-jsx-a11y": "^6.7.1",
9696
"eslint-plugin-prettier": "^4.2.1",
97-
"eslint-plugin-react": "^7.32.1",
97+
"eslint-plugin-react": "^7.32.2",
9898
"eslint-plugin-react-hooks": "^4.6.0",
99-
"jest": "^29.4.1",
100-
"jest-environment-jsdom": "^29.4.1",
99+
"jest": "^29.4.3",
100+
"jest-environment-jsdom": "^29.4.3",
101101
"jest-image-snapshot": "^6.1.0",
102-
"prettier": "^2.8.3",
103-
"rimraf": "^3",
104-
"rollup": "^3.12.0",
102+
"prettier": "^2.8.4",
103+
"rimraf": "^4.3.0",
104+
"rollup": "^3.18.0",
105105
"rollup-plugin-cleanup": "^3.2.1",
106-
"rollup-plugin-dts": "^5.1.1",
106+
"rollup-plugin-dts": "^5.2.0",
107107
"ts-jest": "^29.0.5",
108108
"tslib": "^2.5.0",
109-
"typedoc": "^0.23.24",
110-
"typescript": "^4.9.4"
109+
"typedoc": "^0.23.26",
110+
"typescript": "^4.9.5"
111111
},
112112
"scripts": {
113-
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
113+
"clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",
114114
"compile": "tsc -b tsconfig.c.json",
115115
"start": "yarn run watch",
116116
"watch": "rollup -c -w",
@@ -128,7 +128,7 @@
128128
"docs": "typedoc src/index.ts",
129129
"prepare": "yarn run build"
130130
},
131-
"packageManager": "yarn@3.3.1",
131+
"packageManager": "yarn@3.4.1",
132132
"dependenciesMeta": {
133133
"chart.js@4.0.1": {
134134
"unplugged": true

0 commit comments

Comments
 (0)