Skip to content

Commit

Permalink
🐛 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Sep 26, 2024
1 parent fd87215 commit bbf8347
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-23 Subhajit Sahu
Copyright (c) 2020-24 Subhajit Sahu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-build",
"version": "2.2.20",
"version": "2.3.0",
"description": "Common build tools for extra-* packages.",
"main": "index.js",
"module": "index.mjs",
Expand Down Expand Up @@ -30,22 +30,22 @@
},
"homepage": "https://github.com/nodef/extra-build#readme",
"dependencies": {
"@octokit/rest": "^19.0.13",
"@octokit/rest": "^21.0.2",
"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.5.3",
"typedoc": "^0.24.8"
"semver": "^7.6.3",
"typedoc": "^0.26.7"
},
"devDependencies": {
"@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-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.7.2",
"@types/semver": "^7.5.8",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23"
}
}

0 comments on commit bbf8347

Please sign in to comment.