Skip to content

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 b8fafc4 commit 5d3cebe
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,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",
"ts-jest": "^28.0.3",
Expand Down
2 changes: 1 addition & 1 deletion samples/basic.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="../build/index.umd.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion samples/basicLog.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/chart.js@3.7.1"></script>
<script src="https://unpkg.com/chart.js@3.8.0"></script>
<script src="../build/index.umd.js"></script>
</head>

Expand Down
4 changes: 2 additions & 2 deletions samples/default_esm.html
Expand Up @@ -11,8 +11,8 @@
<script type="importmap-shim">
{
"imports": {
"chart.js": "https://unpkg.com/chart.js@3.7.1?module",
"chart.js/helpers": "https://unpkg.com/chart.js@3.7.1/helpers/helpers.esm.js?module",
"chart.js": "https://unpkg.com/chart.js@3.8.0?module",
"chart.js/helpers": "https://unpkg.com/chart.js@3.8.0/helpers/helpers.esm.js?module",
"chartjs-chart-pcp": "../build/index.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/tension.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/chart.js@3.7.1"></script>
<script src="https://unpkg.com/chart.js@3.8.0"></script>
<script src="../build/index.umd.js"></script>
</head>

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -3344,7 +3344,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
ts-jest: ^28.0.3
Expand Down Expand Up @@ -7413,17 +7413,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 5d3cebe

Please sign in to comment.