@bigbinary/neeto-form-frontend 1.2.11 → 1.2.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-form-frontend",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -19,11 +19,14 @@
19
19
  "types": "types.d.ts",
20
20
  "scripts": {
21
21
  "build": "NODE_ENV=production rollup -c --environment production",
22
+ "build-preview": "NODE_ENV=production webpack",
22
23
  "prepare": "husky install",
23
- "release": "yarn build && yalc push --sig",
24
- "build-preview": "NODE_ENV=production webpack"
24
+ "release": "yarn build && yalc push --sig"
25
25
  },
26
26
  "lint-staged": {
27
+ "./**/*.rb": [
28
+ "bundle exec rubocop -a --force-exclusion"
29
+ ],
27
30
  "./**/app/javascript/**/*.{js,jsx,json}": [
28
31
  "prettier --write",
29
32
  "eslint --fix"
@@ -32,44 +35,44 @@
32
35
  "prettier --write",
33
36
  "eslint --fix"
34
37
  ],
35
- "./**/*.rb": [
36
- "bundle exec rubocop -a --force-exclusion"
37
- ],
38
38
  "{Gemfile,Rakefile,config.ru}": [
39
39
  "bundle exec rubocop -a --force-exclusion"
40
40
  ]
41
41
  },
42
42
  "devDependencies": {
43
- "@babel/core": "7.22.6",
44
- "@babel/eslint-parser": "7.22.6",
45
- "@babel/plugin-transform-runtime": "7.22.6",
46
- "@babel/preset-env": "7.22.6",
47
- "@babel/preset-react": "7.22.5",
48
- "@babel/preset-typescript": "7.22.5",
49
- "@babel/runtime": "7.22.6",
50
- "@bigbinary/babel-preset-neeto": "^1.0.6",
51
- "@bigbinary/eslint-plugin-neeto": "^1.1.14",
52
- "@bigbinary/neeto-audit-frontend": "1.0.8",
53
- "@bigbinary/neeto-cist": "^1.0.2",
54
- "@bigbinary/neeto-commons-frontend": "3.0.1",
43
+ "@babel/core": "7.23.2",
44
+ "@babel/eslint-parser": "7.22.15",
45
+ "@babel/plugin-transform-runtime": "7.23.2",
46
+ "@babel/preset-env": "7.23.2",
47
+ "@babel/preset-react": "7.22.15",
48
+ "@babel/preset-typescript": "7.23.2",
49
+ "@babel/runtime": "7.23.2",
50
+ "@bigbinary/babel-preset-neeto": "1.0.6",
51
+ "@bigbinary/eslint-plugin-neeto": "1.1.39",
52
+ "@bigbinary/neeto-audit-frontend": "2.0.7",
53
+ "@bigbinary/neeto-cist": "1.0.7",
54
+ "@bigbinary/neeto-commons-frontend": "3.1.3",
55
55
  "@bigbinary/neeto-editor": "1.20.0",
56
- "@bigbinary/neeto-icons": "1.9.12",
57
- "@bigbinary/neeto-molecules": "^1.0.19",
58
- "@bigbinary/neetoui": "^5.2.1",
56
+ "@bigbinary/neeto-filters-frontend": "3.0.14",
57
+ "@bigbinary/neeto-icons": "1.17.9",
58
+ "@bigbinary/neeto-molecules": "1.3.15",
59
+ "@bigbinary/neetoui": "6.1.2",
59
60
  "@emotion/is-prop-valid": "1.2.0",
60
- "@faker-js/faker": "8.0.2",
61
- "@honeybadger-io/react": "2.0.1",
62
- "@rollup/plugin-alias": "5.0.0",
63
- "@rollup/plugin-babel": "6.0.3",
64
- "@rollup/plugin-commonjs": "25.0.2",
65
- "@rollup/plugin-json": "6.0.0",
66
- "@rollup/plugin-node-resolve": "15.1.0",
67
- "@rollup/plugin-replace": "5.0.2",
68
- "@svgr/rollup": "8.0.1",
69
- "antd": "4.24.12",
70
- "autoprefixer": "10.4.14",
71
- "axios": "1.4.0",
72
- "babel-loader": "9.1.2",
61
+ "@faker-js/faker": "8.2.0",
62
+ "@hello-pangea/dnd": "^16.5.0",
63
+ "@honeybadger-io/js": "6.5.3",
64
+ "@honeybadger-io/react": "6.1.9",
65
+ "@rollup/plugin-alias": "5.0.1",
66
+ "@rollup/plugin-babel": "6.0.4",
67
+ "@rollup/plugin-commonjs": "25.0.7",
68
+ "@rollup/plugin-json": "6.0.1",
69
+ "@rollup/plugin-node-resolve": "15.2.3",
70
+ "@rollup/plugin-replace": "5.0.4",
71
+ "@svgr/rollup": "8.1.0",
72
+ "antd": "5.10.2",
73
+ "autoprefixer": "10.4.16",
74
+ "axios": "1.6.0",
75
+ "babel-loader": "9.1.3",
73
76
  "babel-plugin-istanbul": "6.1.1",
74
77
  "babel-plugin-js-logger": "1.0.17",
75
78
  "babel-plugin-macros": "3.1.0",
@@ -85,29 +88,29 @@
85
88
  "dayjs": "1.11.1",
86
89
  "dompurify": "3.0.2",
87
90
  "dotenv-webpack": "^8.0.1",
88
- "eslint": "8.44.0",
89
- "eslint-config-prettier": "8.8.0",
90
- "eslint-plugin-cypress": "2.13.3",
91
- "eslint-plugin-import": "2.27.5",
91
+ "eslint": "8.52.0",
92
+ "eslint-config-prettier": "8.5.0",
93
+ "eslint-plugin-cypress": "2.15.1",
94
+ "eslint-plugin-import": "2.29.0",
92
95
  "eslint-plugin-jam3": "0.2.3",
93
96
  "eslint-plugin-json": "3.1.0",
94
- "eslint-plugin-prettier": "4.2.1",
97
+ "eslint-plugin-prettier": "4.0.0",
95
98
  "eslint-plugin-promise": "6.1.1",
96
- "eslint-plugin-react": "7.32.2",
99
+ "eslint-plugin-react": "7.33.2",
97
100
  "eslint-plugin-react-hooks": "4.6.0",
98
101
  "eslint-plugin-security": "^1.7.1",
99
102
  "eslint-plugin-sonarjs": "^0.21.0",
100
- "eslint-plugin-unused-imports": "2.0.0",
103
+ "eslint-plugin-unused-imports": "3.0.0",
101
104
  "eslint-plugin-xss": "^0.1.12",
102
- "formik": "2.4.2",
105
+ "formik": "2.4.5",
103
106
  "html-webpack-plugin": "5.5.3",
104
107
  "https-browserify": "1.0.0",
105
108
  "husky": "8.0.3",
106
- "i18next": "23.2.7",
109
+ "i18next": "23.6.0",
107
110
  "i18next-browser-languagedetector": "7.0.1",
108
111
  "js-logger": "1.6.1",
109
112
  "libphonenumber-js": "^1.10.9",
110
- "lint-staged": "13.2.3",
113
+ "lint-staged": "15.0.2",
111
114
  "mini-css-extract-plugin": "2.7.6",
112
115
  "mixpanel-browser": "2.47.0",
113
116
  "os-browserify": "0.3.0",
@@ -115,29 +118,31 @@
115
118
  "postcss": "8.4.31",
116
119
  "postcss-import": "15.1.0",
117
120
  "postcss-loader": "7.3.3",
118
- "postcss-preset-env": "9.0.0",
119
- "prettier": "2.8.8",
120
- "prettier-plugin-tailwindcss": "0.3.0",
121
+ "postcss-preset-env": "9.2.0",
122
+ "prettier": "2.6.2",
123
+ "prettier-plugin-tailwindcss": "0.1.10",
121
124
  "process": "0.11.10",
122
125
  "prop-types": "15.8.1",
123
- "ramda": "0.29.0",
124
- "react": "^18.2.0",
125
- "react-beautiful-dnd": "^13.1.0",
126
- "react-dom": "^18.2.0",
126
+ "qs": "6.11.2",
127
+ "ramda": "0.29.1",
128
+ "react": "18.2.0",
129
+ "react-dom": "18.2.0",
130
+ "react-dropzone": "11.2.4",
127
131
  "react-helmet": "6.1.0",
128
- "react-i18next": "13.0.1",
132
+ "react-i18next": "13.3.1",
129
133
  "react-linkify": "^1.0.0-alpha",
130
134
  "react-query": "3.39.3",
131
- "react-router-dom": "5.3.3",
135
+ "react-router-dom": "5.3.4",
136
+ "react-router-nav-prompt": "0.4.1",
132
137
  "react-select": "^5.3.2",
133
- "react-toastify": "8.0.2",
138
+ "react-toastify": "8.2.0",
134
139
  "react_ujs": "^3.1.1",
135
140
  "rollup": "2.79.1",
136
141
  "rollup-plugin-analyzer": "4.0.0",
137
142
  "rollup-plugin-cleaner": "1.0.0",
138
143
  "rollup-plugin-peer-deps-external": "2.2.4",
139
144
  "rollup-plugin-styles": "4.0.0",
140
- "sass": "1.63.6",
145
+ "sass": "1.69.5",
141
146
  "sass-loader": "13.3.2",
142
147
  "shakapacker": "6.6.0",
143
148
  "stream-browserify": "3.0.0",
@@ -153,32 +158,35 @@
153
158
  "webpack-assets-manifest": "5.1.0",
154
159
  "webpack-cli": "5.1.4",
155
160
  "webpack-dev-server": "4.15.1",
156
- "yup": "0.32.11",
161
+ "yup": "1.3.2",
157
162
  "zustand": "4.3.2"
158
163
  },
159
164
  "peerDependencies": {
160
165
  "@bigbinary/neeto-cist": "latest",
161
- "@bigbinary/neeto-commons-frontend": "^2.1.28",
166
+ "@bigbinary/neeto-commons-frontend": "3.1.3",
162
167
  "@bigbinary/neeto-editor": "^1.26.3",
163
- "@bigbinary/neeto-icons": "^1.9.22",
164
- "@bigbinary/neeto-molecules": "^1.0.9",
165
- "@bigbinary/neetoui": "^4.4.10",
166
- "@honeybadger-io/react": "^2.0.1",
167
- "axios": "^0.27.2",
168
+ "@bigbinary/neeto-filters-frontend": "3.0.14",
169
+ "@bigbinary/neeto-icons": "1.17.9",
170
+ "@bigbinary/neeto-molecules": "1.3.15",
171
+ "@bigbinary/neetoui": "6.1.2",
172
+ "@honeybadger-io/js": "^6.5.3",
173
+ "@honeybadger-io/react": "^6.1.9",
174
+ "axios": "^1.6.0",
168
175
  "classnames": "^2.3.2",
169
176
  "dayjs": "1.11.1",
170
- "formik": "^2.2.9",
171
- "i18next": "23.2.7",
177
+ "formik": "^2.4.5",
178
+ "i18next": "^23.6.0",
172
179
  "js-logger": "^1.6.1",
173
180
  "mixpanel-browser": "^2.45.0",
174
- "ramda": "^0.29.0",
175
- "react": "18.2.0",
176
- "react-dom": "18.2.0",
181
+ "ramda": "^0.29.1",
182
+ "react": "^18.2.0",
183
+ "react-dom": "^18.2.0",
184
+ "react-dropzone": "11.2.4",
177
185
  "react-helmet": "^6.1.0",
178
- "react-i18next": "13.0.1",
179
- "react-query": "3.39.2",
180
- "react-router-dom": "5.3.3",
181
- "react-toastify": "8.2.0",
186
+ "react-i18next": "^13.3.1",
187
+ "react-query": "^3.39.3",
188
+ "react-router-dom": "^5.3.4",
189
+ "react-toastify": "^8.2.0",
182
190
  "yup": "^0.32.11",
183
191
  "zustand": "4.3.2"
184
192
  },
@@ -191,7 +199,6 @@
191
199
  "yarn": ">=1.22"
192
200
  },
193
201
  "dependencies": {
194
- "react-router-nav-prompt": "0.4.1",
195
202
  "source-map-loader": "^4.0.1",
196
203
  "zustand": "4.3.2"
197
204
  }