Skip to content

Commit bf1d8f8

Browse files
committedSep 21, 2021
fix: update dependencies
1 parent 701de17 commit bf1d8f8

File tree

2 files changed

+164
-441
lines changed

2 files changed

+164
-441
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@
3333
},
3434
"dependencies": {
3535
"@babel/core": "^7",
36-
"@babel/eslint-parser": "^7.14.7",
36+
"@babel/eslint-parser": "^7.15.7",
3737
"@babel/plugin-syntax-flow": "^7.14.5",
3838
"@babel/plugin-syntax-jsx": "^7.14.5",
39-
"@typescript-eslint/eslint-plugin": "^4.28.3",
40-
"@typescript-eslint/parser": "^4.28.3",
39+
"@typescript-eslint/eslint-plugin": "^4.31.2",
40+
"@typescript-eslint/parser": "^4.31.2",
4141
"coffeescript": "^1",
4242
"eslint": "^7",
4343
"eslint-config-prettier": "^8.3.0",
44-
"eslint-plugin-coffee": "^0.1.14",
45-
"eslint-plugin-html": "^6.1.2",
46-
"eslint-plugin-import": "^2.23.4",
47-
"eslint-plugin-json": "^3.0.0",
44+
"eslint-plugin-coffee": "^0.1.15",
45+
"eslint-plugin-html": "^6.2.0",
46+
"eslint-plugin-import": "^2.24.2",
47+
"eslint-plugin-json": "^3.1.0",
4848
"eslint-plugin-node": "^11.1.0",
4949
"eslint-plugin-only-warn": "npm:@aminya/eslint-plugin-only-warn@^1.2.2",
50-
"eslint-plugin-optimize-regex": "^1.2.0",
51-
"eslint-plugin-react": "^7.24.0",
50+
"eslint-plugin-optimize-regex": "^1.2.1",
51+
"eslint-plugin-react": "^7.26.0",
5252
"eslint-plugin-yaml": "^0.5.0",
5353
"prettier": "^2",
5454
"typescript": "^4"
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"eslint": "^7.22.0",
6161
"execa": "^5.1.1",
62-
"gitly": "^2.1.2",
62+
"gitly": "^2.1.5",
6363
"npm-check-updates": "11.8.5",
6464
"prettier-config-atomic": "^2.0.5",
6565
"shelljs": "^0.8.4"

‎pnpm-lock.yaml

+154-431
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.