Skip to content

Commit 13c7431

Browse files
committed
dropping support for very old versions of swup
1 parent ecba87b commit 13c7431

File tree

2 files changed

+2493
-220
lines changed

2 files changed

+2493
-220
lines changed

src/Swup/assets/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
"importmap": {
1818
"@swup/fade-theme": "^1.0",
1919
"@swup/slide-theme": "^1.0",
20-
"@swup/forms-plugin": "^1.0||^2.0",
21-
"@swup/debug-plugin": "^1.0||^2.0||^3.0",
22-
"swup": "^2.0||^3.0",
20+
"@swup/forms-plugin": "^2.0",
21+
"@swup/debug-plugin": "^3.0",
22+
"swup": "^3.0",
2323
"@hotwired/stimulus": "^3.0.0"
2424
}
2525
},
2626
"peerDependencies": {
2727
"@swup/fade-theme": "^1.0",
2828
"@swup/slide-theme": "^1.0",
29-
"@swup/forms-plugin": "^1.0||^2.0",
30-
"@swup/debug-plugin": "^1.0||^2.0||^3.0",
31-
"swup": "^2.0||^3.0",
29+
"@swup/forms-plugin": "^2.0",
30+
"@swup/debug-plugin": "^3.0",
31+
"swup": "^3.0",
3232
"@hotwired/stimulus": "^3.0.0"
3333
},
3434
"devDependencies": {
3535
"@swup/fade-theme": "^1.0",
3636
"@swup/slide-theme": "^1.0",
37-
"@swup/forms-plugin": "^1.0",
38-
"@swup/debug-plugin": "^1.0",
39-
"swup": "^2.0",
37+
"@swup/forms-plugin": "^2.0",
38+
"@swup/debug-plugin": "^3.0",
39+
"swup": "^3.0",
4040
"@hotwired/stimulus": "^3.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)