@mycause/ui 1.1.0-test1 → 1.1.0-test10

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,10 +1,9 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "1.1.0test1",
3
+ "version": "1.1.0test10",
4
4
  "author": "Mycause team",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
- "donation": "dist/donation.js",
8
7
  "module": "dist/index.esm.js",
9
8
  "types": "dist/index.d.ts",
10
9
  "scripts": {
@@ -57,10 +56,13 @@
57
56
  "fs-extra": "^8.1.0",
58
57
  "husky": "^3.0.2",
59
58
  "normalize.css": "^8.0.1",
59
+ "patch-package": "^8.0.0",
60
60
  "postcss-flexbugs-fixes": "4",
61
61
  "postcss-import": "12.0.1",
62
+ "postcss-loader": "4",
62
63
  "postcss-preset-env": "6",
63
64
  "postcss-scss": "2.1.1",
65
+ "postinstall-postinstall": "^2.1.0",
64
66
  "prettier": "^1.18.2",
65
67
  "react": "^16.8.6",
66
68
  "react-dom": "^16.8.6",
@@ -71,6 +73,8 @@
71
73
  "rollup-plugin-postcss": "^2.0.3",
72
74
  "rollup-plugin-sass": "^1.2.2",
73
75
  "rollup-plugin-sourcemaps": "^0.4.2",
76
+ "sass": "1.32.13",
77
+ "sass-loader": "10",
74
78
  "serve": "^11.1.0",
75
79
  "style-loader": "1.2.1",
76
80
  "styled-jsx-plugin-postcss": "^4.0.1",
@@ -108,16 +112,11 @@
108
112
  "moment": "2.29.4",
109
113
  "moment-timezone": "^0.5.45",
110
114
  "nanoid": "^2.1.6",
111
- "patch-package": "^8.0.0",
112
- "postcss-loader": "4",
113
- "postinstall-postinstall": "^2.1.0",
114
115
  "ramda": "^0.26.1",
115
116
  "react-cropper": "^1.3.0",
116
117
  "react-dates": "^21.8.0",
117
118
  "react-dropzone-uploader": "^2.11.0",
118
119
  "react-toastify": "8.1.0",
119
- "sass": "1.32.13",
120
- "sass-loader": "10",
121
120
  "styled-jsx": "^5.1.6",
122
121
  "use-media": "^1.4.0"
123
122
  },