@eeacms/volto-block-style
Advanced tools
Comparing version 3.2.4 to 3.2.5
@@ -7,4 +7,10 @@ ### Changelog | ||
#### [3.2.5](https://github.com/eea/volto-block-style/compare/3.2.4...3.2.5) | ||
- Cypress coverage [`#15`](https://github.com/eea/volto-block-style/pull/15) | ||
#### [3.2.4](https://github.com/eea/volto-block-style/compare/3.2.3...3.2.4) | ||
> 19 May 2021 | ||
- Conditionally render StyleSelect widget [`#14`](https://github.com/eea/volto-block-style/pull/14) | ||
@@ -11,0 +17,0 @@ |
{ | ||
"name": "@eeacms/volto-block-style", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "volto-block-style: Volto add-on", | ||
@@ -20,5 +20,12 @@ "main": "src/index.js", | ||
}, | ||
"dependencies": { | ||
"react-color": "~2.18.1" | ||
}, | ||
"devDependencies": { | ||
"@cypress/code-coverage": "^3.9.5", | ||
"babel-plugin-transform-class-properties": "^6.24.1" | ||
}, | ||
"scripts": { | ||
"release": "release-it", | ||
"bootstrap": "node bootstrap", | ||
"bootstrap": "npm install -g ejs; npm link ejs; node bootstrap", | ||
"stylelint": "../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'", | ||
@@ -30,7 +37,6 @@ "stylelint:overrides": "../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'", | ||
"lint": "../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'", | ||
"lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'" | ||
}, | ||
"dependencies": { | ||
"react-color": "~2.18.1" | ||
"lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'", | ||
"cypress:run": "../../../node_modules/cypress/bin/cypress run", | ||
"cypress:open": "../../../node_modules/cypress/bin/cypress open" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
82811
44
1299
2