@eeacms/volto-freshwater
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"npm": { | ||
"publish": false | ||
"publish": true | ||
}, | ||
@@ -5,0 +5,0 @@ "git": { |
@@ -1,5 +0,7 @@ | ||
# Changelog | ||
### Changelog | ||
## 0.1.0 | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
- Initial release | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
#### 0.2.0 |
{ | ||
"name": "@eeacms/volto-freshwater", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Volto theme and integration for Freshwater", | ||
@@ -20,2 +20,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"react-lazy-load-image-component": "^1.4.0" | ||
}, | ||
@@ -26,3 +27,3 @@ "scripts": { | ||
"stylelint": "../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'", | ||
"stylelint:overrides": "../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'", | ||
"stylelint:overrides": "../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'src/**/*.overrides'", | ||
"stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix", | ||
@@ -29,0 +30,0 @@ "prettier": "../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'", |
const applyConfig = (config) => { | ||
config.settings.navDepth = 3; | ||
return config; | ||
@@ -3,0 +4,0 @@ }; |
1193571
53
905
1
+ Addedlodash.debounce@4.0.8(transitive)
+ Addedlodash.throttle@4.1.1(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-lazy-load-image-component@1.6.3(transitive)