Skip to content

Commit

Permalink
Merge pull request #336 from marp-team/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node.js and dependent packages
  • Loading branch information
yhatt authored Mar 26, 2023
2 parents ab38d4a + b376b3d commit 7ad2abd
Show file tree
Hide file tree
Showing 5 changed files with 742 additions and 676 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
test-node18:
executor:
name: node
version: '18.14.1' # Specify LTS version for development
version: '18.15.0' # 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 @@
18.14.1
18.15.0
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 Node.js and dependent packages ([#336](https://github.com/marp-team/marp-core/pull/336))

## v3.5.0 - 2023-02-18

### Changed
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"exec": "./node_modules/.bin/marp"
},
"devDependencies": {
"@marp-team/marp-cli": "^2.3.0",
"@marp-team/marp-cli": "^2.4.0",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
Expand All @@ -74,46 +74,46 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@tsconfig/node12": "^1.0.11",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"autoprefixer": "^10.4.13",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"cheerio": "^1.0.0-rc.12",
"cssnano": "^5.1.15",
"emoji-regex": "^10.2.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"github-markdown-css": "^5.2.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^15.0.0",
"jest-plugin-context": "^2.9.0",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"mkdirp": "^2.1.3",
"nodemon": "^2.0.20",
"mkdirp": "^2.1.6",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"postcss-minify-params": "^5.1.4",
"postcss-minify-selectors": "^5.2.1",
"postcss-normalize-whitespace": "^5.1.1",
"postcss-url": "^10.1.3",
"prettier": "^2.8.4",
"rimraf": "^4.1.2",
"rollup": "^3.17.0",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0",
"sass": "^1.58.3",
"sass": "^1.60.0",
"sass-extended-importer": "^0.4.2",
"self-closing-tags": "^1.0.1",
"stylelint": "^15.1.0",
"stylelint": "^15.3.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^7.0.1",
"ts-jest": "29.0.5",
"tslib": "^2.5.0",
"twemoji": "^14.0.2",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"dependencies": {
"@marp-team/marpit": "^2.4.2",
Expand Down
Loading

0 comments on commit 7ad2abd

Please sign in to comment.