Skip to content

Commit 3439c14

Browse files
Added npm-check-update dev deps + ncu script
1 parent 066daa3 commit 3439c14

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

docs/versions/release-notes/v5-3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,4 +977,5 @@ Post-release
977977

978978
### 5.3.69 (UNDEFINED) - maintenance revision {#version-5.3.69}
979979

980-
- Fixed existence tests on the `obf_fld_uk` field (this was causing issues when upgrading from a legacy, unmaintained, v4 instance)
980+
- Fixed existence tests on the `obf_fld_uk` field
981+
(this was causing issues when upgrading from a legacy, unmaintained, v4 instance)

package-lock.json

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6+
"ncu": "npm-check-updates",
67
"docusaurus": "docusaurus",
78
"start": "docusaurus start",
89
"build": "docusaurus build",
@@ -33,7 +34,8 @@
3334
},
3435
"devDependencies": {
3536
"@docusaurus/module-type-aliases": "3.7.0",
36-
"@docusaurus/types": "3.7.0"
37+
"@docusaurus/types": "3.7.0",
38+
"npm-check-updates": "^18.0.1"
3739
},
3840
"browserslist": {
3941
"production": [

0 commit comments

Comments
 (0)