Skip to content

Commit

Permalink
Upgrade dependent packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Aug 18, 2020
1 parent d232e37 commit d99d546
Show file tree
Hide file tree
Showing 2 changed files with 783 additions and 822 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,25 @@
"devDependencies": {
"@marp-team/marp-cli": "0.20.0",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@rollup/plugin-typescript": "^5.0.1",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/cheerio": "^0.22.21",
"@types/jest": "^26.0.4",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"autoprefixer": "^9.8.4",
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"autoprefixer": "^9.8.6",
"cheerio": "^1.0.0-rc.3",
"codecov": "^3.7.0",
"eslint": "^7.4.0",
"codecov": "^3.7.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.20.0",
"github-markdown-css": "^4.0.0",
"jest": "^26.1.0",
"jest": "^26.4.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"jest-junit": "^11.0.1",
"jest-junit": "^11.1.0",
"jest-plugin-context": "^2.9.0",
"markdown-it": "^11.0.0",
"mkdirp": "^1.0.4",
Expand All @@ -95,34 +95,34 @@
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.21.0",
"rollup-plugin-postcss": "^3.1.2",
"rollup": "^2.26.3",
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.26.10",
"self-closing-tags": "^1.0.1",
"stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"ts-jest": "26.1.1",
"tslib": "^2.0.0",
"typescript": "^3.9.6"
"ts-jest": "26.2.0",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@marp-team/marpit": "^1.6.2",
"@marp-team/marpit-svg-polyfill": "^1.7.0",
"emoji-regex": "^9.0.0",
"highlight.js": "^10.1.1",
"katex": "^0.11.1",
"highlight.js": "^10.1.2",
"katex": "^0.12.0",
"markdown-it-emoji": "^1.4.0",
"mathjax-full": "^3.0.5",
"postcss": "^7.0.32",
"postcss-minify-params": "^4.0.2",
"postcss-minify-selectors": "^4.0.2",
"postcss-normalize-whitespace": "^4.0.2",
"twemoji": "^13.0.0",
"xss": "^1.0.7"
"twemoji": "^13.0.1",
"xss": "^1.0.8"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit d99d546

Please sign in to comment.