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 May 12, 2023
1 parent a8c4c96 commit cf31e08
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 99 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/checkout@v3.5.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.159.2
uses: renovatebot/github-action@v36.1.1
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
153 changes: 58 additions & 95 deletions packages/core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-replace": "5.0.2",
"@types/node": "18.15.11",
"@types/node": "20.1.3",
"@types/nunjucks": "3.2.2",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
Expand All @@ -107,12 +107,12 @@
"opal-compiler": "3.0.0",
"portfinder": "1.0.32",
"pug": "3.0.2",
"puppeteer": "19.9.1",
"puppeteer": "20.2.0",
"rollup": "3.20.6",
"sinon": "15.0.3",
"standard": "17.0.0",
"tsd": "0.28.1",
"typescript": "4.9.5"
"typescript": "5.0.4"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit cf31e08

Please sign in to comment.