Skip to content

Commit ac8fbef

Browse files
committed
build: update setup
1 parent 9e3588d commit ac8fbef

File tree

4 files changed

+301
-310
lines changed

4 files changed

+301
-310
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"hooks": {
33
"before:init": "yarn clean && yarn test",
4-
"before:release": "yarn build && yarn pack",
4+
"before:release": "yarn clean && yarn build && yarn pack",
55
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
66
},
77
"git": {

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"src/**/*.tsx"
5151
],
5252
"peerDependencies": {
53-
"chart.js": "^3.0.2"
53+
"chart.js": "^3.1.0"
5454
},
5555
"browserslist": [
5656
"Firefox ESR",
@@ -67,36 +67,36 @@
6767
"@rollup/plugin-typescript": "^8.2.1",
6868
"@types/jest": "^26.0.22",
6969
"@types/jest-image-snapshot": "^4.3.0",
70-
"@types/node": "^14.14.37",
71-
"@typescript-eslint/eslint-plugin": "^4.20.0",
72-
"@typescript-eslint/parser": "^4.20.0",
70+
"@types/node": "^14.14.41",
71+
"@typescript-eslint/eslint-plugin": "^4.22.0",
72+
"@typescript-eslint/parser": "^4.22.0",
7373
"@yarnpkg/pnpify": "^2.4.0",
7474
"canvas": "^2.7.0",
7575
"canvas-5-polyfill": "^0.1.5",
76-
"chart.js": "^3.0.2",
77-
"eslint": "^7.23.0",
76+
"chart.js": "^3.1.0",
77+
"eslint": "^7.24.0",
7878
"eslint-config-airbnb-typescript": "^12.3.1",
79-
"eslint-config-prettier": "^8.1.0",
79+
"eslint-config-prettier": "^8.2.0",
8080
"eslint-config-react-app": "^6.0.0",
81-
"eslint-plugin-flowtype": "^5.4.0",
81+
"eslint-plugin-flowtype": "^5.7.1",
8282
"eslint-plugin-import": "^2.22.1",
8383
"eslint-plugin-jsx-a11y": "^6.4.1",
84-
"eslint-plugin-prettier": "^3.3.1",
85-
"eslint-plugin-react": "^7.23.1",
84+
"eslint-plugin-prettier": "^3.4.0",
85+
"eslint-plugin-react": "^7.23.2",
8686
"eslint-plugin-react-hooks": "^4.2.0",
8787
"jest": "^26.6.3",
8888
"jest-image-snapshot": "^4.4.1",
8989
"prettier": "^2.2.1",
90-
"release-it": "^14.5.1",
90+
"release-it": "^14.6.1",
9191
"rimraf": "^3.0.2",
92-
"rollup": "^2.44.0",
92+
"rollup": "^2.45.2",
9393
"rollup-plugin-cleanup": "^3.2.1",
9494
"rollup-plugin-dts": "^3.0.1",
9595
"rollup-plugin-terser": "^7.0.2",
96-
"ts-jest": "^26.5.4",
97-
"tslib": "^2.1.0",
96+
"ts-jest": "^26.5.5",
97+
"tslib": "^2.2.0",
9898
"typedoc": "^0.20.35",
99-
"typescript": "^4.2.3"
99+
"typescript": "^4.2.4"
100100
},
101101
"scripts": {
102102
"clean": "rimraf build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2019",
3+
"target": "ES2018",
44
"module": "ESNext",
55
"lib": ["DOM", "ES2020"],
66
"importHelpers": false,

0 commit comments

Comments
 (0)