@mycause/ui 0.0.0-c71ac9b5 → 0.0.0-c72d90f4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycause/ui",
3
- "version": "0.0.0-c71ac9b5",
3
+ "version": "0.0.0-c72d90f4",
4
4
  "author": "Marc Porciuncula <marc@mycause.com.au>",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -13,13 +13,14 @@
13
13
  "build-types": "tsc --emitDeclarationOnly",
14
14
  "clean": "node ./build/clean",
15
15
  "storybook": "start-storybook --port 3030 --ci",
16
- "build-storybook": "build-storybook -c .storybook -o .storybook/dist",
16
+ "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook -c .storybook -o .storybook/dist",
17
17
  "start-storybook": "serve ./.storybook/dist",
18
18
  "format": "prettier \"./**/*.{js,ts,tsx,css,json,md}\" --write",
19
19
  "format-check": "prettier \"./**/*.{js,ts,tsx,css,json,md}\" --check",
20
20
  "type-check": "tsc --noEmit",
21
21
  "lint": "eslint \"src/**/*.{js,ts,tsx}\"",
22
- "stats": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js --profile --json > stats.json && node ./build/clean-stats"
22
+ "stats": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js --profile --json > stats.json && node ./build/clean-stats",
23
+ "postinstall": "patch-package"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@babel/core": "^7.5.5",
@@ -40,25 +41,25 @@
40
41
  "@types/react-dom": "^16.8.5",
41
42
  "@types/storybook__react": "^4.0.2",
42
43
  "@types/styled-jsx": "^2.2.8",
43
- "@typescript-eslint/eslint-plugin": "^1.13.0",
44
- "@typescript-eslint/parser": "^1.13.0",
44
+ "@typescript-eslint/eslint-plugin": "5.59.11",
45
+ "@typescript-eslint/parser": "5.59.11",
45
46
  "babel-loader": "^8.0.6",
46
47
  "babel-plugin-ramda": "^2.0.0",
47
48
  "babel-plugin-typescript-to-proptypes": "^0.17.1",
48
49
  "concurrently": "^5.0.0",
49
50
  "cross-env": "^5.2.0",
50
- "css-loader": "^3.2.0",
51
- "eslint": "^6.1.0",
51
+ "css-loader": "3.6.0",
52
+ "eslint": "^7.1.0",
52
53
  "eslint-config-prettier": "^6.0.0",
53
54
  "eslint-plugin-react": "^7.14.3",
54
55
  "eslint-plugin-react-hooks": "^1.6.1",
55
56
  "fs-extra": "^8.1.0",
56
57
  "husky": "^3.0.2",
57
- "node-sass": "^4.12.0",
58
58
  "normalize.css": "^8.0.1",
59
- "postcss-flexbugs-fixes": "^4.1.0",
60
- "postcss-loader": "^3.0.0",
61
- "postcss-preset-env": "^6.7.0",
59
+ "postcss-flexbugs-fixes": "4",
60
+ "postcss-import": "12.0.1",
61
+ "postcss-preset-env": "6",
62
+ "postcss-scss": "2.1.1",
62
63
  "prettier": "^1.18.2",
63
64
  "react": "^16.8.6",
64
65
  "react-dom": "^16.8.6",
@@ -69,12 +70,11 @@
69
70
  "rollup-plugin-postcss": "^2.0.3",
70
71
  "rollup-plugin-sass": "^1.2.2",
71
72
  "rollup-plugin-sourcemaps": "^0.4.2",
72
- "sass-loader": "^7.1.0",
73
73
  "serve": "^11.1.0",
74
- "style-loader": "^1.0.0",
75
- "styled-jsx-plugin-postcss": "^2.0.1",
74
+ "style-loader": "1.2.1",
75
+ "styled-jsx-plugin-postcss": "^4.0.1",
76
76
  "tslib": "^1.10.0",
77
- "typescript": "^3.5.3"
77
+ "typescript": "4.9.5"
78
78
  },
79
79
  "dependencies": {
80
80
  "@material/elevation": "^3.1.0",
@@ -104,15 +104,20 @@
104
104
  "i18n-iso-countries": "^4.3.1",
105
105
  "js-cookie": "^2.2.1",
106
106
  "libphonenumber-js": "^1.7.29",
107
- "moment": "2.29.1",
107
+ "moment": "2.29.4",
108
108
  "moment-timezone": "^0.5.45",
109
109
  "nanoid": "^2.1.6",
110
+ "patch-package": "^8.0.0",
111
+ "postcss-loader": "4",
112
+ "postinstall-postinstall": "^2.1.0",
110
113
  "ramda": "^0.26.1",
111
114
  "react-cropper": "^1.3.0",
112
115
  "react-dates": "^21.8.0",
113
116
  "react-dropzone-uploader": "^2.11.0",
114
117
  "react-toastify": "8.1.0",
115
- "styled-jsx": "^3.2.1",
118
+ "sass": "1.32.13",
119
+ "sass-loader": "10",
120
+ "styled-jsx": "^5.1.6",
116
121
  "use-media": "^1.4.0"
117
122
  },
118
123
  "peerDependencies": {
@@ -126,6 +131,6 @@
126
131
  "styles"
127
132
  ],
128
133
  "resolutions": {
129
- "moment": "2.29.1"
134
+ "moment": "2.29.4"
130
135
  }
131
136
  }