1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-05 20:53:12 +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", "style-loader": "^1.2.1",
"webpack": "^5.15.0" "webpack": "^5.15.0"
}, },
"resolutions": {
"immer": "9.0.6"
},
"scripts": { "scripts": {
"lint": "eslint src", "lint": "eslint src",
"lint:fix": "eslint --fix src", "lint:fix": "eslint --fix src",
@ -68,7 +65,6 @@
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test:coverage": "jest --coverage --colors", "test:coverage": "jest --coverage --colors",
"docs": "npx styleguidist build ", "docs": "npx styleguidist build ",
"docs:watch": "styleguidist server", "docs:watch": "styleguidist server"
"preinstall": "npx npm-force-resolutions"
} }
} }