@blaze-cms/nextjs-tools 0.146.0-node18-core-styles-tooltips.2 → 0.146.0-node18-core-styles-tooltips.3
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blaze-cms/nextjs-tools",
|
|
3
|
-
"version": "0.146.0-node18-core-styles-tooltips.
|
|
3
|
+
"version": "0.146.0-node18-core-styles-tooltips.3",
|
|
4
4
|
"description": "Blaze nextjs tools",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib-es/index.js",
|
|
@@ -28,21 +28,21 @@
|
|
|
28
28
|
"license": "GPL-3.0",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@apollo/client": "^3.9.2",
|
|
31
|
-
"@blaze-cms/core-auth-ui": "0.146.0-node18-core-styles-tooltips.
|
|
32
|
-
"@blaze-cms/core-errors": "0.146.0-node18-core-styles-tooltips.
|
|
33
|
-
"@blaze-cms/core-errors-ui": "0.146.0-node18-core-styles-tooltips.
|
|
34
|
-
"@blaze-cms/core-ui": "0.146.0-node18-core-styles-tooltips.
|
|
35
|
-
"@blaze-cms/nextjs-components": "0.146.0-node18-core-styles-tooltips.
|
|
36
|
-
"@blaze-cms/plugin-auth-fe": "0.146.0-node18-core-styles-tooltips.
|
|
37
|
-
"@blaze-cms/plugin-auth-local-fe": "0.146.0-node18-core-styles-tooltips.
|
|
38
|
-
"@blaze-cms/plugin-google-maps-fe": "0.146.0-node18-core-styles-tooltips.
|
|
39
|
-
"@blaze-cms/plugin-gtm-fe": "0.146.0-node18-core-styles-tooltips.
|
|
40
|
-
"@blaze-cms/plugin-page-builder-fe": "0.146.0-node18-core-styles-tooltips.
|
|
41
|
-
"@blaze-cms/plugin-preview-fe": "0.146.0-node18-core-styles-tooltips.
|
|
42
|
-
"@blaze-cms/plugin-search-ui": "0.146.0-node18-core-styles-tooltips.
|
|
43
|
-
"@blaze-cms/plugin-structured-data-fe": "0.146.0-node18-core-styles-tooltips.
|
|
44
|
-
"@blaze-cms/react-page-builder": "0.146.0-node18-core-styles-tooltips.
|
|
45
|
-
"@blaze-cms/setup-ui": "0.146.0-node18-core-styles-tooltips.
|
|
31
|
+
"@blaze-cms/core-auth-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
32
|
+
"@blaze-cms/core-errors": "0.146.0-node18-core-styles-tooltips.3",
|
|
33
|
+
"@blaze-cms/core-errors-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
34
|
+
"@blaze-cms/core-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
35
|
+
"@blaze-cms/nextjs-components": "0.146.0-node18-core-styles-tooltips.3",
|
|
36
|
+
"@blaze-cms/plugin-auth-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
37
|
+
"@blaze-cms/plugin-auth-local-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
38
|
+
"@blaze-cms/plugin-google-maps-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
39
|
+
"@blaze-cms/plugin-gtm-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
40
|
+
"@blaze-cms/plugin-page-builder-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
41
|
+
"@blaze-cms/plugin-preview-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
42
|
+
"@blaze-cms/plugin-search-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
43
|
+
"@blaze-cms/plugin-structured-data-fe": "0.146.0-node18-core-styles-tooltips.3",
|
|
44
|
+
"@blaze-cms/react-page-builder": "0.146.0-node18-core-styles-tooltips.3",
|
|
45
|
+
"@blaze-cms/setup-ui": "0.146.0-node18-core-styles-tooltips.3",
|
|
46
46
|
"autoprefixer": "^10.2.3",
|
|
47
47
|
"core-js": "^3.2.1",
|
|
48
48
|
"cross-fetch": "^3.0.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"lib/*",
|
|
70
70
|
"lib-es/*"
|
|
71
71
|
],
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "92ba8597805e2d7b354f553467072fbcec37b1d8"
|
|
73
73
|
}
|