fix(ui): add missing dependency

This commit is contained in:
Łukasz Mierzwa
2023-06-06 14:13:55 +01:00
committed by Łukasz Mierzwa
parent ff1fa3e9b4
commit 8cd597988b
4 changed files with 45 additions and 1 deletions
+1
View File
@@ -13,3 +13,4 @@ ignores:
- "@types/node"
- "purgecss"
- "eslint-plugin-jest"
- "node-fetch"
-1
View File
@@ -70,4 +70,3 @@ build.pre/css.diff: build purgecss.config.js
npm-upgrade:
rm -fr node_modules package-lock.json
npm install
npm install
+43
View File
@@ -78,6 +78,7 @@
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"fetch-mock": "9.11.0",
"node-fetch": "2.6.11",
"prettier": "2.8.8",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",
@@ -14010,6 +14011,48 @@
"tslib": "^2.0.3"
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/node-fetch/node_modules/tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
"dev": true
},
"node_modules/node-fetch/node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
"dev": true
},
"node_modules/node-fetch/node_modules/whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
"dev": true,
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/node-forge": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
+1
View File
@@ -73,6 +73,7 @@
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"fetch-mock": "9.11.0",
"node-fetch": "2.6.11",
"prettier": "2.8.8",
"purgecss": "5.0.0",
"react-scripts": "5.0.1",