Skip to content

Commit

Permalink
⬆️ Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 5, 2024
1 parent d333b7b commit ed82658
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.4
uses: renovatebot/github-action@v41.0.5
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"devDependencies": {
"bestikk-log": "0.1.0",
"chai": "4.4.1",
"chai": "5.1.2",
"dirty-chai": "2.0.1",
"downdoc": "^1.0.0-beta.9",
"eslint": "^8.10.0",
"eslint": "^9.0.0",
"eslint-config-standard": "^17.0.0-1",
"libnpmpublish": "4.0.2",
"mocha": "10.3.0",
"mocha": "11.0.1",
"pacote": "^12.0.2",
"semver": "^7.3.8",
"sinon": "17.0.1"
"sinon": "19.0.2"
}
}
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,37 +87,37 @@
"unxhr": "1.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "20.11.17",
"@rollup/plugin-replace": "6.0.1",
"@types/node": "22.10.1",
"@types/nunjucks": "3.2.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"bestikk-download": "1.0.0",
"bestikk-fs": "1.0.0",
"bestikk-log": "0.1.0",
"bestikk-uglify": "3.0.1",
"chai": "4.4.1",
"chai": "5.1.2",
"cross-env": "7.0.3",
"dirty-chai": "2.0.1",
"documentation": "^14.0.0",
"dot": "1.1.3",
"ejs": "3.1.9",
"eslint": "8.56.0",
"eslint": "9.16.0",
"handlebars": "4.7.8",
"http-server": "14.1.1",
"mocha": "10.3.0",
"mocha": "11.0.1",
"mock-http-server": "1.4.5",
"module-alias": "2.2.3",
"nunjucks": "3.2.4",
"opal-compiler": "3.0.0",
"portfinder": "1.0.32",
"pug": "3.0.2",
"puppeteer": "21.11.0",
"puppeteer": "23.10.1",
"rollup": "~4.10.0",
"rollup-plugin-dts": "^6.1.0",
"sinon": "17.0.1",
"sinon": "19.0.2",
"standard": "17.1.0",
"tsd": "0.30.4",
"typescript": "5.3.3"
Expand Down

0 comments on commit ed82658

Please sign in to comment.