package.json in foreman_acd-0.9.7 vs package.json in foreman_acd-0.10.0
- old
+ new
@@ -7,16 +7,18 @@
"@theforeman/vendor": ">= 10.1.0"
},
"devDependencies": {
"@theforeman/builder": ">= 12.0.1",
"@theforeman/eslint-plugin-foreman": ">= 12.0.1",
+ "@theforeman/find-foreman": "^13.0.0",
"@theforeman/test": ">= 12.0.1",
"@theforeman/vendor-dev": ">= 12.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^6.7.2",
+ "eslint-plugin-react": "^7.34.1",
"jest": "^23.6.0",
"jest-prop-type-error": "^1.1.0",
"lodash": "^4.17.11",
"prettier": "^1.19.1",
"react-redux-test-utils": "^0.1.1",
@@ -24,14 +26,14 @@
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0",
"table-resolver": "^3.2.0"
},
"scripts": {
- "lint": "tfm-lint --plugin -d *.js,webpack",
- "lint-fix": "tfm-lint --plugin -d *.js,webpack --fix",
+ "lint": "eslint *.js webpack",
+ "lint-fix": "eslint --fix *.js webpack",
"stylelint": "stylelint webpack/**/*.scss",
"stylelint-fix": "stylelint webpack/**/*.scss --fix",
- "test": "jest --no-cache"
+ "test": "tfm-test --plugin --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ATIX-AG/foreman_acd.git"
},