Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NodeBB/nodebb-plugin-write-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c9d32e022ec656527d467439e7b11222ccd08be6
Choose a base ref
..
head repository: NodeBB/nodebb-plugin-write-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cfd518fcc81992277c5143255f413f8127e67dcb
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 package.json
  2. +4 −4 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.31.0",
"husky": "9.1.7",
"lint-staged": "15.4.3"
"lint-staged": "15.5.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2254,10 +2254,10 @@ linkify-it@^3.0.1:
dependencies:
uc.micro "^1.0.1"

lint-staged@15.4.3:
version "15.4.3"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.3.tgz#e73587cc857f580c99f907abefe9ac8d8d5e74c1"
integrity sha512-FoH1vOeouNh1pw+90S+cnuoFwRfUD9ijY2GKy5h7HS3OR7JVir2N2xrsa0+Twc1B7cW72L+88geG5cW4wIhn7g==
lint-staged@15.5.0:
version "15.5.0"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.0.tgz#fa6464cfb06e0faf5bb167f83186e952ff6e569e"
integrity sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==
dependencies:
chalk "^5.4.1"
commander "^13.1.0"