groovinads-ui 1.9.5 → 1.9.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "groovinads-ui",
3
3
  "description": "Groovinads UI is a React component library designed exclusively for Groovinads applications. It provides ready-to-use UI elements styled according to Groovinads design guidelines to facilitate rapid development.",
4
- "version": "1.9.05",
4
+ "version": "1.9.06",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "css",
@@ -36,7 +36,6 @@
36
36
  "@storybook/react-vite": "^10.0.8",
37
37
  "axios": "^1.7.2",
38
38
  "babel-loader": "^9.1.3",
39
- "date-fns": "^4.1.0",
40
39
  "eslint": "^8.0.1",
41
40
  "eslint-config-prettier": "^8.6.0",
42
41
  "eslint-config-standard": "^17.0.0",
@@ -50,10 +49,7 @@
50
49
  "prop-types": "^15.8.1",
51
50
  "react": "^18.2.0",
52
51
  "react-bootstrap": "^2.10.4",
53
- "react-datepicker": "^7.3.0",
54
52
  "react-dom": "^18.2.0",
55
- "react-loading-skeleton": "^3.5.0",
56
- "react-responsive": "^10.0.0",
57
53
  "react-router-dom": "^6.24.0",
58
54
  "react-tabulator": "^0.21.0",
59
55
  "remark-gfm": "^4.0.1",
@@ -70,42 +66,12 @@
70
66
  "vite": "^5.2.2"
71
67
  },
72
68
  "peerDependencies": {
73
- "axios": "^1.0.0",
74
- "date-fns": "^3.0.0 || ^4.0.0",
75
- "js-cookie": "^3.0.0",
76
- "prop-types": "^15.8.0",
77
- "react": ">=18.0.0",
78
- "react-bootstrap": "^2.10.0",
79
- "react-datepicker": "^6.0.0 || ^7.0.0",
80
- "react-dom": ">=18.0.0",
81
- "react-loading-skeleton": "^3.0.0",
82
- "react-responsive": "^9.0.0 || ^10.0.0"
83
- },
84
- "peerDependenciesMeta": {
85
- "axios": {
86
- "optional": true
87
- },
88
- "date-fns": {
89
- "optional": true
90
- },
91
- "js-cookie": {
92
- "optional": true
93
- },
94
- "prop-types": {
95
- "optional": false
96
- },
97
- "react-bootstrap": {
98
- "optional": true
99
- },
100
- "react-datepicker": {
101
- "optional": true
102
- },
103
- "react-loading-skeleton": {
104
- "optional": true
105
- },
106
- "react-responsive": {
107
- "optional": true
108
- }
69
+ "axios": "^1.7.2",
70
+ "babel-loader": "^9.1.3",
71
+ "js-cookie": "^3.0.5",
72
+ "react": "^18.2.0",
73
+ "react-bootstrap": "^2.10.4",
74
+ "react-dom": "^18.2.0"
109
75
  },
110
76
  "packageManager": "yarn@4.1.1",
111
77
  "scripts": {
@@ -113,5 +79,10 @@
113
79
  "build-storybook": "storybook build",
114
80
  "build-lib": "rollup -c"
115
81
  },
116
- "dependencies": {}
82
+ "dependencies": {
83
+ "date-fns": "^4.1.0",
84
+ "react-datepicker": "^7.3.0",
85
+ "react-loading-skeleton": "^3.5.0",
86
+ "react-responsive": "^10.0.0"
87
+ }
117
88
  }