@nightwatch/html-reporter-template
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@nightwatch/html-reporter-template", | ||
"description": "Nightwatch HTML reporter template", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "commonjs", | ||
@@ -16,2 +16,3 @@ "scripts": { | ||
"clean": "rm -rf html vrt index.js index.d.ts *.tsbuildinfo *.tgz", | ||
"test": "npx nightwatch --headless", | ||
"docs": "npx typedoc --tsconfig tsconfig.node.cjs.json --readme none --gitRevision main --externalPattern --excludeExternals --excludeProtected --excludePrivate --plugin typedoc-plugin-markdown --out docs/ index.ts && npm run format" | ||
@@ -38,4 +39,5 @@ }, | ||
"@emotion/styled": "^11.10.5", | ||
"@mui/icons-material": "^5.10.16", | ||
"@mui/material": "^5.10.16", | ||
"@mui/icons-material": "^5.11.0", | ||
"@mui/material": "^5.11.4", | ||
"@nightwatch/react": "^0.4.1", | ||
"@radix-ui/react-accordion": "1.0.1", | ||
@@ -46,18 +48,21 @@ "@radix-ui/react-dropdown-menu": "2.0.1", | ||
"@radix-ui/react-tooltip": "1.0.2", | ||
"@types/node": "^18.11.10", | ||
"@types/react": "^18.0.24", | ||
"@types/react-dom": "^18.0.8", | ||
"@types/nightwatch": "^2.3.18", | ||
"@types/node": "^18.11.18", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.10", | ||
"@types/styled-components": "^5.1.26", | ||
"@typescript-eslint/eslint-plugin": "^5.44.0", | ||
"@typescript-eslint/parser": "^5.44.0", | ||
"@vitejs/plugin-react": "^2.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"@vitejs/plugin-react": "^3.0.1", | ||
"babel-plugin-styled-components": "^2.0.7", | ||
"eslint": "^8.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"chromedriver": "^108.0.0", | ||
"eslint": "^8.31.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.11", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"framer-motion": "^7.6.18", | ||
"framer-motion": "^8.4.0", | ||
"fuse.js": "^6.6.2", | ||
"prettier": "^2.8.0", | ||
"nightwatch": "^2.6.9", | ||
"prettier": "^2.8.2", | ||
"prism-react-renderer": "^1.3.5", | ||
@@ -68,9 +73,10 @@ "react": "^18.2.0", | ||
"react-medium-image-zoom": "^5.1.2", | ||
"react-virtuoso": "^3.1.5", | ||
"react-virtuoso": "^4.0.3", | ||
"styled-components": "^5.3.6", | ||
"typedoc": "^0.23.23", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.24", | ||
"typedoc-plugin-markdown": "^3.14.0", | ||
"typescript": "^4.6.4", | ||
"vite": "^3.2.3", | ||
"vite-plugin-singlefile": "^0.13.1" | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.4", | ||
"vite-plugin-singlefile": "^0.13.2" | ||
}, | ||
@@ -77,0 +83,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2897348
42