Skip to content

Commit

Permalink
Upgrade dependent packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Apr 18, 2020
1 parent 03c3aab commit e12e279
Show file tree
Hide file tree
Showing 4 changed files with 1,068 additions and 958 deletions.
43 changes: 19 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,54 +206,49 @@
"watch": "rollup -w -c ./rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-alias": "^3.1.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^4.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-typescript": "^4.1.1",
"@types/cheerio": "^0.22.17",
"@types/jest": "^25.1.4",
"@types/jest": "^25.2.1",
"@types/lodash.debounce": "^4.0.6",
"@types/markdown-it": "^0.0.9",
"@types/markdown-it": "^10.0.0",
"@types/vscode": "~1.36.0",
"@types/yaml": "^1.2.0",
"builtin-modules": "^3.1.0",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.6.5",
"dedent": "^0.7.0",
"jest": "^25.1.0",
"jest": "^25.3.0",
"jest-junit": "^10.0.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^10.0.0",
"nanoid": "^2.1.11",
"nanoid": "^3.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.1",
"prettier": "^2.0.4",
"rehype-parse": "^6.0.2",
"remark": "^11.0.2",
"remark-parse": "^7.0.2",
"remark": "^12.0.0",
"remark-parse": "^8.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.1.0",
"rollup": "^2.6.1",
"rollup-plugin-terser": "^5.3.0",
"stylelint": "^13.2.1",
"stylelint": "^13.3.2",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"ts-jest": "^25.2.1",
"tslint": "^6.1.0",
"ts-jest": "^25.4.0",
"tslint": "^6.1.1",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3",
"unified": "^8.4.2",
"unified": "^9.0.0",
"unist-util-visit": "^2.0.2",
"yaml": "^1.8.3"
"yaml": "^1.9.0"
},
"dependencies": {
"@marp-team/marp-cli": "^0.17.3",
"@marp-team/marp-core": "^1.1.0",
"@marp-team/marp-cli": "^0.17.4",
"@marp-team/marp-core": "^1.1.1",
"axios": "^0.19.2"
},
"resolutions": {
"**/chrome-launcher/mkdirp": "^0.5.3",
"**/extract-zip/mkdirp": "^0.5.3",
"**/gonzales-pe/minimist": "^1.2.5"
}
}
2 changes: 1 addition & 1 deletion src/marp-cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import marpCli from '@marp-team/marp-cli'
import { unlink, writeFile } from 'fs'
import nanoid from 'nanoid'
import { nanoid } from 'nanoid'
import { tmpdir } from 'os'
import path from 'path'
import { promisify } from 'util'
Expand Down
2 changes: 1 addition & 1 deletion src/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { tmpdir } from 'os'
import path from 'path'
import { promisify } from 'util'
import { Options } from 'markdown-it'
import nanoid from 'nanoid'
import { nanoid } from 'nanoid'
import { TextDocument, Uri, workspace } from 'vscode'
import { MarpOptions } from '@marp-team/marp-core'
import themes, { ThemeType } from './themes'
Expand Down
Loading

0 comments on commit e12e279

Please sign in to comment.