Skip to content

Commit

Permalink
Merge pull request #177 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest version
  • Loading branch information
yhatt authored Oct 19, 2020
2 parents 73ebccc + de026fb commit 5f285dc
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 697 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Changed

- Upgrade to [Marp CLI v0.22.0](https://github.com/marp-team/marp-cli/releases/v0.22.0) ([#176](https://github.com/marp-team/marp-vscode/pull/176))
- Upgrade dependent packages to the latest version ([#177](https://github.com/marp-team/marp-vscode/pull/177))

## v0.15.1 - 2020-09-16

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"watch": "rollup -w -c ./rollup.config.js"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
Expand All @@ -228,34 +228,34 @@
"@types/markdown-it": "^10.0.2",
"@types/vscode": "~1.43.0",
"@types/yaml": "^1.9.7",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"builtin-modules": "^3.1.0",
"codecov": "^3.7.2",
"codecov": "^3.8.0",
"dedent": "^0.7.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.1",
"jest": "^26.4.2",
"jest-junit": "^11.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"jest": "^26.6.0",
"jest-junit": "^12.0.0",
"lodash.debounce": "^4.0.8",
"markdown-it": "^11.0.1",
"markdown-it": "^12.0.1",
"nanoid": "^3.1.12",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rehype-parse": "^7.0.1",
"remark-parse": "^8.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.27.0",
"rollup": "^2.32.0",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^13.7.1",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"ts-jest": "^26.3.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2",
"ts-jest": "^26.4.1",
"tslib": "^2.0.3",
"typescript": "^4.0.3",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3",
"yaml": "^1.10.0"
Expand Down
Loading

0 comments on commit 5f285dc

Please sign in to comment.