@bigbinary/neeto-integrations-frontend 3.1.6 → 3.1.7

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.
Files changed (1) hide show
  1. package/package.json +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-integrations-frontend",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "UI for integrations in neeto products",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-integrations-nano",
@@ -61,11 +61,11 @@
61
61
  "@bigbinary/babel-preset-neeto": "^1.0.3",
62
62
  "@bigbinary/eslint-plugin-neeto": "1.5.6",
63
63
  "@bigbinary/neeto-cist": "1.0.14",
64
- "@bigbinary/neeto-commons-frontend": "4.13.17",
64
+ "@bigbinary/neeto-commons-frontend": "4.13.19",
65
65
  "@bigbinary/neeto-filters-frontend": "4.3.13",
66
- "@bigbinary/neeto-icons": "1.20.24",
67
- "@bigbinary/neeto-molecules": "3.15.14",
68
- "@bigbinary/neetoui": "8.2.56",
66
+ "@bigbinary/neeto-icons": "1.20.25",
67
+ "@bigbinary/neeto-molecules": "3.15.18",
68
+ "@bigbinary/neetoui": "8.2.60",
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",
@@ -171,11 +171,11 @@
171
171
  "peerDependencies": {
172
172
  "@babel/runtime": "7.26.0",
173
173
  "@bigbinary/neeto-cist": "1.0.14",
174
- "@bigbinary/neeto-commons-frontend": "4.13.17",
174
+ "@bigbinary/neeto-commons-frontend": "4.13.19",
175
175
  "@bigbinary/neeto-filters-frontend": "4.3.13",
176
- "@bigbinary/neeto-icons": "1.20.24",
177
- "@bigbinary/neeto-molecules": "3.15.14",
178
- "@bigbinary/neetoui": "8.2.56",
176
+ "@bigbinary/neeto-icons": "1.20.25",
177
+ "@bigbinary/neeto-molecules": "3.15.18",
178
+ "@bigbinary/neetoui": "8.2.60",
179
179
  "@honeybadger-io/js": "6.10.1",
180
180
  "@honeybadger-io/react": "6.1.25",
181
181
  "@tailwindcss/container-queries": "^0.1.1",
@@ -220,11 +220,12 @@
220
220
  "string-width": "4.1.0"
221
221
  },
222
222
  "engines": {
223
- "node": ">=18.12",
223
+ "node": ">=22.13",
224
224
  "npm": ">=9",
225
225
  "yarn": ">=1.22"
226
226
  },
227
227
  "dependencies": {
228
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
228
229
  "babel-plugin-transform-imports": "^2.0.0",
229
230
  "react-router-nav-prompt": "0.4.1"
230
231
  }