Skip to content

Commit 0e6b15b

Browse files
committedFeb 17, 2022
fix: update dependencies
1 parent 2915bc4 commit 0e6b15b

File tree

2 files changed

+68
-62
lines changed

2 files changed

+68
-62
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"prettier": "prettier-config-atomic",
2323
"dependencies": {
2424
"@babel/core": "^7",
25-
"@babel/eslint-parser": "^7.16.5",
25+
"@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.10.1",
29-
"@typescript-eslint/parser": "^5.10.1",
28+
"@typescript-eslint/eslint-plugin": "^5.12.0",
29+
"@typescript-eslint/parser": "^5.12.0",
3030
"eslint": "^7",
3131
"eslint-config-prettier": "^8.3.0",
3232
"eslint-plugin-html": "^6.2.0",
@@ -45,8 +45,8 @@
4545
"eslint": "^7",
4646
"execa": "^5.1.1",
4747
"gitly": "^2.1.5",
48-
"npm-check-updates": "12.2.1",
49-
"prettier-config-atomic": "^3.0.1",
48+
"npm-check-updates": "12.3.0",
49+
"prettier-config-atomic": "^3.0.3",
5050
"shelljs": "^0.8.5"
5151
},
5252
"peerDependencies": {

‎pnpm-lock.yaml

+63-57
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.