mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
shopify-cli: 3.67.1 -> 3.69.3 (#352241)
This commit is contained in:
commit
39def438b4
12
pkgs/by-name/sh/shopify-cli/package-lock.json
generated
12
pkgs/by-name/sh/shopify-cli/package-lock.json
generated
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "shopify",
|
||||
"version": "3.67.1",
|
||||
"version": "3.69.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "shopify",
|
||||
"version": "3.67.1",
|
||||
"version": "3.69.3",
|
||||
"dependencies": {
|
||||
"@shopify/cli": "3.67.1"
|
||||
"@shopify/cli": "3.69.3"
|
||||
},
|
||||
"bin": {
|
||||
"shopify": "node_modules/@shopify/cli/bin/run.js"
|
||||
@ -480,9 +480,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@shopify/cli": {
|
||||
"version": "3.67.1",
|
||||
"resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.67.1.tgz",
|
||||
"integrity": "sha512-yThhhrfV4M9cAx8Ng5DPoxEemtPtiIur1jiVJBp8cuooJMTHvjANZ3eOcs9xeKGb5BMzoseZ1jR5Gh8MYGCjQQ==",
|
||||
"version": "3.69.3",
|
||||
"resolved": "https://registry.npmjs.org/@shopify/cli/-/cli-3.69.3.tgz",
|
||||
"integrity": "sha512-tc7gH5EOgDvAuSGazTP4zl0Yj4547gwypyDzmUfxb15PExMpj7lMyIQujKyAGwEfu1+LRF3K13Hfgib1sqvUUQ==",
|
||||
"license": "MIT",
|
||||
"os": [
|
||||
"darwin",
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "shopify",
|
||||
"version": "3.67.1",
|
||||
"version": "3.69.3",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"shopify": "node_modules/@shopify/cli/bin/run.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@shopify/cli": "3.67.1"
|
||||
"@shopify/cli": "3.69.3"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ buildNpmPackage, lib, testers, shopify-cli }:
|
||||
let
|
||||
version = "3.67.1";
|
||||
version = "3.69.3";
|
||||
in
|
||||
buildNpmPackage {
|
||||
pname = "shopify";
|
||||
@ -14,7 +14,7 @@ buildNpmPackage {
|
||||
];
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-jb87K1tCMYgWrsAgzvdHW8ChB+dvc9yNM0hqajy8Rbo=";
|
||||
npmDepsHash = "sha256-QhbOKOs/0GEOeySG4uROzgtD4o7C+6tS/TAaPcmC3xk=";
|
||||
dontNpmBuild = true;
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user