Skip to content

Commit b3eab92

Browse files
committed
build: upgrade
1 parent cf7a829 commit b3eab92

File tree

2 files changed

+525
-556
lines changed

2 files changed

+525
-556
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"@rollup/plugin-commonjs": "^22.0.0",
6666
"@rollup/plugin-node-resolve": "^13.3.0",
6767
"@rollup/plugin-replace": "^4.0.0",
68-
"@rollup/plugin-typescript": "^8.3.2",
69-
"@types/jest": "^27.5.1",
68+
"@rollup/plugin-typescript": "^8.3.3",
69+
"@types/jest": "^28.1.1",
7070
"@types/jest-image-snapshot": "^4.3.1",
71-
"@types/node": "^17.0.36",
72-
"@typescript-eslint/eslint-plugin": "^5.26.0",
73-
"@typescript-eslint/parser": "^5.26.0",
71+
"@types/node": "^17.0.42",
72+
"@typescript-eslint/eslint-plugin": "^5.27.1",
73+
"@typescript-eslint/parser": "^5.27.1",
7474
"@yarnpkg/sdks": "^2.6.2",
7575
"canvas": "^2.9.1",
7676
"canvas-5-polyfill": "^0.1.5",
7777
"chart.js": "^3.8.0",
78-
"eslint": "^8.16.0",
78+
"eslint": "^8.17.0",
7979
"eslint-config-airbnb-typescript": "^17.0.0",
8080
"eslint-config-prettier": "^8.5.0",
8181
"eslint-config-react-app": "^7.0.1",
@@ -85,18 +85,18 @@
8585
"eslint-plugin-prettier": "^4.0.0",
8686
"eslint-plugin-react": "^7.30.0",
8787
"eslint-plugin-react-hooks": "^4.5.0",
88-
"jest": "^28.1.0",
89-
"jest-environment-jsdom": "^28.1.0",
90-
"jest-image-snapshot": "^4.5.1",
88+
"jest": "^28.1.1",
89+
"jest-environment-jsdom": "^28.1.1",
90+
"jest-image-snapshot": "^5.1.0",
9191
"prettier": "^2.6.2",
9292
"rimraf": "^3.0.2",
93-
"rollup": "~2.74.1",
93+
"rollup": "~2.75.6",
9494
"rollup-plugin-cleanup": "^3.2.1",
9595
"rollup-plugin-dts": "^4.2.2",
96-
"ts-jest": "^28.0.3",
96+
"ts-jest": "^28.0.4",
9797
"tslib": "^2.4.0",
98-
"typedoc": "^0.22.15",
99-
"typescript": "^4.7.2"
98+
"typedoc": "^0.22.17",
99+
"typescript": "^4.7.3"
100100
},
101101
"scripts": {
102102
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",

0 commit comments

Comments
 (0)