Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
build: upgrade
Browse files Browse the repository at this point in the history
downgrade rollup see Swatinem/rollup-plugin-dts#208
  • Loading branch information
sgratzl committed May 28, 2022
1 parent 7927a18 commit 688aeb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"jest-image-snapshot": "^4.5.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.75.1",
"rollup": "~2.74.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^4.2.2",
"seedrandom": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion samples/default.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/chart.js@3.7.1/dist/chart.js"></script>
<script src="https://unpkg.com/chart.js@3.8.0/dist/chart.js"></script>
<script src="https://unpkg.com/chartjs-chart-graph@3.6.0/build/index.umd.js"></script>
<script src="../build/index.umd.js"></script>
</head>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -3385,7 +3385,7 @@ __metadata:
jest-image-snapshot: ^4.5.1
prettier: ^2.6.2
rimraf: ^3.0.2
rollup: ^2.75.1
rollup: ~2.74.1
rollup-plugin-cleanup: ^3.2.1
rollup-plugin-dts: ^4.2.2
seedrandom: ^3.0.5
Expand Down Expand Up @@ -7528,17 +7528,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^2.75.1":
version: 2.75.1
resolution: "rollup@npm:2.75.1"
"rollup@npm:~2.74.1":
version: 2.74.1
resolution: "rollup@npm:2.74.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: a48d2df765cc87c2d351e9df2ce3483cdc406e583cee271af2c38fe9371ccbae8484f0c50af4ac9293667c3eded082297008934712079d53798ec2841eef0339
checksum: c34dc78317aa0a153010061e5954225b3e18f4013feb9c0476f6878dc3485ac765c28b7849441e4a2ab69c337892bc66399fb7d4b239b94f4758adfdb1f99440
languageName: node
linkType: hard

Expand Down

0 comments on commit 688aeb4

Please sign in to comment.