Remove unusued npm package "i" (#10078)

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2021-12-23 11:07:46 +01:00 committed by GitHub
parent a030f43f20
commit 32bd177b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View file

@ -4206,12 +4206,6 @@
"node": ">= 6"
}
},
"node_modules/i": {
"version": "0.3.7",
"engines": {
"node": ">=0.4"
}
},
"node_modules/ignore": {
"version": "4.0.6",
"dev": true,
@ -7323,7 +7317,6 @@
"codemirror-promql": "0.19.0",
"css.escape": "^1.5.1",
"downshift": "^6.1.7",
"i": "^0.3.7",
"jquery": "^3.5.1",
"jquery.flot.tooltip": "^0.9.0",
"moment": "^2.24.0",
@ -29827,7 +29820,6 @@
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-prettier": "^4.0.0",
"fsevents": "^2.3.2",
"i": "^0.3.7",
"jest-canvas-mock": "^2.3.1",
"jest-fetch-mock": "^3.0.3",
"jquery": "^3.5.1",
@ -43409,9 +43401,6 @@
"debug": "4"
}
},
"i": {
"version": "0.3.7"
},
"ignore": {
"version": "4.0.6",
"dev": true

View file

@ -24,7 +24,6 @@
"codemirror-promql": "0.19.0",
"css.escape": "^1.5.1",
"downshift": "^6.1.7",
"i": "^0.3.7",
"jquery": "^3.5.1",
"jquery.flot.tooltip": "^0.9.0",
"moment": "^2.24.0",