@bigbinary/neeto-slack-frontend 3.1.11 → 3.1.12

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.
@@ -23,16 +23,16 @@
23
23
  "loginButton": "Login to Slack"
24
24
  },
25
25
  "configure": {
26
- "title": "You are connecting to <a>{{teamName}}</a> workspace.",
26
+ "title": "You are connecting to <a>{{teamName}}</a> Slack workspace.",
27
27
  "sendTo": "Send to",
28
28
  "sendToDescription": "Choose a Slack channel that will receive notifications",
29
29
  "refreshSlackChannelList": "Refresh Slack channel list"
30
30
  },
31
31
  "finish": {
32
- "title": "You are successfully connected to the {{teamName}} workspace."
32
+ "title": "You are successfully connected to the {{teamName}} Slack workspace."
33
33
  },
34
34
  "settings": {
35
- "title": "You are connected to <a>{{teamName}}</a> workspace"
35
+ "title": "You are connected to <a>{{teamName}}</a> Slack workspace"
36
36
  }
37
37
  }
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-slack-frontend",
3
- "version": "3.1.11",
3
+ "version": "3.1.12",
4
4
  "description": "Slack integration step UI",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-slack-nano",
@@ -59,13 +59,13 @@
59
59
  "@babel/preset-typescript": "7.26.0",
60
60
  "@babel/runtime": "7.26.10",
61
61
  "@bigbinary/babel-preset-neeto": "^1.0.3",
62
- "@bigbinary/eslint-plugin-neeto": "1.7.0",
62
+ "@bigbinary/eslint-plugin-neeto": "1.7.3",
63
63
  "@bigbinary/neeto-cist": "1.0.17",
64
- "@bigbinary/neeto-commons-frontend": "4.13.52",
64
+ "@bigbinary/neeto-commons-frontend": "4.13.67",
65
65
  "@bigbinary/neeto-filters-frontend": "4.3.24",
66
- "@bigbinary/neeto-icons": "1.20.54",
67
- "@bigbinary/neeto-molecules": "4.0.9",
68
- "@bigbinary/neetoui": "8.3.22",
66
+ "@bigbinary/neeto-icons": "1.20.55",
67
+ "@bigbinary/neeto-molecules": "4.0.40",
68
+ "@bigbinary/neetoui": "8.3.26",
69
69
  "@emotion/is-prop-valid": "1.2.0",
70
70
  "@faker-js/faker": "8.2.0",
71
71
  "@honeybadger-io/js": "6.10.1",
@@ -114,6 +114,7 @@
114
114
  "eslint-plugin-xss": "^0.1.12",
115
115
  "formik": "2.4.6",
116
116
  "globals": "16.0.0",
117
+ "globby": "^14.1.0",
117
118
  "html-webpack-plugin": "5.5.3",
118
119
  "https-browserify": "1.0.0",
119
120
  "husky": "7.0.4",
@@ -169,11 +170,11 @@
169
170
  "peerDependencies": {
170
171
  "@babel/runtime": "7.26.10",
171
172
  "@bigbinary/neeto-cist": "1.0.17",
172
- "@bigbinary/neeto-commons-frontend": "4.13.52",
173
+ "@bigbinary/neeto-commons-frontend": "4.13.67",
173
174
  "@bigbinary/neeto-filters-frontend": "4.3.24",
174
- "@bigbinary/neeto-icons": "1.20.54",
175
- "@bigbinary/neeto-molecules": "4.0.9",
176
- "@bigbinary/neetoui": "8.3.22",
175
+ "@bigbinary/neeto-icons": "1.20.55",
176
+ "@bigbinary/neeto-molecules": "4.0.40",
177
+ "@bigbinary/neetoui": "8.3.26",
177
178
  "@honeybadger-io/js": "6.10.1",
178
179
  "@honeybadger-io/react": "6.1.25",
179
180
  "@tailwindcss/container-queries": "^0.1.1",