Skip to content

Commit

Permalink
Merge pull request #322 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 committed Jan 7, 2022
2 parents 2d2e9fc + 7fe49d0 commit cb08493
Show file tree
Hide file tree
Showing 8 changed files with 1,366 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
test-node16:
executor:
name: node
version: '16.12.0' # Specify LTS version for development
version: '16.13.1' # Specify LTS version for development
steps:
- prepare
- lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
16.13.1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

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

## v2.2.0 - 2021-11-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
// TODO: Drop support for EOL Node <= 8 in Marpit v2
// TODO: Drop support for EOL Node in Marpit v3
presets: [
['@babel/preset-env', { targets: { node: '8' }, shippedProposals: true }],
['@babel/preset-env', { targets: { node: '10' }, shippedProposals: true }],
],
}
6 changes: 3 additions & 3 deletions docsify/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
height: 2rem;
padding: 0;
cursor: pointer;
opacity: 70%;
opacity: 0.7;

&:hover {
opacity: 80%;
opacity: 0.8;
}

&:hover:active {
opacity: 50%;
opacity: 0.5;
}
}

Expand Down
2 changes: 1 addition & 1 deletion docsify/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ body * {
.content {
background-color: var(--base-background-color);
filter: blur(4px) brightness(0.95);
opacity: 50%;
opacity: 0.5;
}
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,41 +59,41 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.4",
"autoprefixer": "^10.4.0",
"@babel/cli": "^7.16.7",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.7",
"autoprefixer": "^10.4.2",
"cheerio": "^1.0.0-rc.10",
"chokidar": "^3.5.2",
"cssnano": "^5.0.11",
"cssnano": "^5.0.15",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.6",
"eslint": "^8.2.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"jest": "^27.3.1",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jest-junit": "^13.0.0",
"jsdoc": "^3.6.7",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"sass": "1.43.4",
"sass": "1.46.0",
"serve-handler": "^6.1.3",
"stylelint": "^14.1.0",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^2.0.1",
"ws": "^8.2.3"
"stylelint-config-standard-scss": "^3.0.0",
"ws": "^8.4.0"
},
"dependencies": {
"color-string": "^1.6.0",
"color-string": "^1.9.0",
"cssesc": "^3.0.0",
"js-yaml": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^12.2.0",
"markdown-it": "^12.3.1",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^8.3.11"
"postcss": "^8.4.5"
},
"publishConfig": {
"access": "public"
Expand Down
2,698 changes: 1,337 additions & 1,361 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit cb08493

Please sign in to comment.