@bigbinary/neeto-thank-you-frontend 1.0.12 → 1.0.13

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-thank-you-frontend",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-thank-you-nano",
@@ -11,7 +11,8 @@
11
11
  "author": "BigBinary",
12
12
  "files": [
13
13
  "dist",
14
- "types.d.ts"
14
+ "types.d.ts",
15
+ "app/javascript/src/translations"
15
16
  ],
16
17
  "main": "dist/index.cjs.js",
17
18
  "module": "dist/index.js",
@@ -48,10 +49,13 @@
48
49
  "@babel/runtime": "7.22.6",
49
50
  "@bigbinary/babel-preset-neeto": "1.0.3",
50
51
  "@bigbinary/eslint-plugin-neeto": "1.1.2",
51
- "@bigbinary/neeto-audit-frontend": "1.0.7",
52
- "@bigbinary/neeto-commons-frontend": "2.0.99",
52
+ "@bigbinary/neeto-audit-frontend": "1.0.8",
53
+ "@bigbinary/neeto-cist": "^1.0.2",
54
+ "@bigbinary/neeto-commons-frontend": "^2.1.29",
55
+ "@bigbinary/neeto-editor": "^1.28.6",
53
56
  "@bigbinary/neeto-filters-frontend": "2.12.1",
54
57
  "@bigbinary/neeto-icons": "1.13.0",
58
+ "@bigbinary/neeto-image-uploader-frontend": "^1.4.14",
55
59
  "@bigbinary/neeto-molecules": "1.0.34",
56
60
  "@bigbinary/neetoui": "5.0.15",
57
61
  "@emotion/is-prop-valid": "1.2.0",
@@ -71,6 +75,7 @@
71
75
  "babel-plugin-istanbul": "6.1.1",
72
76
  "babel-plugin-js-logger": "1.0.17",
73
77
  "babel-plugin-macros": "3.1.0",
78
+ "babel-plugin-preval": "^5.1.0",
74
79
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
75
80
  "babel-preset-react": "6.24.1",
76
81
  "babel-preset-typescript": "7.0.0-alpha.19",
@@ -86,7 +91,7 @@
86
91
  "eslint-plugin-import": "2.27.5",
87
92
  "eslint-plugin-jam3": "0.2.3",
88
93
  "eslint-plugin-json": "3.1.0",
89
- "eslint-plugin-prettier": "5.0.0",
94
+ "eslint-plugin-prettier": "4.2.1",
90
95
  "eslint-plugin-promise": "6.1.1",
91
96
  "eslint-plugin-react": "7.32.2",
92
97
  "eslint-plugin-react-hooks": "4.6.0",
@@ -142,24 +147,26 @@
142
147
  "yup": "1.2.0"
143
148
  },
144
149
  "peerDependencies": {
145
- "@bigbinary/neeto-commons-frontend": "^2.0.54",
150
+ "@bigbinary/neeto-cist": "latest",
151
+ "@bigbinary/neeto-commons-frontend": "^2.1.28",
146
152
  "@bigbinary/neeto-editor": "1.28.6",
147
153
  "@bigbinary/neeto-filters-frontend": "^2.8.1",
148
154
  "@bigbinary/neeto-icons": "^1.9.22",
155
+ "@bigbinary/neeto-image-uploader-frontend": "^1.4.14",
149
156
  "@bigbinary/neeto-molecules": "^1.0.9",
150
157
  "@bigbinary/neetoui": "^5.0.4",
151
158
  "@honeybadger-io/react": "^2.0.1",
152
159
  "axios": "^0.27.2",
153
160
  "classnames": "^2.3.2",
154
161
  "formik": "^2.2.9",
155
- "i18next": "^22.5.1",
162
+ "i18next": "23.2.7",
156
163
  "js-logger": "^1.6.1",
157
164
  "mixpanel-browser": "^2.45.0",
158
165
  "ramda": "^0.29.0",
159
166
  "react": "17.0.2",
160
167
  "react-dom": "17.0.2",
161
168
  "react-helmet": "^6.1.0",
162
- "react-i18next": "^12.3.1",
169
+ "react-i18next": "13.0.1",
163
170
  "react-query": "3.39.2",
164
171
  "react-router-dom": "5.3.0",
165
172
  "react-toastify": "8.2.0",
@@ -175,11 +182,8 @@
175
182
  "yarn": ">=1.22"
176
183
  },
177
184
  "dependencies": {
178
- "@bigbinary/neeto-editor": "^1.28.6",
179
- "@rails/activestorage": "^7.0.7-2",
180
185
  "@svgr/webpack": "6.5.1",
181
186
  "framer-motion": "^4.1.17",
182
- "react-dropzone": "^11.2.4",
183
187
  "react-router-nav-prompt": "0.4.1",
184
188
  "source-map-loader": "4.0.1",
185
189
  "zustand": "4.3.2"