@bigbinary/neeto-team-members-frontend 2.8.26 → 2.9.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-team-members-frontend",
3
- "version": "2.8.26",
3
+ "version": "2.9.1",
4
4
  "description": "To manage team members across neeto products.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-team-members-frontend#readme",
@@ -41,7 +41,8 @@
41
41
  "@bigbinary/babel-preset-neeto": "1.0.3",
42
42
  "@bigbinary/eslint-plugin-neeto": "1.1.14",
43
43
  "@bigbinary/neeto-audit-frontend": "1.0.8",
44
- "@bigbinary/neeto-commons-frontend": "2.0.119",
44
+ "@bigbinary/neeto-cist": "^1.0.3",
45
+ "@bigbinary/neeto-commons-frontend": "2.1.28",
45
46
  "@bigbinary/neeto-filters-frontend": "2.12.1",
46
47
  "@bigbinary/neeto-icons": "1.13.0",
47
48
  "@bigbinary/neeto-molecules": "1.0.91-beta",
@@ -63,6 +64,7 @@
63
64
  "babel-plugin-istanbul": "6.1.1",
64
65
  "babel-plugin-js-logger": "1.0.17",
65
66
  "babel-plugin-macros": "3.1.0",
67
+ "babel-plugin-preval": "^5.1.0",
66
68
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
67
69
  "babel-preset-react": "6.24.1",
68
70
  "babel-preset-typescript": "7.0.0-alpha.19",
@@ -111,11 +113,13 @@
111
113
  "tailwindcss": "npm:@tailwindcss/postcss7-compat",
112
114
  "util": "0.12.5",
113
115
  "vite": "4.4.4",
116
+ "vite-plugin-babel": "^1.1.3",
114
117
  "vite-plugin-inspect": "0.7.33",
115
118
  "yup": "1.2.0"
116
119
  },
117
120
  "peerDependencies": {
118
- "@bigbinary/neeto-commons-frontend": "^2.0.54",
121
+ "@bigbinary/neeto-cist": "latest",
122
+ "@bigbinary/neeto-commons-frontend": "^2.1.28",
119
123
  "@bigbinary/neeto-filters-frontend": "^2.8.1",
120
124
  "@bigbinary/neeto-icons": "^1.9.22",
121
125
  "@bigbinary/neeto-molecules": "^1.0.9",
@@ -47,6 +47,7 @@
47
47
  "email_other": "Emails",
48
48
  "name": "Name",
49
49
  "notFound_": "There are no {{what}} to show",
50
+ "notFoundWithKind_": "There are no {{kind}} {{what}} to show",
50
51
  "permission_one": "Permission",
51
52
  "permission_other": "Permissions",
52
53
  "productName": "Product name",