Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b8f81e5

Browse files
committed
Remove force-resolutions
1 parent 9323d89 commit b8f81e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist/src/**/*"
1111
],
1212
"scripts": {
13-
"audit": "npx [email protected] && npm audit --audit-level=moderate",
13+
"audit": "npm audit --audit-level=moderate",
1414
"audit-licenses": "license-checker --production --failOn \"AGPL-1.0-only; AGPL-1.0-or-later; AGPL-3.0-only; AGPL-3.0-or-later; Beerware; CC-BY-NC-1.0; CC-BY-NC-2.0; CC-BY-NC-2.5; CC-BY-NC-3.0; CC-BY-NC-4.0; CC-BY-NC-ND-1.0; CC-BY-NC-ND-2.0; CC-BY-NC-ND-2.5; CC-BY-NC-ND-3.0; CC-BY-NC-ND-4.0; CC-BY-NC-SA-1.0; CC-BY-NC-SA-2.0; CC-BY-NC-SA-2.5; CC-BY-NC-SA-3.0; CC-BY-NC-SA-4.0; CPAL-1.0; EUPL-1.0; EUPL-1.1; EUPL-1.1; GPL-1.0-only; GPL-1.0-or-later; GPL-2.0-only; GPL-2.0-or-later; GPL-3.0; GPL-3.0-only; GPL-3.0-or-later; SISSL; SISSL-1.2; WTFPL\"",
1515
"build": "webpack",
1616
"ci": "npm run lint && npm run test && npm run audit && npm run audit-licenses && npm run build",
@@ -100,13 +100,5 @@
100100
"react-table": "^7.6.3",
101101
"stream": "0.0.2",
102102
"swr": "^0.5.7"
103-
},
104-
"resolutions": {
105-
"glob-parent": "5.1.2",
106-
"browserslist": "4.16.5",
107-
"trim": "0.0.3",
108-
"immer": "9.0.6",
109-
"set-value": "4.0.1",
110-
"ansi-regex": "5.0.1"
111103
}
112104
}

0 commit comments

Comments
 (0)