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 4f22b76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 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.11-stable', '3.12-stable']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,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 4f22b76

Please sign in to comment.