Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 5d452bd

Browse files
committed
add "overrides" to package.json
1 parent b062790 commit 5d452bd

File tree

2 files changed

+7
-59
lines changed

2 files changed

+7
-59
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@piplcom/fluentui-editable-grid",
3-
"version": "1.11.19",
3+
"version": "1.11.21",
44
"license": "MIT",
55
"description": "Wrapper over the existing DetailsList that makes in-place editability work like a dream(among many other new features)",
66
"main": "dist/index.js",
@@ -17,8 +17,6 @@
1717
],
1818
"bugs": "https://github.com/microsoft/FluentUIEditableDetailsList/issues",
1919
"dependencies": {
20-
"nth-check": "2.1.1",
21-
"unset-value": "2.0.1",
2220
"@babel/cli": "7.12.1",
2321
"@babel/core": "^7.14.8",
2422
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
@@ -55,6 +53,10 @@
5553
"nth-check": ">=2.1.1",
5654
"tar": ">=6.1.9"
5755
},
56+
"overrides": {
57+
"nth-check": ">=2.1.1",
58+
"unset-value": "2.0.1"
59+
},
5860
"scripts": {
5961
"start": "react-scripts start",
6062
"build-site": "react-scripts build",

0 commit comments

Comments
 (0)