Skip to content

Commit

Permalink
Merge pull request #285 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node and dependent packages to the latest version
  • Loading branch information
yhatt authored Mar 26, 2021
2 parents 8ec1296 + ec053ff commit b65a0e0
Show file tree
Hide file tree
Showing 5 changed files with 1,032 additions and 1,121 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
test-node14:
executor:
name: node
version: '14.15.1' # Specify LTS version for development
version: '14.16.0' # Specify LTS version for development
steps:
- test

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.15.1
14.16.0
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 PostCSS 8 ([#260](https://github.com/marp-team/marpit/issues/260), [#284](https://github.com/marp-team/marpit/pull/284))
- Upgrade Node and dependent packages to the latest version ([#285](https://github.com/marp-team/marpit/pull/285))

## v1.6.4 - 2021-02-06

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.5",
"chokidar": "^3.5.1",
"codecov": "^3.8.1",
"cssnano": "^4.1.10",
"cssnano": "^5.0.0-rc.2",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.4",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"jest-junit": "^12.0.0",
Expand All @@ -80,16 +80,16 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"sass": "1.32.6",
"sass": "1.32.8",
"serve-handler": "^6.1.3",
"stylelint": "^13.9.0",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"ws": "^7.4.3"
"stylelint-config-standard": "^21.0.0",
"stylelint-scss": "^3.19.0",
"ws": "^7.4.4"
},
"dependencies": {
"color-string": "^1.5.4",
"color-string": "^1.5.5",
"cssesc": "^3.0.0",
"js-yaml": "^4.0.0",
"lodash.kebabcase": "^4.1.1",
Expand Down
Loading

0 comments on commit b65a0e0

Please sign in to comment.