mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[npm] Updates Browserslist caniuse-lite database (#112523)
* Updates Browserslist caniuse-lite database
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
* Revert "skip flaky suite"
This reverts commit 2fd91a4f07
.
This commit is contained in:
parent
2fd91a4f07
commit
f1e9668aa2
3 changed files with 6 additions and 7 deletions
|
@ -279,8 +279,8 @@
|
|||
"lodash": "^4.17.21",
|
||||
"lru-cache": "^4.1.5",
|
||||
"lz-string": "^1.4.4",
|
||||
"maplibre-gl": "1.15.2",
|
||||
"mapbox-gl-draw-rectangle-mode": "1.0.4",
|
||||
"maplibre-gl": "1.15.2",
|
||||
"markdown-it": "^10.0.0",
|
||||
"md5": "^2.1.0",
|
||||
"mdast-util-to-hast": "10.0.1",
|
||||
|
@ -639,8 +639,8 @@
|
|||
"@types/yauzl": "^2.9.1",
|
||||
"@types/zen-observable": "^0.8.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
||||
"@typescript-eslint/typescript-estree": "^4.14.1",
|
||||
"@typescript-eslint/parser": "^4.14.1",
|
||||
"@typescript-eslint/typescript-estree": "^4.14.1",
|
||||
"@yarnpkg/lockfile": "^1.1.0",
|
||||
"abab": "^2.0.4",
|
||||
"aggregate-error": "^3.1.0",
|
||||
|
|
|
@ -34,8 +34,7 @@ beforeEach(async () => {
|
|||
|
||||
afterEach(async () => await del([PLUGIN_DIR, TMP_DIR]));
|
||||
|
||||
// https://github.com/elastic/kibana/issues/89079
|
||||
it.skip('builds a generated plugin into a viable archive', async () => {
|
||||
it('builds a generated plugin into a viable archive', async () => {
|
||||
const generateProc = await execa(
|
||||
process.execPath,
|
||||
['scripts/generate_plugin', '-y', '--name', 'fooTestPlugin'],
|
||||
|
|
|
@ -9196,9 +9196,9 @@ caniuse-api@^3.0.0:
|
|||
lodash.uniq "^4.5.0"
|
||||
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001097, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001181:
|
||||
version "1.0.30001208"
|
||||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz"
|
||||
integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA==
|
||||
version "1.0.30001258"
|
||||
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001258.tgz"
|
||||
integrity sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==
|
||||
|
||||
capture-exit@^2.0.0:
|
||||
version "2.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue