summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 12:05:31 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 03:07:32 -0400
commita288ef83d227926715a1aa477e21a69d94512908 (patch)
treea8ebcff8b147c334a8916baf9ae1955835ebbfe4
parent1f933772a141a6cf1921c0ea970eff771045cf37 (diff)
Update Yarn URLs for modern GitHub
GitHub turned off git://
-rw-r--r--public-src/3rd-party/package.json6
-rw-r--r--public-src/3rd-party/yarn.lock12
2 files changed, 9 insertions, 9 deletions
diff --git a/public-src/3rd-party/package.json b/public-src/3rd-party/package.json
index 3393051..b07e0bd 100644
--- a/public-src/3rd-party/package.json
+++ b/public-src/3rd-party/package.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "flot": "git://github.com/flot/flot#v0.8.3",
+ "flot": "https://github.com/flot/flot#v0.8.3",
"golden-layout": "^1.5.9",
"jarmon": "git://git.lukeshu.com/2git/jarmon#lukeshu/master",
"javascriptrrd": "git://git.lukeshu.com/2git/javascriptrrd#v1.1.1",
"jquery": "^1.11",
"jquery-migrate": "^1.0",
- "jquerytools": "git://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068",
+ "jquerytools": "https://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068",
"requirejs": "^2.3.5",
- "sorttable": "git://github.com/stuartlangridge/sorttable"
+ "sorttable": "https://github.com/stuartlangridge/sorttable"
}
}
diff --git a/public-src/3rd-party/yarn.lock b/public-src/3rd-party/yarn.lock
index f971b63..00f0295 100644
--- a/public-src/3rd-party/yarn.lock
+++ b/public-src/3rd-party/yarn.lock
@@ -2,9 +2,9 @@
# yarn lockfile v1
-"flot@git://github.com/flot/flot#v0.8.3":
+"flot@https://github.com/flot/flot#v0.8.3":
version "0.8.3"
- resolved "git://github.com/flot/flot#453b017cc5acfd75e252b93e8635f57f4196d45d"
+ resolved "https://github.com/flot/flot#453b017cc5acfd75e252b93e8635f57f4196d45d"
golden-layout@^1.5.9:
version "1.5.9"
@@ -28,14 +28,14 @@ jquery@*, jquery@^1.11:
version "1.12.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
-"jquerytools@git://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068":
+"jquerytools@https://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068":
version "0.0.0"
- resolved "git://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068"
+ resolved "https://github.com/jquerytools/jquerytools#8ac4636a01d3860f1c4726ba722190a531bf1068"
requirejs@^2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/requirejs/-/requirejs-2.3.5.tgz#617b9acbbcb336540ef4914d790323a8d4b861b0"
-"sorttable@git://github.com/stuartlangridge/sorttable":
+"sorttable@https://github.com/stuartlangridge/sorttable":
version "2.0.0"
- resolved "git://github.com/stuartlangridge/sorttable#f0840b1f3c7a0f60983f0c6ddc1c4b1372b98b16"
+ resolved "https://github.com/stuartlangridge/sorttable#f0840b1f3c7a0f60983f0c6ddc1c4b1372b98b16"