Skip to content

Commit

Permalink
Merge pull request #29 from marp-team/update-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependent packages to the latest version
  • Loading branch information
yhatt authored Aug 16, 2020
2 parents 58d253e + 2d1f53d commit a68f254
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 599 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## [Unreleased]

### Changed
### Added

- Allow to change the target of observer ([#28](https://github.com/marp-team/marpit-svg-polyfill/pull/28))
- Return clean-up function from `observe()` ([#28](https://github.com/marp-team/marpit-svg-polyfill/pull/28))

### Changed

- Upgrade dependent packages to the latest version ([#29](https://github.com/marp-team/marpit-svg-polyfill/pull/29))

## v1.5.0 - 2020-07-16

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,29 @@
},
"devDependencies": {
"@marp-team/marpit": "^1.6.2",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/jest": "^26.0.4",
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"codecov": "^3.7.0",
"eslint": "^7.4.0",
"@types/jest": "^26.0.10",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"codecov": "^3.7.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"eslint-plugin-jest": "^23.20.0",
"jest": "^26.4.0",
"jest-junit": "^11.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0",
"ts-jest": "26.1.2",
"tslib": "^2.0.0",
"typescript": "^3.9.6"
"rollup": "^2.26.2",
"rollup-plugin-terser": "^7.0.0",
"ts-jest": "26.2.0",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"peerDependencies": {
"@marp-team/marpit": ">=0.5.0"
Expand Down
Loading

0 comments on commit a68f254

Please sign in to comment.