Skip to content

Commit 87b0a4f

Browse files
committed
chore: upgrade @rxts/eslint-plugin-mdx
1 parent f998d2a commit 87b0a4f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"vscode-languageclient": "^5.2.1"
2121
},
2222
"devDependencies": {
23-
"vscode": "^1.1.35"
23+
"vscode": "^1.1.36"
2424
}
2525
}

client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,10 @@ vscode-test@^0.4.1:
609609
http-proxy-agent "^2.1.0"
610610
https-proxy-agent "^2.2.1"
611611

612-
vscode@^1.1.35:
613-
version "1.1.35"
614-
resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.1.35.tgz#f8c6beb905738b874d539ddb3784e5feeec71c0a"
615-
integrity sha512-xPnxzQU40LOS2yPyzWW+WKpTV6qA3z16TcgpZ9O38UWLA157Zz4GxUx5H7Gd07pxzw0GqvusbF4D+5GBgNxvEQ==
612+
vscode@^1.1.36:
613+
version "1.1.36"
614+
resolved "https://registry.yarnpkg.com/vscode/-/vscode-1.1.36.tgz#5e1a0d1bf4977d0c7bc5159a9a13d5b104d4b1b6"
615+
integrity sha512-cGFh9jmGLcTapCpPCKvn8aG/j9zVQ+0x5hzYJq5h5YyUXVGa1iamOaB2M2PZXoumQPES4qeAP1FwkI0b6tL4bQ==
616616
dependencies:
617617
glob "^7.1.2"
618618
mocha "^5.2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@commitlint/config-conventional": "^8.1.0",
39-
"@rxts/eslint-plugin-mdx": "^0.9.2",
39+
"@rxts/eslint-plugin-mdx": "^0.9.5",
4040
"@types/mocha": "^5.2.7",
4141
"@types/node": "^12.6.9",
4242
"@types/react": "^16.8.24",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@
306306
"@nodelib/fs.scandir" "2.1.1"
307307
fastq "^1.6.0"
308308

309-
"@rxts/eslint-plugin-mdx@^0.9.2":
310-
version "0.9.2"
311-
resolved "https://registry.yarnpkg.com/@rxts/eslint-plugin-mdx/-/eslint-plugin-mdx-0.9.2.tgz#a3f472024c875a7821c9351c3ca687e977d58e3a"
312-
integrity sha512-a/KEHEP4KFpq2gxBQx11IdbjwSWkuPoLpL9ifBPViapXa8wU+VXPFnAfT39tfqmNelEdCmAT+eYk1YuIMguQQw==
309+
"@rxts/eslint-plugin-mdx@^0.9.5":
310+
version "0.9.5"
311+
resolved "https://registry.yarnpkg.com/@rxts/eslint-plugin-mdx/-/eslint-plugin-mdx-0.9.5.tgz#d78309d2576a14db81f3afe9d89dcea21125b1e9"
312+
integrity sha512-BW8Sus6Ah5CHaLWojL4HLmqW5F6yv3xrpXeODkz1cw/kHG7RwsX9GYfgYOP/Lvi3519/6Rd36EQ87t3Y7uzJJw==
313313
dependencies:
314-
eslint-mdx "^0.9.2"
314+
eslint-mdx "^0.9.5"
315315
remark-mdx "^1.1.5"
316316
remark-parse "^7.0.0"
317317
unified "^8.3.2"
@@ -1255,10 +1255,10 @@ eslint-import-resolver-typescript@JounQin/eslint-import-resolver-typescript#feat
12551255
resolve "^1.4.0"
12561256
tsconfig-paths "^3.6.0"
12571257

1258-
eslint-mdx@^0.9.2:
1259-
version "0.9.2"
1260-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-0.9.2.tgz#b9ca0479355102fd79902d541257119b961bf080"
1261-
integrity sha512-21Y2wssB5SNGopin7ywggq5mJ9+ICRzR/dFsW0MO3q1dQRT1jHEpUSGe+2dR2QnainYS5PcH8Z6SbRRadfxGtA==
1258+
eslint-mdx@^0.9.5:
1259+
version "0.9.5"
1260+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-0.9.5.tgz#e2eb7243338ab7dbf7ddb04837a1df2e99679f66"
1261+
integrity sha512-JkgOe3UUtb8rmoi7BPgcpKomcP9w/KPpTf5y4cryGCg0wsFJ7xgrW8YMsXuhS9vGQvWsZnQY7G9AupZiPAlNAg==
12621262

12631263
eslint-module-utils@^2.4.0:
12641264
version "2.4.1"

0 commit comments

Comments
 (0)