This commit is contained in:
Chris Whitten 2022-02-03 08:48:31 -08:00 коммит произвёл GitHub
Родитель 0d686b447a
Коммит 4ee10ee7a8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
13 изменённых файлов: 24 добавлений и 10 удалений

Просмотреть файл

@ -1,7 +1,7 @@
module.exports = {
extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
extends: ['plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended', 'plugin:security/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['import', 'notice', '@typescript-eslint'],
plugins: ['import', 'notice', '@typescript-eslint', 'security'],
env: {
browser: true,
es6: true,

Просмотреть файл

@ -114,6 +114,7 @@
"botframework-webchat-core": "4.14.0",
"core-js": "^3.6.5",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-security": "^1.4.0",
"markdown-it": "^8.4.2",
"monaco-editor": "^0.21.2",
"monaco-editor-webpack-plugin": "^2.0.0",

Просмотреть файл

@ -141,6 +141,7 @@
"chokidar": "^2.0.2",
"command-line-args": "^5.0.2",
"electron-updater": "4.3.5",
"eslint-plugin-security": "^1.4.0",
"formidable": "^1.1.1",
"fs-extra": "^6.0.1",
"got": "^7.1.0",

Просмотреть файл

@ -44,6 +44,7 @@
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "4.14.0",
"eslint-plugin-security": "^1.4.0",
"tslib": "^1.9.0"
},
"jest": {

Просмотреть файл

@ -7,12 +7,13 @@
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.1.5",
"@bfemulator/ui-react": "^1.0.0",
"@bfemulator/sdk-shared": "^1.0.0",
"@bfemulator/app-shared": "^1.0.0",
"@bfemulator/sdk-client": "^1.0.0",
"@bfemulator/sdk-shared": "^1.0.0",
"@bfemulator/ui-react": "^1.0.0",
"botframework-schema": "4.14.0",
"deep-diff": "^1.0.2",
"eslint-plugin-security": "^1.4.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-json-tree": "^0.11.2"
@ -42,16 +43,16 @@
"@typescript-eslint/parser": "^4.14.2",
"babel-eslint": "^10.0.1",
"babel-jest": "24.8.0",
"babel-preset-react-app": "^3.1.1",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^3.1.1",
"copy-webpack-plugin": "5.0.5",
"css-loader": "^1.0.1",
"enzyme": "^3.3.0",
"eslint": "7.19.0",
"eslint-config-prettier": "^3.5.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-notice": "^0.7.7",
"eslint-plugin-prettier": "^3.0.1",
"enzyme": "^3.3.0",
"file-loader": "^1.1.11",
"jest": "24.8.0",
"jest-enzyme": "^7.0.0",
@ -64,7 +65,9 @@
"webpack-dev-server": "^3.4.1"
},
"jest": {
"setupFilesAfterEnv": ["../../../../testSetup.js"],
"setupFilesAfterEnv": [
"../../../../testSetup.js"
],
"transform": {
"^.+\\.(tsx?|jsx?)$": "babel-jest"
},

Просмотреть файл

@ -12,6 +12,7 @@
"@bfemulator/ui-react": "^1.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "4.14.0",
"eslint-plugin-security": "^1.4.0",
"lscache": "^1.1.0",
"luis-apis": "2.5.1",
"react": "16.8.6",

Просмотреть файл

@ -14,6 +14,7 @@
"jest": "24.8.0"
},
"dependencies": {
"@babel/runtime": "^7.1.5"
"@babel/runtime": "^7.1.5",
"eslint-plugin-security": "^1.4.0"
}
}

Просмотреть файл

@ -11,6 +11,7 @@
"@uifabric/merge-styles": "^6.2.0",
"botframework-config": "4.4.0",
"botframework-schema": "4.14.0",
"eslint-plugin-security": "^1.4.0",
"qnamaker": "^1.3.0",
"react": "16.8.6",
"react-dom": "16.8.6"

Просмотреть файл

@ -16,6 +16,7 @@
"webpack-cli": "^3.3.2"
},
"dependencies": {
"@babel/runtime": "^7.1.5"
"@babel/runtime": "^7.1.5",
"eslint-plugin-security": "^1.4.0"
}
}

Просмотреть файл

@ -44,6 +44,7 @@
"@bfemulator/sdk-shared": "^1.0.0",
"botframework-config": "4.4.0",
"botframework-schema": "4.14.0",
"eslint-plugin-security": "^1.4.0",
"tslib": "^1.9.0"
}
}

Просмотреть файл

@ -19,8 +19,8 @@
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.4.4",
@ -45,6 +45,7 @@
"@babel/runtime": "^7.1.5",
"botframework-config": "4.4.0",
"botframework-schema": "4.14.0",
"eslint-plugin-security": "^1.4.0",
"tslib": "^1.9.0",
"uuid": "^3.3.2"
},

Просмотреть файл

@ -57,6 +57,7 @@
"dependencies": {
"@babel/runtime": "^7.1.5",
"@bfemulator/app-shared": "^1.0.0",
"eslint-plugin-security": "^1.4.0",
"react": "16.8.6",
"react-dom": "16.8.6"
},

Просмотреть файл

@ -11,6 +11,7 @@
"dependencies": {
"botbuilder": "4.5.1",
"dotenv": "8.0.0",
"eslint-plugin-security": "^1.4.0",
"restify": "8.3.3"
},
"devDependencies": {