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 Apr 12, 2022
1 parent 3252fe6 commit 144db13
Show file tree
Hide file tree
Showing 2 changed files with 685 additions and 702 deletions.
63 changes: 32 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-node-resolve": "^13.2.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@rollup/plugin-typescript": "^8.3.1",
"@rollup/plugin-url": "^6.1.0",
"@tsconfig/node12": "^1.0.9",
"@types/cheerio": "^0.22.31",
Expand All @@ -78,82 +78,83 @@
"@types/markdown-it": "^12.2.3",
"@types/node": "~16.11.25",
"@types/pug": "^2.0.6",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.2.3",
"@types/yargs": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"autoprefixer": "^10.4.2",
"@types/supertest": "^2.0.12",
"@types/ws": "^8.5.3",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"autoprefixer": "^10.4.4",
"babel-plugin-transform-rename-import": "^2.3.0",
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^3.2.0",
"chalk": "^5.0.0",
"chalk": "^5.0.1",
"cheerio": "^1.0.0-rc.10",
"chrome-launcher": "^0.15.0",
"cssnano": "^5.0.17",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"cssnano": "^5.1.7",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.4",
"express": "^4.17.3",
"get-stdin": "^9.0.0",
"globby": "^13.1.1",
"image-size": "^1.0.1",
"is-docker": "^3.0.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"nanoid": "^3.3.1",
"jest-junit": "^13.1.0",
"nanoid": "^3.3.2",
"npm-run-all": "^4.1.5",
"os-locale": "^6.0.2",
"pdf-lib": "^1.17.1",
"pkg": "^5.5.2",
"pkg": "^5.6.0",
"pkg-up": "^4.0.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.6",
"postcss-url": "^10.1.3",
"pptxgenjs": "^3.9.0",
"prettier": "^2.5.1",
"pptxgenjs": "^3.10.0",
"prettier": "^2.6.2",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.68.0",
"rollup": "^2.70.1",
"rollup-plugin-license": "^2.6.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.8",
"sass": "^1.50.0",
"strip-ansi": "^7.0.1",
"stylelint": "^14.5.3",
"stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"supertest": "^6.2.2",
"tar-stream": "^2.2.0",
"ts-jest": "^27.1.3",
"ts-key-enum": "^3.0.10",
"ts-jest": "^27.1.4",
"ts-key-enum": "^3.0.11",
"tslib": "^2.3.1",
"typed-emitter": "^2.1.0",
"typescript": "^4.5.5",
"typescript": "^4.6.3",
"vhtml": "^2.2.0",
"wrap-ansi": "^8.0.1",
"yauzl": "^2.10.0",
"zip-stream": "^4.1.0"
},
"dependencies": {
"@marp-team/marp-core": "^2.4.0",
"@marp-team/marpit": "^2.2.3",
"@marp-team/marp-core": "^2.4.1",
"@marp-team/marpit": "^2.2.4",
"chokidar": "^3.5.3",
"cosmiconfig": "^7.0.1",
"import-from": "^4.0.0",
"is-wsl": "^2.2.0",
"puppeteer-core": "13.4.0",
"puppeteer-core": "13.5.2",
"serve-index": "^1.9.1",
"tmp": "^0.2.1",
"v8-compile-cache": "^2.3.0",
"ws": "^8.5.0",
"yargs": "^17.3.1"
"yargs": "^17.4.1"
},
"resolutions": {
"pug": "^3.0.2",
"pug-runtime": "^3.0.1"
"pug-runtime": "^3.0.1",
"rollup-plugin-license/moment": "^2.29.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 144db13

Please sign in to comment.