[AAE-10472] Upgrade and deprecate libs (#7788)

* upgrade and deprecate libs

* upgrade flex layout

* cleanup tslint libs

* diable the test

* exclude flaky e2e
This commit is contained in:
Denys Vuika
2022-08-26 16:56:51 +01:00
committed by GitHub
parent 4a39161ad3
commit 6f209726e9
27 changed files with 325 additions and 1501 deletions

View File

@@ -1,5 +1,4 @@
"use strict";
// tslint:disable: no-console
Object.defineProperty(exports, "__esModule", { value: true });
exports.processDocs = void 0;
var path = require("path");

View File

@@ -1,5 +1,3 @@
// tslint:disable: no-console
import * as path from 'path';
import * as fs from 'fs';
import { selectAll } from 'unist-util-select';

View File

@@ -1,5 +1,4 @@
"use strict";
// tslint:disable: no-console
Object.defineProperty(exports, "__esModule", { value: true });
exports.processDocs = void 0;
var fs = require("fs");

View File

@@ -1,5 +1,3 @@
// tslint:disable: no-console
import * as fs from 'fs';
import * as path from 'path';
import * as ejs from 'ejs';

View File

@@ -1,5 +1,4 @@
"use strict";
// tslint:disable: no-console
Object.defineProperty(exports, "__esModule", { value: true });
exports.processDocs = void 0;
var path = require("path");

View File

@@ -1,5 +1,3 @@
// tslint:disable: no-console
import * as path from 'path';
import * as fs from 'fs';
import { selectAll } from 'unist-util-select';

View File

@@ -1,5 +1,4 @@
"use strict";
// tslint:disable: no-console
Object.defineProperty(exports, "__esModule", { value: true });
exports.processDocs = void 0;
var fs = require("fs");

View File

@@ -1,5 +1,3 @@
// tslint:disable: no-console
import * as fs from 'fs';
import * as path from 'path';
import * as replaceSection from 'mdast-util-heading-range';