-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
foreman-js-bot
committed
Aug 16, 2021
1 parent
44512c1
commit dae96ce
Showing
25 changed files
with
102 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "8.9.0", | ||
"version": "8.10.0", | ||
"npmClient": "npm", | ||
"packages": [ | ||
"packages/*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@theforeman/builder", | ||
"version": "8.9.0", | ||
"version": "8.10.0", | ||
"description": "Build production and development bundle files for foreman core and plugins.", | ||
"author": "Avi Sharvit <[email protected]>", | ||
"homepage": "https://github.com/theforeman/foreman-js#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@theforeman/eslint-plugin-foreman", | ||
"version": "8.9.0", | ||
"version": "8.10.0", | ||
"description": "Eslint plugin for the foreman", | ||
"author": "Amir Fefer <[email protected]>", | ||
"homepage": "https://github.com/theforeman/foreman-js#readme", | ||
|
@@ -24,7 +24,7 @@ | |
"test": "echo \"@theforeman/eslint-plugin-foreman does not contain any tests at the moment.\"" | ||
}, | ||
"dependencies": { | ||
"@theforeman/vendor-dev": "^8.9.0", | ||
"@theforeman/vendor-dev": "^8.10.0", | ||
"babel-eslint": "^9.0.0", | ||
"chalk": "^4.1.0", | ||
"commander": "^4.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@theforeman/stories", | ||
"version": "8.9.0", | ||
"version": "8.10.0", | ||
"description": "Documentation library for the foreman project", | ||
"author": "Avi Sharvit <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -35,8 +35,8 @@ | |
"@storybook/addon-viewport": "^6.0.22", | ||
"@storybook/react": "^6.0.22", | ||
"@storybook/source-loader": "^6.0.22", | ||
"@theforeman/builder": "^8.9.0", | ||
"@theforeman/vendor": "^8.9.0", | ||
"@theforeman/builder": "^8.10.0", | ||
"@theforeman/vendor": "^8.10.0", | ||
"babel-loader": "^8.0.6", | ||
"babel-plugin-react-docgen": "^3.2.0", | ||
"commander": "^4.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@theforeman/test", | ||
"version": "8.9.0", | ||
"version": "8.10.0", | ||
"description": "Test utils for theforeman", | ||
"author": "Amir Fefer <[email protected]>", | ||
"homepage": "https://github.com/theforeman/foreman-js#readme", | ||
|
@@ -28,8 +28,8 @@ | |
"@testing-library/jest-dom": "^5.3.0", | ||
"@testing-library/react": "^10.0.2", | ||
"@testing-library/react-hooks": "^3.4.2", | ||
"@theforeman/builder": "^8.9.0", | ||
"@theforeman/vendor-core": "^8.9.0", | ||
"@theforeman/builder": "^8.10.0", | ||
"@theforeman/vendor-core": "^8.10.0", | ||
"axios-mock-adapter": "^1.1.7", | ||
"babel-jest": "^26.3.0", | ||
"babel-plugin-dynamic-import-node": "^2.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.