@bigbinary/neeto-thank-you-frontend 1.0.8 → 1.0.10
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/index.cjs.js +30 -2861
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +15 -2847
- package/dist/index.js.map +1 -1
- package/package.json +41 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-thank-you-frontend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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",
|
|
@@ -18,11 +18,14 @@
|
|
|
18
18
|
"types": "types.d.ts",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "NODE_ENV=production rollup -c --environment production",
|
|
21
|
+
"build-preview": "NODE_ENV=production webpack",
|
|
21
22
|
"prepare": "husky install",
|
|
22
|
-
"release": "yarn build && yalc push --sig"
|
|
23
|
-
"build-preview": "NODE_ENV=production webpack"
|
|
23
|
+
"release": "yarn build && yalc push --sig"
|
|
24
24
|
},
|
|
25
25
|
"lint-staged": {
|
|
26
|
+
"./**/*.rb": [
|
|
27
|
+
"bundle exec rubocop -a --force-exclusion"
|
|
28
|
+
],
|
|
26
29
|
"./**/app/javascript/**/*.{js,jsx,json}": [
|
|
27
30
|
"prettier --write",
|
|
28
31
|
"eslint --fix"
|
|
@@ -31,41 +34,40 @@
|
|
|
31
34
|
"prettier --write",
|
|
32
35
|
"eslint --fix"
|
|
33
36
|
],
|
|
34
|
-
"./**/*.rb": [
|
|
35
|
-
"bundle exec rubocop -a --force-exclusion"
|
|
36
|
-
],
|
|
37
37
|
"{Gemfile,Rakefile,config.ru}": [
|
|
38
38
|
"bundle exec rubocop -a --force-exclusion"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "7.22.
|
|
43
|
-
"@babel/eslint-parser": "7.22.
|
|
44
|
-
"@babel/plugin-transform-runtime": "7.22.
|
|
45
|
-
"@babel/preset-env": "7.22.
|
|
42
|
+
"@babel/core": "7.22.9",
|
|
43
|
+
"@babel/eslint-parser": "7.22.9",
|
|
44
|
+
"@babel/plugin-transform-runtime": "7.22.9",
|
|
45
|
+
"@babel/preset-env": "7.22.9",
|
|
46
46
|
"@babel/preset-react": "7.22.5",
|
|
47
47
|
"@babel/preset-typescript": "7.22.5",
|
|
48
48
|
"@babel/runtime": "7.22.6",
|
|
49
49
|
"@bigbinary/babel-preset-neeto": "1.0.3",
|
|
50
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
51
|
-
"@bigbinary/neeto-
|
|
52
|
-
"@bigbinary/neeto-
|
|
53
|
-
"@bigbinary/neeto-
|
|
54
|
-
"@bigbinary/
|
|
50
|
+
"@bigbinary/eslint-plugin-neeto": "1.1.2",
|
|
51
|
+
"@bigbinary/neeto-audit-frontend": "1.0.7",
|
|
52
|
+
"@bigbinary/neeto-commons-frontend": "2.0.99",
|
|
53
|
+
"@bigbinary/neeto-filters-frontend": "2.12.1",
|
|
54
|
+
"@bigbinary/neeto-icons": "1.13.0",
|
|
55
|
+
"@bigbinary/neeto-molecules": "1.0.34",
|
|
56
|
+
"@bigbinary/neetoui": "5.0.15",
|
|
55
57
|
"@emotion/is-prop-valid": "1.2.0",
|
|
56
58
|
"@faker-js/faker": "8.0.2",
|
|
57
59
|
"@honeybadger-io/react": "2.0.1",
|
|
58
60
|
"@rollup/plugin-alias": "5.0.0",
|
|
59
61
|
"@rollup/plugin-babel": "6.0.3",
|
|
60
|
-
"@rollup/plugin-commonjs": "25.0.
|
|
62
|
+
"@rollup/plugin-commonjs": "25.0.3",
|
|
61
63
|
"@rollup/plugin-json": "6.0.0",
|
|
62
64
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
63
65
|
"@rollup/plugin-replace": "5.0.2",
|
|
64
66
|
"@svgr/rollup": "8.0.1",
|
|
65
|
-
"antd": "4.24.
|
|
67
|
+
"antd": "4.24.10",
|
|
66
68
|
"autoprefixer": "10.4.14",
|
|
67
69
|
"axios": "1.4.0",
|
|
68
|
-
"babel-loader": "9.1.
|
|
70
|
+
"babel-loader": "9.1.3",
|
|
69
71
|
"babel-plugin-istanbul": "6.1.1",
|
|
70
72
|
"babel-plugin-js-logger": "1.0.17",
|
|
71
73
|
"babel-plugin-macros": "3.1.0",
|
|
@@ -78,50 +80,51 @@
|
|
|
78
80
|
"crypto-browserify": "3.12.0",
|
|
79
81
|
"css-loader": "6.8.1",
|
|
80
82
|
"dotenv-webpack": "^8.0.1",
|
|
81
|
-
"eslint": "8.
|
|
83
|
+
"eslint": "8.45.0",
|
|
82
84
|
"eslint-config-prettier": "8.8.0",
|
|
83
85
|
"eslint-plugin-cypress": "2.13.3",
|
|
84
86
|
"eslint-plugin-import": "2.27.5",
|
|
85
87
|
"eslint-plugin-jam3": "0.2.3",
|
|
86
88
|
"eslint-plugin-json": "3.1.0",
|
|
87
|
-
"eslint-plugin-prettier": "
|
|
89
|
+
"eslint-plugin-prettier": "5.0.0",
|
|
88
90
|
"eslint-plugin-promise": "6.1.1",
|
|
89
91
|
"eslint-plugin-react": "7.32.2",
|
|
90
92
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
91
|
-
"eslint-plugin-unused-imports": "
|
|
93
|
+
"eslint-plugin-unused-imports": "3.0.0",
|
|
92
94
|
"formik": "2.4.2",
|
|
93
95
|
"html-webpack-plugin": "5.5.3",
|
|
94
96
|
"https-browserify": "1.0.0",
|
|
95
97
|
"husky": "8.0.3",
|
|
96
|
-
"i18next": "23.2.
|
|
98
|
+
"i18next": "23.2.11",
|
|
97
99
|
"js-logger": "1.6.1",
|
|
98
100
|
"lint-staged": "13.2.3",
|
|
99
101
|
"mini-css-extract-plugin": "2.7.6",
|
|
100
102
|
"mixpanel-browser": "2.47.0",
|
|
101
103
|
"os-browserify": "0.3.0",
|
|
102
104
|
"path-browserify": "1.0.1",
|
|
103
|
-
"postcss": "8.4.
|
|
105
|
+
"postcss": "8.4.26",
|
|
104
106
|
"postcss-import": "15.1.0",
|
|
105
107
|
"postcss-loader": "7.3.3",
|
|
106
108
|
"postcss-preset-env": "9.0.0",
|
|
107
109
|
"prettier": "2.8.8",
|
|
108
|
-
"prettier-plugin-tailwindcss": "0.
|
|
110
|
+
"prettier-plugin-tailwindcss": "0.4.1",
|
|
109
111
|
"process": "0.11.10",
|
|
112
|
+
"qs": "6.11.2",
|
|
110
113
|
"ramda": "0.29.0",
|
|
111
|
-
"react": "
|
|
112
|
-
"react-dom": "
|
|
114
|
+
"react": "17.0.2",
|
|
115
|
+
"react-dom": "17.0.2",
|
|
113
116
|
"react-helmet": "6.1.0",
|
|
114
|
-
"react-i18next": "13.0.
|
|
117
|
+
"react-i18next": "13.0.2",
|
|
115
118
|
"react-query": "3.39.3",
|
|
116
|
-
"react-router-dom": "5.3.
|
|
117
|
-
"react-toastify": "8.0
|
|
119
|
+
"react-router-dom": "5.3.4",
|
|
120
|
+
"react-toastify": "8.2.0",
|
|
118
121
|
"react_ujs": "^3.1.1",
|
|
119
122
|
"rollup": "2.79.1",
|
|
120
123
|
"rollup-plugin-analyzer": "4.0.0",
|
|
121
124
|
"rollup-plugin-cleaner": "1.0.0",
|
|
122
125
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
123
126
|
"rollup-plugin-styles": "4.0.0",
|
|
124
|
-
"sass": "1.
|
|
127
|
+
"sass": "1.64.0",
|
|
125
128
|
"sass-loader": "13.3.2",
|
|
126
129
|
"shakapacker": "6.6.0",
|
|
127
130
|
"stream-browserify": "3.0.0",
|
|
@@ -136,26 +139,29 @@
|
|
|
136
139
|
"webpack-assets-manifest": "5.1.0",
|
|
137
140
|
"webpack-cli": "5.1.4",
|
|
138
141
|
"webpack-dev-server": "4.15.1",
|
|
139
|
-
"yup": "
|
|
142
|
+
"yup": "1.2.0"
|
|
140
143
|
},
|
|
141
144
|
"peerDependencies": {
|
|
142
145
|
"@bigbinary/neeto-commons-frontend": "^2.0.54",
|
|
143
146
|
"@bigbinary/neeto-editor": "1.28.6",
|
|
147
|
+
"@bigbinary/neeto-filters-frontend": "^2.8.1",
|
|
144
148
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
145
149
|
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
146
|
-
"@bigbinary/neetoui": "^
|
|
150
|
+
"@bigbinary/neetoui": "^5.0.4",
|
|
147
151
|
"@honeybadger-io/react": "^2.0.1",
|
|
148
152
|
"axios": "^0.27.2",
|
|
149
153
|
"classnames": "^2.3.2",
|
|
150
154
|
"formik": "^2.2.9",
|
|
155
|
+
"i18next": "^22.5.1",
|
|
151
156
|
"js-logger": "^1.6.1",
|
|
152
157
|
"mixpanel-browser": "^2.45.0",
|
|
153
158
|
"ramda": "^0.29.0",
|
|
154
|
-
"react": "
|
|
155
|
-
"react-dom": "
|
|
159
|
+
"react": "17.0.2",
|
|
160
|
+
"react-dom": "17.0.2",
|
|
156
161
|
"react-helmet": "^6.1.0",
|
|
162
|
+
"react-i18next": "^12.3.1",
|
|
157
163
|
"react-query": "3.39.2",
|
|
158
|
-
"react-router-dom": "5.3.
|
|
164
|
+
"react-router-dom": "5.3.0",
|
|
159
165
|
"react-toastify": "8.2.0",
|
|
160
166
|
"yup": "^0.32.11",
|
|
161
167
|
"zustand": "4.3.2"
|