@happyvertical/smrt-template-site-static-json 0.38.21 → 0.38.23
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.
- package/package.json +3 -3
- package/template.config.js +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-template-site-static-json",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.23",
|
|
4
4
|
"description": "Static community site template with JSON data storage and SMRT framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"directory": "packages/template-site-static-json"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@happyvertical/smrt-core": "0.38.
|
|
37
|
-
"@happyvertical/smrt-config": "0.38.
|
|
36
|
+
"@happyvertical/smrt-core": "0.38.23",
|
|
37
|
+
"@happyvertical/smrt-config": "0.38.23"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"registry": "https://registry.npmjs.org",
|
package/template.config.js
CHANGED
|
@@ -23,13 +23,13 @@ export default {
|
|
|
23
23
|
// the scaffolder injects the entries below at generation time, so this file is
|
|
24
24
|
// the single source of truth for dependency versions.
|
|
25
25
|
dependencies: {
|
|
26
|
-
'@happyvertical/smrt-core': '^0.38.
|
|
27
|
-
'@happyvertical/smrt-config': '^0.38.
|
|
28
|
-
'@happyvertical/smrt-ui': '^0.38.
|
|
29
|
-
'@happyvertical/smrt-content': '^0.38.
|
|
30
|
-
'@happyvertical/smrt-events': '^0.38.
|
|
31
|
-
'@happyvertical/smrt-places': '^0.38.
|
|
32
|
-
'@happyvertical/smrt-profiles': '^0.38.
|
|
26
|
+
'@happyvertical/smrt-core': '^0.38.23',
|
|
27
|
+
'@happyvertical/smrt-config': '^0.38.23',
|
|
28
|
+
'@happyvertical/smrt-ui': '^0.38.23',
|
|
29
|
+
'@happyvertical/smrt-content': '^0.38.23',
|
|
30
|
+
'@happyvertical/smrt-events': '^0.38.23',
|
|
31
|
+
'@happyvertical/smrt-places': '^0.38.23',
|
|
32
|
+
'@happyvertical/smrt-profiles': '^0.38.23',
|
|
33
33
|
'@happyvertical/caelus': '^0.1.385',
|
|
34
34
|
},
|
|
35
35
|
|