generator-folklore 3.0.27 → 3.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -94,11 +94,11 @@ module.exports = class ReactAppGenerator extends _generator.default {
94
94
  wouter: '^3.7.1',
95
95
  'react-helmet': '^6.1.0',
96
96
  classnames: '^2.5.1',
97
- '@folklore/routes': '^0.2.42',
98
- '@folklore/fonts': '^0.0.15',
99
- '@folklore/forms': '^0.0.28',
97
+ '@folklore/routes': '^0.2.43',
98
+ '@folklore/fonts': '^0.0.16',
99
+ '@folklore/forms': '^0.0.29',
100
100
  '@folklore/fetch': '^0.1.21',
101
- '@folklore/hooks': '^0.0.74',
101
+ '@folklore/hooks': '^0.0.75',
102
102
  '@folklore/tracking': '^0.0.33',
103
103
  // Polyfills
104
104
  intl: '^1.2.5',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-folklore",
3
- "version": "3.0.27",
3
+ "version": "3.0.28",
4
4
  "description": "Yeoman generator for projects at Folklore",
5
5
  "keywords": [
6
6
  "yeoman-generator"
@@ -40,5 +40,5 @@
40
40
  "yeoman-generator": "5.9.0",
41
41
  "yeoman-remote": "^1.0.1"
42
42
  },
43
- "gitHead": "2056c43ca08a0a3eafdd4542887c6923871e100b"
43
+ "gitHead": "92aaca1c13705e1ffe87c14add800189ef04b5da"
44
44
  }