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: xwp/vip-site-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 554357a003f4edc2f9f08b827fcd9fadcfba77e3
Choose a base ref
..
head repository: xwp/vip-site-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e8d9cddb86fc1553b2bef7ee8efffb51f2aaac3
Choose a head ref
Showing with 4 additions and 3 deletions.
  1. +1 −1 .nvmrc
  2. +2 −1 package-lock.json
  3. +1 −1 package.json
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.2
18.20.3
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": "^18.20.2"
"node": "^18.20.3"
},
"scripts": {
"preinstall": "composer install",