Skip to content

Commit ca44c9b

Browse files
committed
Update devDependencies
1 parent 0014f22 commit ca44c9b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@rollup/plugin-node-resolve": "^6.1.0",
3333
"@types/react": "^16.9.17",
34-
"@typescript-eslint/parser": "^2.14.0",
34+
"@typescript-eslint/parser": "^2.15.0",
3535
"eslint": "^6.8.0",
3636
"eslint-config-prettier": "^6.9.0",
3737
"eslint-plugin-prettier": "^3.1.2",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,29 +123,29 @@
123123
dependencies:
124124
"@types/node" "*"
125125

126-
"@typescript-eslint/experimental-utils@2.14.0":
127-
version "2.14.0"
128-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz#e9179fa3c44e00b3106b85d7b69342901fb43e3b"
129-
integrity sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ==
126+
"@typescript-eslint/experimental-utils@2.15.0":
127+
version "2.15.0"
128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
129+
integrity sha512-Qkxu5zndY5hqlcQkmA88gfLvqQulMpX/TN91XC7OuXsRf4XG5xLGie0sbpX97o/oeccjeZYRMipIsjKk/tjDHA==
130130
dependencies:
131131
"@types/json-schema" "^7.0.3"
132-
"@typescript-eslint/typescript-estree" "2.14.0"
132+
"@typescript-eslint/typescript-estree" "2.15.0"
133133
eslint-scope "^5.0.0"
134134

135-
"@typescript-eslint/parser@^2.14.0":
136-
version "2.14.0"
137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.14.0.tgz#30fa0523d86d74172a5e32274558404ba4262cd6"
138-
integrity sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA==
135+
"@typescript-eslint/parser@^2.15.0":
136+
version "2.15.0"
137+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.15.0.tgz#379a71a51b0429bc3bc55c5f8aab831bf607e411"
138+
integrity sha512-6iSgQsqAYTaHw59t0tdjzZJluRAjswdGltzKEdLtcJOxR2UVTPHYvZRqkAVGCkaMVb6Fpa60NnuozNCvsSpA9g==
139139
dependencies:
140140
"@types/eslint-visitor-keys" "^1.0.0"
141-
"@typescript-eslint/experimental-utils" "2.14.0"
142-
"@typescript-eslint/typescript-estree" "2.14.0"
141+
"@typescript-eslint/experimental-utils" "2.15.0"
142+
"@typescript-eslint/typescript-estree" "2.15.0"
143143
eslint-visitor-keys "^1.1.0"
144144

145-
"@typescript-eslint/typescript-estree@2.14.0":
146-
version "2.14.0"
147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.14.0.tgz#c67698acdc14547f095eeefe908958d93e1a648d"
148-
integrity sha512-pnLpUcMNG7GfFFfNQbEX6f1aPa5fMnH2G9By+A1yovYI4VIOK2DzkaRuUlIkbagpAcrxQHLqovI1YWqEcXyRnA==
145+
"@typescript-eslint/typescript-estree@2.15.0":
146+
version "2.15.0"
147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz#79ae52eed8701b164d91e968a65d85a9105e76d3"
148+
integrity sha512-L6Pog+w3VZzXkAdyqA0VlwybF8WcwZX+mufso86CMxSdWmcizJ38lgBdpqTbc9bo92iyi0rOvmATKiwl+amjxg==
149149
dependencies:
150150
debug "^4.1.1"
151151
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)