Skip to content

Commit 74bc843

Browse files
authored
fix: Updates nth-check to 2.1.1 (#159)
1 parent de7feb7 commit 74bc843

File tree

2 files changed

+18
-50
lines changed

2 files changed

+18
-50
lines changed

examples/mern-cdk-ci-cd/mern/client/package-lock.json

Lines changed: 14 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mern-cdk-ci-cd/mern/client/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"react-scripts": "5.0.1",
1515
"web-vitals": "^1.0.1"
1616
},
17+
"overrides": {
18+
"nth-check": "2.1.1"
19+
},
1720
"scripts": {
1821
"start": "react-scripts start",
1922
"build": "react-scripts build",
@@ -38,4 +41,4 @@
3841
"last 1 safari version"
3942
]
4043
}
41-
}
44+
}

0 commit comments

Comments
 (0)