Skip to content

Commit

Permalink
Update rollup to fix -actions build
Browse files Browse the repository at this point in the history
Older version fails with
`Unexpected token '??='`
  • Loading branch information
tomalec committed Nov 14, 2023
1 parent 10bcf25 commit 0272290
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 113 deletions.
204 changes: 94 additions & 110 deletions packages/github-actions/package-lock.json

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

7 changes: 4 additions & 3 deletions packages/github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0"
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^3.29.4"
},
"eslintConfig": {
"settings": {
Expand Down

0 comments on commit 0272290

Please sign in to comment.