Skip to content

Commit 2f3855b

Browse files
committed
chore: upgrade deps
1 parent 1188304 commit 2f3855b

File tree

2 files changed

+1076
-1181
lines changed

2 files changed

+1076
-1181
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,39 +39,39 @@
3939
"react-dom": ">=17"
4040
},
4141
"devDependencies": {
42-
"@commitlint/cli": "^13.1.0",
42+
"@commitlint/cli": "^13.2.0",
4343
"@testing-library/jest-dom": "^5.14.1",
44-
"@testing-library/react": "^12.0.0",
45-
"@types/jest": "^27.0.0",
46-
"@types/node": "^16.6.0",
47-
"@types/react": "^17.0.17",
44+
"@testing-library/react": "^12.1.2",
45+
"@types/jest": "^27.0.2",
46+
"@types/node": "^16.10.3",
47+
"@types/react": "^17.0.27",
4848
"@types/react-dom": "^17.0.9",
49-
"@typescript-eslint/eslint-plugin": "^4.29.1",
50-
"@typescript-eslint/parser": "^4.29.1",
49+
"@typescript-eslint/eslint-plugin": "^4.33.0",
50+
"@typescript-eslint/parser": "^4.33.0",
5151
"colors": "^1.4.0",
5252
"cross-env": "^7.0.3",
5353
"eslint": "^7.32.0",
5454
"eslint-config-prettier": "^8.3.0",
5555
"eslint-config-standard": "^16.0.3",
56-
"eslint-plugin-import": "^2.24.0",
56+
"eslint-plugin-import": "^2.24.2",
5757
"eslint-plugin-node": "^11.1.0",
58-
"eslint-plugin-prettier": "^3.4.0",
58+
"eslint-plugin-prettier": "^4.0.0",
5959
"eslint-plugin-promise": "^5.1.0",
60-
"eslint-plugin-react": "^7.24.0",
60+
"eslint-plugin-react": "^7.26.1",
6161
"eslint-plugin-react-hooks": "^4.2.0",
6262
"eslint-plugin-standard": "^5.0.0",
6363
"gh-pages": "^3.2.3",
64-
"husky": "^7.0.1",
64+
"husky": "^7.0.2",
6565
"identity-obj-proxy": "^3.0.0",
66-
"jest": "^27.0.6",
67-
"lint-staged": "^11.1.2",
68-
"postcss": "^8.3.6",
69-
"prettier": "^2.3.2",
70-
"prompt": "^1.1.0",
66+
"jest": "^27.2.4",
67+
"lint-staged": "^11.2.0",
68+
"postcss": "^8.3.9",
69+
"prettier": "^2.4.1",
70+
"prompt": "^1.2.0",
7171
"react": "^17.0.2",
7272
"react-dom": "^17.0.1",
7373
"replace-in-file": "^6.2.0",
74-
"rollup": "^2.56.2",
74+
"rollup": "^2.58.0",
7575
"rollup-plugin-commonjs": "^10.1.0",
7676
"rollup-plugin-json": "^4.0.0",
7777
"rollup-plugin-node-resolve": "^5.2.0",
@@ -81,10 +81,10 @@
8181
"rollup-plugin-terser": "^7.0.2",
8282
"rollup-plugin-typescript2": "^0.30.0",
8383
"shelljs": "^0.8.4",
84-
"ts-jest": "^27.0.4",
85-
"ts-node": "^10.2.0",
86-
"typedoc": "^0.21.5",
87-
"typescript": "^4.3.5"
84+
"ts-jest": "^27.0.5",
85+
"ts-node": "^10.2.1",
86+
"typedoc": "^0.22.5",
87+
"typescript": "^4.4.3"
8888
},
8989
"lint-staged": {
9090
"src/**/*.{ts,tsx}": [

0 commit comments

Comments
 (0)