Skip to content

Commit d88aa50

Browse files
committedMar 13, 2022
fix: update dependencies
1 parent dd20dd9 commit d88aa50

File tree

2 files changed

+279
-235
lines changed

2 files changed

+279
-235
lines changed
 

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@
2525
"@babel/eslint-parser": "^7.17.0",
2626
"@babel/plugin-syntax-flow": "^7.16.7",
2727
"@babel/plugin-syntax-jsx": "^7.16.7",
28-
"@typescript-eslint/eslint-plugin": "^5.12.0",
29-
"@typescript-eslint/parser": "^5.12.0",
28+
"@typescript-eslint/eslint-plugin": "^5.14.0",
29+
"@typescript-eslint/parser": "^5.14.0",
3030
"eslint": "^7",
31-
"eslint-config-prettier": "^8.3.0",
31+
"eslint-config-prettier": "^8.5.0",
3232
"eslint-plugin-html": "^6.2.0",
3333
"eslint-plugin-import": "^2.25.4",
3434
"eslint-plugin-json": "^3.1.0",
3535
"eslint-plugin-node": "^11.1.0",
3636
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
3737
"eslint-plugin-optimize-regex": "^1.2.1",
38-
"eslint-plugin-react": "^7.28.0",
38+
"eslint-plugin-react": "^7.29.3",
3939
"eslint-plugin-yaml": "^0.5.0",
40-
"prettier": "^2",
40+
"prettier": "2.4.1",
4141
"read-pkg-up": "^7",
4242
"typescript": "^4"
4343
},
4444
"devDependencies": {
4545
"eslint": "^7",
4646
"execa": "^5.1.1",
47-
"gitly": "^2.1.5",
48-
"npm-check-updates": "12.3.0",
49-
"prettier-config-atomic": "^3.0.3",
47+
"gitly": "^2.1.6",
48+
"npm-check-updates": "12.5.3",
49+
"prettier-config-atomic": "^3.0.6",
5050
"shelljs": "^0.8.5"
5151
},
5252
"peerDependencies": {

‎pnpm-lock.yaml

+271-227
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.