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 Oct 28, 2023
1 parent 49daf69 commit 20a49ba
Show file tree
Hide file tree
Showing 2 changed files with 817 additions and 727 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,42 +70,42 @@
"watch": "rollup -w -c"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-url": "^8.0.1",
"@babel/preset-env": "^7.23.2",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-url": "^8.0.2",
"@tsconfig/node14": "^14.1.0",
"@types/cheerio": "^0.22.32",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.5",
"@types/markdown-it": "^13.0.1",
"@types/cheerio": "^0.22.33",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.6",
"@types/markdown-it": "^13.0.5",
"@types/node": "~16.18.38",
"@types/pug": "^2.0.6",
"@types/supertest": "^2.0.12",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/pug": "^2.0.8",
"@types/supertest": "^2.0.15",
"@types/ws": "^8.5.8",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.16",
"babel-plugin-transform-rename-import": "^2.3.0",
"bespoke": "bespokejs/bespoke",
"builtin-modules": "^3.3.0",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"chrome-launcher": "^1.0.0",
"chrome-launcher": "^1.1.0",
"css.escape": "^1.5.1",
"cssnano": "^6.0.1",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"express": "^4.18.2",
"fast-plist": "^0.1.3",
"get-stdin": "^9.0.0",
Expand All @@ -114,30 +114,30 @@
"import-from": "^4.0.0",
"import-meta-resolve": "^3.0.0",
"is-inside-container": "^1.0.0",
"is-wsl": "^3.0.0",
"is-wsl": "^3.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"nanoid": "^4.0.2",
"npm-run-all2": "^6.0.6",
"npm-run-all2": "^6.1.1",
"os-locale": "^6.0.2",
"pdf-lib": "^1.17.1",
"pkg": "^5.8.1",
"pkg-up": "^4.0.0",
"portfinder": "1.0.32",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-url": "^10.1.3",
"pptxgenjs": "^3.12.0",
"prettier": "^3.0.3",
"pug": "^3.0.2",
"rimraf": "^5.0.1",
"rollup": "^3.29.2",
"rollup-plugin-license": "^3.1.0",
"rimraf": "^5.0.5",
"rollup": "^4.1.4",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-pug": "^1.1.1",
"sass": "^1.68.0",
"sass": "^1.69.5",
"strip-ansi": "^7.1.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.0.0",
"supertest": "^6.3.3",
"tar-stream": "^3.1.6",
Expand All @@ -152,11 +152,11 @@
"zip-stream": "^5.0.1"
},
"dependencies": {
"@marp-team/marp-core": "^3.8.1",
"@marp-team/marpit": "^2.5.3",
"@marp-team/marp-core": "^3.9.0",
"@marp-team/marpit": "^2.6.1",
"chokidar": "^3.5.3",
"cosmiconfig": "^8.3.6",
"puppeteer-core": "21.3.4",
"puppeteer-core": "21.4.1",
"remove": "^0.1.5",
"serve-index": "^1.9.1",
"tmp": "^0.2.1",
Expand Down
Loading

0 comments on commit 20a49ba

Please sign in to comment.