diff --git a/package.json b/package.json index 67fb73e21f73..2def1fbf5d72 100644 --- a/package.json +++ b/package.json @@ -280,8 +280,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", @@ -641,8 +641,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", diff --git a/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts b/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts index fb556a8eac4a..65cbdaf88034 100644 --- a/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts +++ b/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts @@ -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'], diff --git a/yarn.lock b/yarn.lock index ed89787bcb5a..4e6c8c05c3eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"