@bigbinary/neeto-slack-frontend 3.1.3 → 3.1.7
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/dist/Configure.js +59 -57
- package/dist/Configure.js.map +1 -1
- package/dist/Connect.js +25 -17
- package/dist/Connect.js.map +1 -1
- package/dist/Field-MJ5P1zqe.js.map +1 -1
- package/dist/Field-Zwd77qIZ.js.map +1 -1
- package/dist/Finish.js +31 -26
- package/dist/Finish.js.map +1 -1
- package/dist/Settings.js +39 -42
- package/dist/Settings.js.map +1 -1
- package/dist/SlackRefreshChannelListButton-BRJetmGQ.js.map +1 -1
- package/dist/SlackRefreshChannelListButton-BYsCwLY9.js.map +1 -1
- package/dist/cjs/Configure.js +57 -55
- package/dist/cjs/Configure.js.map +1 -1
- package/dist/cjs/Connect.js +24 -16
- package/dist/cjs/Connect.js.map +1 -1
- package/dist/cjs/Finish.js +30 -25
- package/dist/cjs/Finish.js.map +1 -1
- package/dist/cjs/Settings.js +39 -42
- package/dist/cjs/Settings.js.map +1 -1
- package/dist/cjs/hooks.js +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/hooks.js +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/{useSlackStatusApi-Cb_7-aEb.js → useSlackStatusApi-C1OcuKey.js} +3 -3
- package/dist/{useSlackStatusApi-Cb_7-aEb.js.map → useSlackStatusApi-C1OcuKey.js.map} +1 -1
- package/dist/{useSlackStatusApi-FDRd2Ua7.js → useSlackStatusApi-C6uWECRn.js} +3 -3
- package/dist/{useSlackStatusApi-FDRd2Ua7.js.map → useSlackStatusApi-C6uWECRn.js.map} +1 -1
- package/package.json +53 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-slack-frontend",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"description": "Slack integration step UI",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-slack-nano",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"types": "types.d.ts",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "NODE_ENV=production rollup --bundleConfigAsCjs -c --environment production",
|
|
22
|
-
"build-preview": "NODE_ENV=production webpack",
|
|
23
22
|
"prepare": "husky install",
|
|
24
23
|
"release": "yarn build && yalc push --sig"
|
|
25
24
|
},
|
|
@@ -52,66 +51,68 @@
|
|
|
52
51
|
}
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "
|
|
56
|
-
"@babel/eslint-parser": "7.
|
|
57
|
-
"@babel/plugin-transform-runtime": "
|
|
58
|
-
"@babel/preset-env": "7.
|
|
59
|
-
"@babel/preset-react": "7.
|
|
60
|
-
"@babel/preset-typescript": "
|
|
61
|
-
"@babel/runtime": "7.
|
|
54
|
+
"@babel/core": "7.26.0",
|
|
55
|
+
"@babel/eslint-parser": "7.25.9",
|
|
56
|
+
"@babel/plugin-transform-runtime": "7.25.9",
|
|
57
|
+
"@babel/preset-env": "7.26.0",
|
|
58
|
+
"@babel/preset-react": "7.25.9",
|
|
59
|
+
"@babel/preset-typescript": "7.26.0",
|
|
60
|
+
"@babel/runtime": "7.26.0",
|
|
62
61
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
63
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
64
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
65
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
66
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
67
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
68
|
-
"@bigbinary/neeto-molecules": "3.
|
|
69
|
-
"@bigbinary/neetoui": "8.2.
|
|
62
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.7",
|
|
63
|
+
"@bigbinary/neeto-cist": "1.0.15",
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.13.23",
|
|
65
|
+
"@bigbinary/neeto-filters-frontend": "4.3.15",
|
|
66
|
+
"@bigbinary/neeto-icons": "1.20.26",
|
|
67
|
+
"@bigbinary/neeto-molecules": "3.15.35",
|
|
68
|
+
"@bigbinary/neetoui": "8.2.64",
|
|
70
69
|
"@emotion/is-prop-valid": "1.2.0",
|
|
71
70
|
"@faker-js/faker": "8.2.0",
|
|
72
|
-
"@honeybadger-io/js": "
|
|
73
|
-
"@honeybadger-io/react": "
|
|
74
|
-
"@rollup/plugin-alias": "5.
|
|
71
|
+
"@honeybadger-io/js": "6.10.1",
|
|
72
|
+
"@honeybadger-io/react": "6.1.25",
|
|
73
|
+
"@rollup/plugin-alias": "5.1.1",
|
|
75
74
|
"@rollup/plugin-babel": "6.0.4",
|
|
76
75
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
77
|
-
"@rollup/plugin-json": "6.0
|
|
78
|
-
"@rollup/plugin-node-resolve": "15.
|
|
76
|
+
"@rollup/plugin-json": "6.1.0",
|
|
77
|
+
"@rollup/plugin-node-resolve": "15.3.0",
|
|
79
78
|
"@rollup/plugin-replace": "5.0.4",
|
|
80
79
|
"@svgr/rollup": "8.1.0",
|
|
81
|
-
"@
|
|
82
|
-
"
|
|
80
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
81
|
+
"@tanstack/react-query": "5.59.20",
|
|
82
|
+
"antd": "5.22.0",
|
|
83
83
|
"autoprefixer": "^10.4.5",
|
|
84
|
-
"axios": "1.7.
|
|
84
|
+
"axios": "1.7.7",
|
|
85
85
|
"babel-loader": "^8.2.5",
|
|
86
86
|
"babel-plugin-istanbul": "^6.1.1",
|
|
87
87
|
"babel-plugin-js-logger": "1.0.17",
|
|
88
88
|
"babel-plugin-macros": "3.1.0",
|
|
89
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
89
90
|
"babel-plugin-preval": "^5.1.0",
|
|
90
91
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
91
92
|
"babel-preset-react": "6.24.1",
|
|
92
93
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
93
94
|
"browserify-zlib": "0.2.0",
|
|
94
95
|
"buffer": "^6.0.3",
|
|
95
|
-
"classnames": "2.
|
|
96
|
-
"crypto-browserify": "
|
|
96
|
+
"classnames": "2.5.1",
|
|
97
|
+
"crypto-browserify": "3.12.1",
|
|
97
98
|
"css-loader": "6.8.1",
|
|
98
99
|
"dompurify": "^2.4.0",
|
|
99
100
|
"dotenv-webpack": "^8.0.1",
|
|
100
101
|
"eslint": "8.14.0",
|
|
101
102
|
"eslint-config-prettier": "8.5.0",
|
|
102
103
|
"eslint-plugin-cypress": "2.12.1",
|
|
103
|
-
"eslint-plugin-import": "2.
|
|
104
|
+
"eslint-plugin-import": "2.31.0",
|
|
104
105
|
"eslint-plugin-jam3": "0.2.3",
|
|
105
106
|
"eslint-plugin-json": "3.1.0",
|
|
106
107
|
"eslint-plugin-prettier": "4.0.0",
|
|
107
108
|
"eslint-plugin-promise": "6.0.0",
|
|
108
|
-
"eslint-plugin-react": "7.
|
|
109
|
+
"eslint-plugin-react": "7.37.2",
|
|
109
110
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
110
111
|
"eslint-plugin-security": "^1.7.1",
|
|
111
112
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
112
113
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
113
114
|
"eslint-plugin-xss": "^0.1.12",
|
|
114
|
-
"formik": "2.
|
|
115
|
+
"formik": "2.4.6",
|
|
115
116
|
"html-webpack-plugin": "5.5.3",
|
|
116
117
|
"https-browserify": "1.0.0",
|
|
117
118
|
"husky": "7.0.4",
|
|
@@ -123,7 +124,7 @@
|
|
|
123
124
|
"mixpanel-browser": "2.47.0",
|
|
124
125
|
"os-browserify": "0.3.0",
|
|
125
126
|
"path-browserify": "^1.0.1",
|
|
126
|
-
"postcss": "
|
|
127
|
+
"postcss": "8.4.49",
|
|
127
128
|
"postcss-import": "^15.0.0",
|
|
128
129
|
"postcss-loader": "^7.0.1",
|
|
129
130
|
"postcss-preset-env": "7.8.2",
|
|
@@ -139,10 +140,10 @@
|
|
|
139
140
|
"react-router-dom": "5.3.3",
|
|
140
141
|
"react-toastify": "8.0.2",
|
|
141
142
|
"react_ujs": "^3.1.1",
|
|
142
|
-
"rollup": "
|
|
143
|
+
"rollup": "4.25.0",
|
|
143
144
|
"rollup-plugin-analyzer": "4.0.0",
|
|
144
145
|
"rollup-plugin-cleaner": "1.0.0",
|
|
145
|
-
"rollup-plugin-copy": "
|
|
146
|
+
"rollup-plugin-copy": "3.5.0",
|
|
146
147
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
147
148
|
"rollup-plugin-styles": "4.0.0",
|
|
148
149
|
"sass": "^1.54.9",
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"stream-browserify": "^3.0.0",
|
|
153
154
|
"stream-http": "3.2.0",
|
|
154
155
|
"style-loader": "^3.3.1",
|
|
155
|
-
"tailwindcss": "
|
|
156
|
+
"tailwindcss": "3.4.14",
|
|
156
157
|
"tty-browserify": "0.0.1",
|
|
157
158
|
"url": "^0.11.0",
|
|
158
159
|
"util": "^0.12.5",
|
|
@@ -165,23 +166,24 @@
|
|
|
165
166
|
"zustand": "4.3.2"
|
|
166
167
|
},
|
|
167
168
|
"peerDependencies": {
|
|
168
|
-
"@babel/runtime": "7.
|
|
169
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
170
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
171
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
172
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
173
|
-
"@bigbinary/neeto-molecules": "3.
|
|
174
|
-
"@bigbinary/neetoui": "8.2.
|
|
175
|
-
"@honeybadger-io/js": "
|
|
176
|
-
"@honeybadger-io/react": "
|
|
177
|
-
"@
|
|
178
|
-
"
|
|
179
|
-
"
|
|
169
|
+
"@babel/runtime": "7.26.0",
|
|
170
|
+
"@bigbinary/neeto-cist": "1.0.15",
|
|
171
|
+
"@bigbinary/neeto-commons-frontend": "4.13.23",
|
|
172
|
+
"@bigbinary/neeto-filters-frontend": "4.3.15",
|
|
173
|
+
"@bigbinary/neeto-icons": "1.20.26",
|
|
174
|
+
"@bigbinary/neeto-molecules": "3.15.35",
|
|
175
|
+
"@bigbinary/neetoui": "8.2.64",
|
|
176
|
+
"@honeybadger-io/js": "6.10.1",
|
|
177
|
+
"@honeybadger-io/react": "6.1.25",
|
|
178
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
179
|
+
"@tanstack/react-query": "5.59.20",
|
|
180
|
+
"antd": "5.22.0",
|
|
181
|
+
"axios": "1.7.7",
|
|
180
182
|
"buffer": "^6.0.3",
|
|
181
|
-
"classnames": "2.
|
|
182
|
-
"crypto-browserify": "
|
|
183
|
+
"classnames": "2.5.1",
|
|
184
|
+
"crypto-browserify": "3.12.1",
|
|
183
185
|
"dompurify": "^2.4.0",
|
|
184
|
-
"formik": "2.
|
|
186
|
+
"formik": "2.4.6",
|
|
185
187
|
"https-browserify": "1.0.0",
|
|
186
188
|
"i18next": "22.5.1",
|
|
187
189
|
"js-logger": "1.6.1",
|
|
@@ -199,7 +201,7 @@
|
|
|
199
201
|
"source-map-loader": "4.0.1",
|
|
200
202
|
"stream-browserify": "^3.0.0",
|
|
201
203
|
"stream-http": "3.2.0",
|
|
202
|
-
"tailwindcss": "
|
|
204
|
+
"tailwindcss": "3.4.14",
|
|
203
205
|
"tty-browserify": "0.0.1",
|
|
204
206
|
"url": "^0.11.0",
|
|
205
207
|
"util": "^0.12.5",
|
|
@@ -213,11 +215,12 @@
|
|
|
213
215
|
"string-width": "4.1.0"
|
|
214
216
|
},
|
|
215
217
|
"engines": {
|
|
216
|
-
"node": ">=
|
|
218
|
+
"node": ">=22.13",
|
|
217
219
|
"npm": ">=9",
|
|
218
220
|
"yarn": ">=1.22"
|
|
219
221
|
},
|
|
220
222
|
"dependencies": {
|
|
223
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
221
224
|
"babel-plugin-transform-imports": "^2.0.0",
|
|
222
225
|
"react-router-nav-prompt": "0.4.1"
|
|
223
226
|
}
|