Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
* Update foreman peer dependency
* Update foreman dev depenencies
* Remove theforeman/stories as it does not exist anymore
* Add react-redux-test-utils to build
* Add babel core dependency
  • Loading branch information
nadjaheitmann committed Oct 21, 2024
1 parent e744580 commit 835f4d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
node-version: [14]
foreman-core-branch: ['develop', '3.9-stable', '3.8-stable']
foreman-core-branch: ['develop', '3.12-stable', '3.11-stable']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"test:watch": "tfm-test --config jest.config.js --plugin --watchAll",
"test:current": "tfm-test --config jest.config.js --plugin --watch",
"publish-coverage": "tfm-publish-coverage",
"stories": "tfm-stories --plugin",
"stories:build": "tfm-build-stories --plugin",
"create-react-component": "yo react-domain"
},
"repository": {
Expand All @@ -23,19 +21,20 @@
"url": "http://projects.theforeman.org/projects/foreman_snapshot_management/issues"
},
"peerDependencies": {
"@theforeman/vendor": ">= 4.0.0"
"@theforeman/vendor": ">= 12.0.1"
},
"devDependencies": {
"@theforeman/builder": ">= 4.0.0",
"@theforeman/eslint-plugin-foreman": ">= 6.0.0",
"@theforeman/find-foreman": ">= 4.8.0",
"@theforeman/stories": ">= 7.0.0",
"@theforeman/test": ">= 8.0.0",
"@theforeman/vendor-dev": ">= 4.0.0",
"@babel/core": "^7.7.0",
"@theforeman/builder": ">= 12.0.1",
"@theforeman/eslint-plugin-foreman": ">= 12.0.1",
"@theforeman/find-foreman": ">= 12.0.1",
"@theforeman/test": ">= 12.0.1",
"@theforeman/vendor-dev": ">= 12.0.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"prettier": "^1.19.1",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0"
"stylelint-config-standard": "^18.0.0",
"react-redux-test-utils": "^0.2.0"
}
}

0 comments on commit 835f4d6

Please sign in to comment.