1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

upgrade remark-unwrap-images

This commit is contained in:
Michele Bertoli 2018-11-18 08:53:24 +00:00
parent 0c881a2cef
commit 05e1d429f6
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9211,11 +9211,11 @@
}
},
"remark-unwrap-images": {
"version": "0.0.2-0",
"resolved": "https://registry.npmjs.org/remark-unwrap-images/-/remark-unwrap-images-0.0.2-0.tgz",
"integrity": "sha512-6MSgeb6mFM5Hrc/ZvHz9SDAYF8cl6sU45PTgWye/XDgr+AIUT5CTprJrbJH3LNnZSvmU7j3wOVAJlerWv/sNag==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/remark-unwrap-images/-/remark-unwrap-images-0.1.0.tgz",
"integrity": "sha512-70j4Qy6Mj2+0MmQOmSES40+hO4BQGm2hhb5qNq8LwTlGrmyE4VWsKPIryELiBK0TZP57crOkSOD/AFqPjxvekQ==",
"requires": {
"unist-util-visit": "^1.3.0"
"unist-util-visit-parents": "^2.0.1"
}
},
"remove-trailing-separator": {

View File

@ -60,7 +60,7 @@
"react-swipeable": "^4.3.0",
"react-syntax-highlighter": "^8.1.0",
"remark-emoji": "^2.0.2",
"remark-unwrap-images": "0.0.2-0",
"remark-unwrap-images": "^0.1.0",
"rimraf": "^2.6.2",
"stringify-object": "^3.3.0",
"styled-components": "^3.4.10",