Skip to content

Commit 10fa395

Browse files
authored
Merge pull request #344 from marp-team/upgrade-dependencies
Upgrade dependent packages to the latest version
2 parents fa3a0a6 + f5a83e9 commit 10fa395

File tree

3 files changed

+125
-82
lines changed

3 files changed

+125
-82
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Upgrade Marp Core to [v2.0.2](https://github.com/marp-team/marp-core/releases/tag/v2.0.2) ([#344](https://github.com/marp-team/marp-cli/pull/344))
8+
- Upgrade dependent packages to the latest version ([#344](https://github.com/marp-team/marp-cli/pull/344))
9+
510
## v1.0.2 - 2021-05-08
611

712
### Added

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
6464
},
6565
"devDependencies": {
6666
"@babel/preset-env": "^7.13.15",
67-
"@rollup/plugin-commonjs": "^18.0.0",
67+
"@rollup/plugin-commonjs": "^19.0.0",
6868
"@rollup/plugin-json": "^4.1.0",
69-
"@rollup/plugin-node-resolve": "^11.2.1",
69+
"@rollup/plugin-node-resolve": "^13.0.0",
7070
"@rollup/plugin-replace": "^2.4.2",
7171
"@rollup/plugin-typescript": "^8.2.1",
7272
"@rollup/plugin-url": "^6.0.0",
7373
"@types/cheerio": "^0.22.28",
7474
"@types/express": "^4.17.11",
7575
"@types/jest": "^26.0.23",
76-
"@types/node": "~14.14.43",
76+
"@types/node": "~14.14.44",
7777
"@types/pug": "^2.0.4",
7878
"@types/supertest": "^2.0.11",
7979
"@types/ws": "^7.4.2",
@@ -87,7 +87,7 @@
8787
"cheerio": "^1.0.0-rc.6",
8888
"codecov": "^3.8.1",
8989
"cssnano": "^5.0.1",
90-
"eslint": "^7.25.0",
90+
"eslint": "^7.26.0",
9191
"eslint-config-prettier": "^8.3.0",
9292
"eslint-plugin-import": "^2.22.1",
9393
"eslint-plugin-jest": "^24.3.6",
@@ -132,7 +132,7 @@
132132
"zip-stream": "^4.1.0"
133133
},
134134
"dependencies": {
135-
"@marp-team/marp-core": "^2.0.1",
135+
"@marp-team/marp-core": "^2.0.2",
136136
"@marp-team/marpit": "^2.0.1",
137137
"chokidar": "^3.5.1",
138138
"chrome-launcher": "^0.13.4",
@@ -141,15 +141,14 @@
141141
"globby": "^11.0.3",
142142
"import-from": "^3.0.0",
143143
"pptxgenjs": "^3.5.0",
144-
"puppeteer-core": "9.0.0",
144+
"puppeteer-core": "9.1.1",
145145
"serve-index": "^1.9.1",
146146
"tmp": "^0.2.1",
147147
"v8-compile-cache": "^2.3.0",
148148
"ws": "^7.4.5",
149-
"yargs": "^16.2.0"
149+
"yargs": "^17.0.1"
150150
},
151151
"resolutions": {
152-
"normalize-package-data": "^3.0.2",
153152
"pug": "^3.0.2",
154153
"pug-runtime": "^3.0.1"
155154
},

0 commit comments

Comments
 (0)