@bigbinary/neeto-slack-frontend 0.1.0 → 0.2.1

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": "@bigbinary/neeto-slack-frontend",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "Slack integration step UI",
5
5
  "author": "Bonnie Simon",
6
6
  "license": "UNLICENSED",
@@ -35,16 +35,17 @@
35
35
  ]
36
36
  },
37
37
  "devDependencies": {
38
- "@babel/core": "7.19.3",
39
- "@babel/eslint-parser": "7.19.1",
40
- "@babel/plugin-proposal-class-properties": "7.18.6",
41
- "@babel/plugin-transform-runtime": "7.19.1",
42
- "@babel/preset-env": "7.19.3",
43
- "@babel/preset-react": "7.18.6",
44
- "@bigbinary/eslint-plugin-neeto": "1.0.16",
45
- "@bigbinary/neeto-commons-frontend": "2.0.35",
38
+ "@babel/core": "^7.19.1",
39
+ "@babel/eslint-parser": "7.17.0",
40
+ "@babel/plugin-transform-runtime": "^7.19.1",
41
+ "@babel/preset-env": "7.17.10",
42
+ "@babel/preset-react": "7.16.7",
43
+ "@babel/preset-typescript": "^7.18.6",
44
+ "@babel/runtime": "^7.19.0",
45
+ "@bigbinary/eslint-plugin-neeto": "^1.0.21",
46
+ "@bigbinary/neeto-commons-frontend": "^2.0.42",
46
47
  "@bigbinary/neeto-icons": "1.9.12",
47
- "@bigbinary/neetoui": "4.3.1",
48
+ "@bigbinary/neetoui": "4.4.0",
48
49
  "@emotion/is-prop-valid": "1.2.0",
49
50
  "@rollup/plugin-alias": "3.1.9",
50
51
  "@rollup/plugin-babel": "5.3.1",
@@ -55,43 +56,51 @@
55
56
  "@rollup/plugin-replace": "4.0.0",
56
57
  "@svgr/rollup": "^6.5.1",
57
58
  "@svgr/webpack": "^6.5.1",
58
- "antd": "4.18.7",
59
+ "antd": "4.24.3",
60
+ "autoprefixer": "^10.4.5",
59
61
  "axios": "0.27.2",
60
- "babel-loader": "8.2.5",
62
+ "babel-loader": "^8.2.5",
63
+ "babel-plugin-istanbul": "^6.1.1",
64
+ "babel-plugin-js-logger": "1.0.17",
61
65
  "babel-plugin-macros": "3.1.0",
62
66
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
63
- "classnames": "2.3.2",
67
+ "babel-preset-react": "6.24.1",
68
+ "babel-preset-typescript": "^7.0.0-alpha.19",
69
+ "classnames": "^2.3.2",
64
70
  "css-loader": "6.7.1",
65
- "dayjs": "1.11.5",
66
- "eslint": "8.24.0",
71
+ "dayjs": "1.11.1",
72
+ "eslint": "8.14.0",
67
73
  "eslint-config-prettier": "8.5.0",
68
74
  "eslint-plugin-cypress": "2.12.1",
69
75
  "eslint-plugin-import": "2.26.0",
70
76
  "eslint-plugin-jam3": "0.2.3",
71
77
  "eslint-plugin-json": "3.1.0",
72
- "eslint-plugin-prettier": "4.2.1",
73
- "eslint-plugin-promise": "6.0.1",
74
- "eslint-plugin-react": "7.31.8",
75
- "eslint-plugin-react-hooks": "4.6.0",
78
+ "eslint-plugin-prettier": "4.0.0",
79
+ "eslint-plugin-promise": "6.0.0",
80
+ "eslint-plugin-react": "7.29.4",
81
+ "eslint-plugin-react-hooks": "4.5.0",
76
82
  "eslint-plugin-unused-imports": "2.0.0",
77
83
  "file-loader": "^6.2.0",
78
84
  "formik": "2.2.9",
79
85
  "html-loader": "4.2.0",
80
86
  "html-webpack-plugin": "5.5.0",
81
- "husky": "^8.0.0",
82
- "i18next": "21.9.2",
83
- "lint-staged": "13.0.3",
84
- "postcss-loader": "7.0.1",
85
- "prettier": "2.7.1",
87
+ "husky": "7.0.4",
88
+ "i18next": "21.7.0",
89
+ "lint-staged": "12.4.1",
90
+ "postcss": "^8.4.17",
91
+ "postcss-import": "^15.0.0",
92
+ "postcss-loader": "^7.0.1",
93
+ "postcss-preset-env": "7.8.2",
94
+ "prettier": "2.6.2",
95
+ "prettier-plugin-tailwindcss": "0.1.10",
86
96
  "prop-types": "15.8.1",
87
97
  "ramda": "0.28.0",
88
98
  "react": "17.0.2",
89
99
  "react-dom": "17.0.2",
90
- "react-i18next": "11.18.6",
100
+ "react-i18next": "11.16.8",
91
101
  "react-query": "3.39.2",
92
- "react-router-dom": "5.3.0",
93
- "react-router-nav-prompt": "0.4.1",
94
- "react-toastify": "9.0.8",
102
+ "react-router-dom": "5.3.1",
103
+ "react-toastify": "8.0.2",
95
104
  "react-transition-group": "4.4.5",
96
105
  "rollup": "2.79.1",
97
106
  "rollup-plugin-analyzer": "4.0.0",
@@ -107,6 +116,7 @@
107
116
  "sass": "1.55.0",
108
117
  "sass-loader": "13.0.2",
109
118
  "style-loader": "3.3.1",
119
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
110
120
  "webpack": "5.74.0",
111
121
  "webpack-cli": "4.10.0",
112
122
  "webpack-dev-server": "4.11.1",
@@ -116,18 +126,17 @@
116
126
  "@bigbinary/neeto-commons-frontend": "latest",
117
127
  "@bigbinary/neeto-icons": "latest",
118
128
  "@bigbinary/neetoui": "latest",
119
- "antd": "4.18.7",
129
+ "antd": "4.24.3",
120
130
  "axios": "0.27.2",
121
131
  "classnames": "2.3.1",
122
- "dayjs": "1.11.0",
132
+ "dayjs": "1.11.1",
123
133
  "formik": "2.2.9",
124
134
  "ramda": "0.28.0",
125
135
  "react": "17.0.2",
126
136
  "react-dom": "17.0.2",
127
137
  "react-query": "3.39.2",
128
- "react-router-dom": "5.3.0",
129
- "react-router-nav-prompt": "0.4.1",
130
- "react-toastify": "9.0.1",
138
+ "react-router-dom": "5.3.1",
139
+ "react-toastify": "8.0.2",
131
140
  "yup": "0.32.11"
132
141
  }
133
142
  }
package/types.d.ts CHANGED
@@ -5,7 +5,7 @@ declare global {
5
5
  declare module "assets/*"
6
6
  }
7
7
 
8
- export function Connect(props: {handleRedirectToSlack: Fn}): JSX.Element;
8
+ export function Connect(props: { handleRedirectToSlack: Fn }): JSX.Element;
9
9
 
10
10
  export function Configure(props: {
11
11
  children?: Fn | React.ReactNode;
@@ -28,3 +28,14 @@ export function Finish(props: {
28
28
  value: string;
29
29
  }[];
30
30
  }): JSX.Element;
31
+
32
+ export function Settings(props: {
33
+ loading?: boolean;
34
+ children?: Fn | React.ReactNode;
35
+ teamName: string;
36
+ initialFormValues: object;
37
+ handleSubmit: Fn;
38
+ isSubmitting?: boolean;
39
+ className?: string;
40
+ validationSchema?: object;
41
+ }): JSX.Element;