Skip to content

Commit 462d286

Browse files
committed
MC-5691: Implement better developer error reporting
- Fix ts-types URL to include using HTTPS to resolve issues with Jenkins
1 parent 9549595 commit 462d286

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jquery": "1.10.27",
2020
"@types/jqueryui": "^1.12.1",
2121
"@types/knockout": "^3.4.43",
22-
"@types/magento2": "git+ssh://git@github.com:magento/ts-types#semver:^1.0.0",
22+
"@types/magento2": "https://github.com/magento/ts-types#^1.0.0",
2323
"@types/requirejs": "^2.1.31",
2424
"@types/slick-carousel": "^1.6.32",
2525
"@types/tinycolor": "^1.1.27",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,9 @@
606606
version "3.4.46"
607607
resolved "https://registry.yarnpkg.com/@types/knockout/-/knockout-3.4.46.tgz#e8bf3c356524f4b4b6b4e4159da363e49e826468"
608608

609-
"@types/magento2@git+ssh://git@github.com:magento/ts-types#semver:^1.0.0":
610-
version "1.0.2"
611-
resolved "git+ssh://git@github.com:magento/ts-types#c0dbc5180aabd53f84dbc73ede82cf9785cb50a7"
609+
"@types/magento2@https://github.com/magento/ts-types#^1.0.0":
610+
version "1.0.3"
611+
resolved "https://github.com/magento/ts-types#c48a504d504d5441f4e8550c5d0d8389b4e873c3"
612612

613613
"@types/requirejs@^2.1.31":
614614
version "2.1.31"

0 commit comments

Comments
 (0)