Merge branch 'rfcs/80-mlunoe-add-and-document-process-for-using-import-no-deprecated' into 'master'
Feat(import/no-deprecated): add rule + docs See merge request gitlab-org/gitlab!51991
Showing
... | ... | @@ -164,7 +164,7 @@ |
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.1", | ||
"@gitlab/eslint-plugin": "8.0.0", | ||
"@gitlab/eslint-plugin": "8.1.0", | ||
"@gitlab/stylelint-config": "^2.2.0", | ||
"@testing-library/dom": "^7.16.2", | ||
"@vue/test-utils": "1.1.2", | ||
... | ... | @@ -177,17 +177,17 @@ |
"commander": "^2.18.0", | ||
"custom-jquery-matchers": "^2.1.0", | ||
"docdash": "^1.0.2", | ||
"eslint": "7.19.0", | ||
"eslint": "7.20.0", | ||
"eslint-import-resolver-jest": "3.0.0", | ||
"eslint-import-resolver-webpack": "0.13.0", | ||
"eslint-plugin-jasmine": "4.1.2", | ||
"eslint-plugin-no-jquery": "2.5.0", | ||
"gettext-extractor": "^3.5.3", | ||
"gettext-extractor-vue": "^5.0.0", | ||
"glob": "^7.1.6", | ||
"istanbul-lib-coverage": "^3.0.0", | ||
"istanbul-lib-report": "^3.0.0", | ||
"istanbul-reports": "^3.0.0", | ||
"glob": "^7.1.6", | ||
"jasmine-core": "^2.9.0", | ||
"jasmine-diff": "^0.1.3", | ||
"jasmine-jquery": "^2.1.1", | ||
... | ... |
Please register or sign in to comment