Skip to content

Commit 165cae9

Browse files
committed
feature #901 [Swup] Allowing newer versions (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- [Swup] Allowing newer versions | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Tickets | None | License | MIT Some newer versions of Swup came out recently, and they seem to work fine with our existing controller :). Cheers! Commits ------- 08132b2 [Swup] Allowing newer versions
2 parents d54c11a + 08132b2 commit 165cae9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Swup/assets/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
"importmap": {
1818
"@swup/fade-theme": "^1.0",
1919
"@swup/slide-theme": "^1.0",
20-
"@swup/forms-plugin": "^1.0",
21-
"@swup/debug-plugin": "^1.0",
22-
"swup": "^2.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",
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",
30-
"@swup/debug-plugin": "^1.0",
31-
"swup": "^2.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",
3232
"@hotwired/stimulus": "^3.0.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)