chore: update npm deps
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-21 14:34:24 -05:00
parent 84c7944ba6
commit db9fc65213
9 changed files with 18 additions and 18 deletions

View file

@ -5,7 +5,7 @@
}: }:
buildApp { buildApp {
src = ./.; src = ./.;
npmDepsHash = "sha256-XflXVdlsTonDHiR70Th/V6KUf4KSvcwnDod2mkz7rHQ="; npmDepsHash = "sha256-0NadIaeU2rU6xGR8eeWpEUZHE5qbuzE99/O1HNtW0ck=";
runtimeInputs = [ runtimeInputs = [
ffmpeg-full ffmpeg-full

Binary file not shown.

View file

@ -11,14 +11,14 @@
"fluent-ffmpeg": "2.1.3" "fluent-ffmpeg": "2.1.3"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "9.14.0", "@eslint/js": "9.15.0",
"@stylistic/eslint-plugin": "2.10.1", "@stylistic/eslint-plugin": "2.11.0",
"@types/node": "22.9.0", "@types/node": "22.9.1",
"esbuild": "0.24.0", "esbuild": "0.24.0",
"eslint": "9.14.0", "eslint": "9.15.0",
"eslint-plugin-jsdoc": "50.5.0", "eslint-plugin-jsdoc": "50.5.0",
"jiti": "2.4.0", "jiti": "2.4.0",
"typescript": "5.6.3", "typescript": "5.6.3",
"typescript-eslint": "8.14.0" "typescript-eslint": "8.15.0"
} }
} }

View file

@ -5,7 +5,7 @@
}: }:
buildApp { buildApp {
src = ./.; src = ./.;
npmDepsHash = "sha256-zl/UIwBQqpV89Rvagyq3mQDJxkWM0h1evtKg9TiTdiw="; npmDepsHash = "sha256-MF5z9QGOdxUKWDP7S4wdszgLrh6f5UyFb9tCn3QSH0k=";
runtimeInputs = [ runtimeInputs = [
(callPackage ../../nixosModules/docker/updateImage.nix {}) (callPackage ../../nixosModules/docker/updateImage.nix {})

Binary file not shown.

View file

@ -7,14 +7,14 @@
"build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs" "build": "node_ver=$(node -v); esbuild src/app.ts --bundle --platform=node --target=\"node${node_ver:1:2}\" --outfile=out/bin/app.cjs"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "9.14.0", "@eslint/js": "9.15.0",
"@stylistic/eslint-plugin": "2.10.1", "@stylistic/eslint-plugin": "2.11.0",
"@types/node": "22.9.0", "@types/node": "22.9.1",
"esbuild": "0.24.0", "esbuild": "0.24.0",
"eslint": "9.14.0", "eslint": "9.15.0",
"eslint-plugin-jsdoc": "50.5.0", "eslint-plugin-jsdoc": "50.5.0",
"jiti": "2.4.0", "jiti": "2.4.0",
"typescript": "5.6.3", "typescript": "5.6.3",
"typescript-eslint": "8.14.0" "typescript-eslint": "8.15.0"
} }
} }

Binary file not shown.

View file

@ -3,13 +3,13 @@
"version": "0.0.0", "version": "0.0.0",
"main": "app.ts", "main": "app.ts",
"dependencies": { "dependencies": {
"@eslint/js": "9.14.0", "@eslint/js": "9.15.0",
"@stylistic/eslint-plugin": "2.10.1", "@stylistic/eslint-plugin": "2.11.0",
"@types/node": "22.9.0", "@types/node": "22.9.1",
"eslint": "9.14.0", "eslint": "9.15.0",
"eslint-plugin-jsdoc": "50.5.0", "eslint-plugin-jsdoc": "50.5.0",
"fzf": "0.5.2", "fzf": "0.5.2",
"jiti": "2.4.0", "jiti": "2.4.0",
"typescript-eslint": "8.14.0" "typescript-eslint": "8.15.0"
} }
} }

View file

@ -98,7 +98,7 @@ in {
}) })
// { // {
"${cfg.configDir}/node_modules".source = "${cfg.configDir}/node_modules".source =
buildNodeModules ./config "sha256-DtrSplIOSudRgBCfKsDAtok0/21xzHiTJNrKLYy4mfY="; buildNodeModules ./config "sha256-XNvj59XfO6f+04PatCOZ93tkkZ1K7jReZPqLGJL2Ojo=";
"${cfg.configDir}/tsconfig.json".source = let "${cfg.configDir}/tsconfig.json".source = let
inherit (ags.packages.${pkgs.system}) gjs; inherit (ags.packages.${pkgs.system}) gjs;