1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00

Revert "NPM audit fix"

This reverts commit 6e6c349866.
This commit is contained in:
Marek Sašek 2021-11-18 16:28:33 +01:00
parent c1e807bc74
commit 4b25f6eafc
No known key found for this signature in database
GPG Key ID: 8791897AFCF3602F
2 changed files with 32471 additions and 31200 deletions

63665
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -58,9 +58,6 @@
"style-loader": "^1.2.1",
"webpack": "^5.15.0"
},
"resolutions": {
"immer": "9.0.6"
},
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint --fix src",
@ -68,7 +65,6 @@
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --colors",
"docs": "npx styleguidist build ",
"docs:watch": "styleguidist server",
"preinstall": "npx npm-force-resolutions"
"docs:watch": "styleguidist server"
}
}