@cucumber/html-formatter
Advanced tools
Comparing version 19.0.0 to 19.1.0
@@ -15,5 +15,4 @@ /* | ||
/*! | ||
* Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com | ||
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com | ||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) | ||
* Copyright 2022 Fonticons, Inc. | ||
*/ | ||
@@ -20,0 +19,0 @@ |
{ | ||
"name": "@cucumber/html-formatter", | ||
"version": "19.0.0", | ||
"version": "19.1.0", | ||
"description": "HTML formatter for Cucumber", | ||
@@ -26,39 +26,39 @@ "main": "dist/src/CucumberHtmlStream.js", | ||
"peerDependencies": { | ||
"@cucumber/messages": ">=17" | ||
"@cucumber/messages": ">=18" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.17.8", | ||
"@cucumber/compatibility-kit": "^9.1.2", | ||
"@cucumber/gherkin": "22.0.0", | ||
"@cucumber/gherkin-streams": "^5.0.0", | ||
"@babel/core": "7.17.9", | ||
"@cucumber/compatibility-kit": "^9.2.0", | ||
"@cucumber/gherkin": "23.0.1", | ||
"@cucumber/gherkin-streams": "^5.0.1", | ||
"@cucumber/gherkin-utils": "^7.0.0", | ||
"@cucumber/message-streams": "^4.0.0", | ||
"@cucumber/messages": "^17.1.1", | ||
"@cucumber/message-streams": "^4.0.1", | ||
"@cucumber/messages": "^18.0.0", | ||
"@cucumber/query": "^11.0.0", | ||
"@cucumber/react": "^19.2.0", | ||
"@cucumber/react-components": "^20.0.2", | ||
"@types/glob": "^7.2.0", | ||
"@types/mocha": "9.1.0", | ||
"@types/node": "16.11.26", | ||
"@types/react": "17.0.41", | ||
"@types/react-dom": "17.0.14", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"@types/node": "17.0.23", | ||
"@types/react": "17.0.44", | ||
"@types/react-dom": "17.0.15", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-loader": "8.2.4", | ||
"css-loader": "6.7.1", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"glob": "^7.2.0", | ||
"glob": "^8.0.0", | ||
"mini-css-extract-plugin": "2.6.0", | ||
"mocha": "9.2.2", | ||
"prettier": "^2.5.1", | ||
"puppeteer": "^13.1.2", | ||
"prettier": "^2.6.2", | ||
"puppeteer": "^13.5.2", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"sass": "1.49.9", | ||
"sass": "1.50.0", | ||
"sass-loader": "12.6.0", | ||
@@ -69,4 +69,4 @@ "shx": "^0.3.4", | ||
"ts-node": "10.7.0", | ||
"typescript": "4.6.2", | ||
"webpack": "5.70.0", | ||
"typescript": "4.6.3", | ||
"webpack": "5.72.0", | ||
"webpack-cli": "4.9.2" | ||
@@ -73,0 +73,0 @@ }, |
@@ -7,12 +7,12 @@ "use strict"; | ||
require("./styles.scss"); | ||
const react_1 = require("@cucumber/react"); | ||
const react_2 = __importDefault(require("react")); | ||
const react_components_1 = require("@cucumber/react-components"); | ||
const react_1 = __importDefault(require("react")); | ||
const react_dom_1 = __importDefault(require("react-dom")); | ||
const { CucumberReact } = react_1.components; | ||
const { FilteredResults, EnvelopesWrapper, SearchWrapper } = react_1.components.app; | ||
const app = (react_2.default.createElement(CucumberReact, { theme: "auto" }, | ||
react_2.default.createElement(EnvelopesWrapper, { envelopes: window.CUCUMBER_MESSAGES }, | ||
react_2.default.createElement(SearchWrapper, Object.assign({}, (0, react_1.searchFromURLParams)()), | ||
react_2.default.createElement(FilteredResults, { className: "html-formatter" }))))); | ||
const { CucumberReact } = react_components_1.components; | ||
const { FilteredResults, EnvelopesWrapper, SearchWrapper } = react_components_1.components.app; | ||
const app = (react_1.default.createElement(CucumberReact, { theme: "auto" }, | ||
react_1.default.createElement(EnvelopesWrapper, { envelopes: window.CUCUMBER_MESSAGES }, | ||
react_1.default.createElement(SearchWrapper, Object.assign({}, (0, react_components_1.searchFromURLParams)()), | ||
react_1.default.createElement(FilteredResults, { className: "html-formatter" }))))); | ||
react_dom_1.default.render(app, document.getElementById('content')); | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "@cucumber/html-formatter", | ||
"version": "19.0.0", | ||
"version": "19.1.0", | ||
"description": "HTML formatter for Cucumber", | ||
@@ -26,39 +26,39 @@ "main": "dist/src/CucumberHtmlStream.js", | ||
"peerDependencies": { | ||
"@cucumber/messages": ">=17" | ||
"@cucumber/messages": ">=18" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.17.8", | ||
"@cucumber/compatibility-kit": "^9.1.2", | ||
"@cucumber/gherkin": "22.0.0", | ||
"@cucumber/gherkin-streams": "^5.0.0", | ||
"@babel/core": "7.17.9", | ||
"@cucumber/compatibility-kit": "^9.2.0", | ||
"@cucumber/gherkin": "23.0.1", | ||
"@cucumber/gherkin-streams": "^5.0.1", | ||
"@cucumber/gherkin-utils": "^7.0.0", | ||
"@cucumber/message-streams": "^4.0.0", | ||
"@cucumber/messages": "^17.1.1", | ||
"@cucumber/message-streams": "^4.0.1", | ||
"@cucumber/messages": "^18.0.0", | ||
"@cucumber/query": "^11.0.0", | ||
"@cucumber/react": "^19.2.0", | ||
"@cucumber/react-components": "^20.0.2", | ||
"@types/glob": "^7.2.0", | ||
"@types/mocha": "9.1.0", | ||
"@types/node": "16.11.26", | ||
"@types/react": "17.0.41", | ||
"@types/react-dom": "17.0.14", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"@types/node": "17.0.23", | ||
"@types/react": "17.0.44", | ||
"@types/react-dom": "17.0.15", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-loader": "8.2.4", | ||
"css-loader": "6.7.1", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"glob": "^7.2.0", | ||
"glob": "^8.0.0", | ||
"mini-css-extract-plugin": "2.6.0", | ||
"mocha": "9.2.2", | ||
"prettier": "^2.5.1", | ||
"puppeteer": "^13.1.2", | ||
"prettier": "^2.6.2", | ||
"puppeteer": "^13.5.2", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"sass": "1.49.9", | ||
"sass": "1.50.0", | ||
"sass-loader": "12.6.0", | ||
@@ -69,4 +69,4 @@ "shx": "^0.3.4", | ||
"ts-node": "10.7.0", | ||
"typescript": "4.6.2", | ||
"webpack": "5.70.0", | ||
"typescript": "4.6.3", | ||
"webpack": "5.72.0", | ||
"webpack-cli": "4.9.2" | ||
@@ -73,0 +73,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
41
733
0
6
1635969