Skip to content

Commit 5b34ed7

Browse files
committedNov 4, 2021
fix: update dependencies
1 parent 943a8c7 commit 5b34ed7

File tree

2 files changed

+52
-71
lines changed

2 files changed

+52
-71
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.15.8",
26-
"@babel/plugin-syntax-flow": "^7.14.5",
27-
"@babel/plugin-syntax-jsx": "^7.14.5",
28-
"@typescript-eslint/eslint-plugin": "^5.1.0",
29-
"@typescript-eslint/parser": "^5.1.0",
25+
"@babel/eslint-parser": "^7.16.0",
26+
"@babel/plugin-syntax-flow": "^7.16.0",
27+
"@babel/plugin-syntax-jsx": "^7.16.0",
28+
"@typescript-eslint/eslint-plugin": "^5.3.0",
29+
"@typescript-eslint/parser": "^5.3.0",
3030
"coffeescript": "^1",
3131
"eslint": "^7",
3232
"eslint-config-prettier": "^8.3.0",

‎pnpm-lock.yaml

+47-66
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.