Skip to content

Commit 841c6e3

Browse files
Bump rollup, typescript and others to recent versions
* Bump rollup from 2.23.1 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.23.1 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.23.1...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * upgrade rollup and rollup plugins, upgrade to latest typescript, update GitHub actions to use current node LTS * fix default import issue in umd build --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Hollaender <[email protected]>
1 parent aec1a14 commit 841c6e3

File tree

9 files changed

+1644
-5265
lines changed

9 files changed

+1644
-5265
lines changed

.github/workflows/continous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@master
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: '16.x'
12+
node-version: 20
1313
- run: npm install
1414
- run: npm run test:ci
1515
- name: Archive reference files

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm publish
2020
env:

0 commit comments

Comments
 (0)