Skip to content

Commit

Permalink
🐛 fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Jul 3, 2023
1 parent 69dbc58 commit fd87215
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 60 deletions.
135 changes: 83 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-build",
"version": "2.2.19",
"version": "2.2.20",
"description": "Common build tools for extra-* packages.",
"main": "index.js",
"module": "index.mjs",
Expand Down Expand Up @@ -30,20 +30,20 @@
},
"homepage": "https://github.com/nodef/extra-build#readme",
"dependencies": {
"@octokit/rest": "^19.0.7",
"@octokit/rest": "^19.0.13",
"extra-javascript-text": "^0.1.14",
"extra-jsdoc-text": "^0.1.20",
"extra-markdown-text": "^0.1.5",
"extra-typedoc-theme": "^0.1.10",
"kleur": "^4.1.5",
"semver": "^7.4.0",
"typedoc": "^0.24.1"
"semver": "^7.5.3",
"typedoc": "^0.24.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/node": "^18.15.11",
"@types/semver": "^7.3.13",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/node": "^20.3.3",
"@types/semver": "^7.5.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23"
Expand Down

0 comments on commit fd87215

Please sign in to comment.