Skip to content

Commit 66d349c

Browse files
committed
merge conflict
2 parents 1896281 + 6e03f23 commit 66d349c

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

extended_apps.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,12 @@
454454
"reference": "https://www.ampproject.org/learn/overview/"
455455
}
456456
},
457-
"incompatibleCategoryTooltips": {
458-
"52": "A chat feature would have to be reserved for another part of your site. Currently not possible within an AMP page"
457+
"Branch": {
458+
"cats": [10],
459+
"html": "cdn\\.branch\\.io/",
460+
"icon": "Branch.png",
461+
"website": "https://branch.io/",
462+
"extended": true
459463
},
460464
"technologyTooltips": {
461465
"jQuery": "jQuery is a very common JS library that is used for convenience, but doesn't enable anything that can't be accomplished with AMP JS",
@@ -590,4 +594,4 @@
590594
"link": "https://blog.optimizely.com/2019/04/18/optimizely-google-amp/"
591595
}
592596
}
593-
}
597+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"webextension-polyfill": "^0.2.1",
4-
"jquery": "^3.3.1",
5-
"jquery-ui-dist": "^1.12.1"
3+
"webextension-polyfill": "0.4.0",
4+
"jquery": "3.4.1",
5+
"jquery-ui-dist": "1.12.1"
66
}
77
}

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)