Skip to content

Commit

Permalink
Merge pull request #308 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 Aug 14, 2021
2 parents fed33fc + 76fc0cb commit 58a6d56
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 365 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commands:
default: []
yarn:
type: string
default: '^1.22.5'
default: '^1.22.11'
steps:
- run:
name: Upgrade yarn for current user
Expand All @@ -30,7 +30,7 @@ commands:
- v2.3-dependencies-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}-
- v2.3-dependencies-{{ .Environment.CIRCLE_JOB }}-

- run: yarn install
- run: yarn install --frozen-lockfile
- steps: << parameters.postinstall >>

- save_cache:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
test-node10:
executor:
name: node
version: '10.24.0'
version: '10.24.1'
steps:
- test

Expand All @@ -102,7 +102,7 @@ jobs:
test-node14:
executor:
name: node
version: '14.17.3' # Specify LTS version for development
version: '14.17.5' # 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.17.3
14.17.5
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 ([#308](https://github.com/marp-team/marpit/pull/308))

## v2.1.0 - 2021-07-08

### Added
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,43 +59,43 @@
"watch": "babel src --out-dir lib -w --verbose"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"autoprefixer": "^10.2.6",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.10",
"chokidar": "^3.5.2",
"codecov": "^3.8.2",
"cssnano": "^5.0.6",
"codecov": "^3.8.3",
"cssnano": "^5.0.7",
"dedent": "^0.7.0",
"docsify-themeable": "^0.8.4",
"eslint": "^7.30.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.0",
"jest": "^27.0.6",
"jest-junit": "^12.2.0",
"jsdoc": "^3.6.7",
"minami": "^1.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"sass": "1.35.2",
"sass": "1.37.5",
"serve-handler": "^6.1.3",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0",
"ws": "^7.5.2"
"stylelint-scss": "^3.20.1",
"ws": "^8.1.0"
},
"dependencies": {
"color-string": "^1.5.5",
"color-string": "^1.6.0",
"cssesc": "^3.0.0",
"js-yaml": "^4.1.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^12.1.0",
"markdown-it": "^12.2.0",
"markdown-it-front-matter": "^0.2.3",
"postcss": "^8.3.5"
"postcss": "^8.3.6"
},
"resolutions": {
"normalize-package-data": "^3.0.2",
Expand Down
Loading

0 comments on commit 58a6d56

Please sign in to comment.