@bigbinary/neeto-commons-frontend 4.13.143 → 4.13.145

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.
@@ -11,7 +11,7 @@
11
11
  // To work around this, we strip `//# sourceMappingURL=...` comments from
12
12
  // @bigbinary package files before esbuild sees them, preventing it from
13
13
  // attempting the broken chaining. After the build, `fixSourcemaps` in utils.js
14
- // correctly re-composes sourcemaps using @ampproject/remapping.
14
+ // correctly re-composes sourcemaps using @jridgewell/remapping.
15
15
  //
16
16
  // Files handled by other onLoad plugins (e.g. preval handles i18n.js) are
17
17
  // skipped since esbuild only allows one onLoad handler per file — those plugins
@@ -4,7 +4,7 @@ const fs = require("fs");
4
4
  const { execSync, spawn } = require("child_process");
5
5
  const { pick } = require("ramda");
6
6
  const { globSync } = require("glob");
7
- const remapping = require("@ampproject/remapping");
7
+ const remapping = require("@jridgewell/remapping");
8
8
  const {
9
9
  DEFAULT_VISUALIZER_TEMPLATE,
10
10
  NODE_MODULES_PKG_REGEX,
package/dist/.ready CHANGED
@@ -1 +1 @@
1
- Built at 2026-07-03T14:47:46.831Z
1
+ Built at 2026-07-06T14:41:37.011Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "4.13.143",
3
+ "version": "4.13.145",
4
4
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
5
5
  "repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
@@ -99,13 +99,13 @@
99
99
  "src/translations"
100
100
  ],
101
101
  "devDependencies": {
102
- "@ampproject/remapping": "^2.3.0",
103
102
  "@babel/cli": "^7.23.0",
104
103
  "@babel/core": "7.29.7",
105
104
  "@babel/eslint-parser": "7.25.9",
106
105
  "@babel/generator": "^7.20.7",
107
106
  "@babel/helper-hoist-variables": "^7.24.7",
108
107
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
108
+ "@babel/plugin-transform-react-constant-elements": "7.27.1",
109
109
  "@babel/plugin-transform-runtime": "7.25.9",
110
110
  "@babel/preset-env": "7.26.0",
111
111
  "@babel/preset-react": "7.25.9",
@@ -113,11 +113,11 @@
113
113
  "@babel/runtime": "7.26.10",
114
114
  "@babel/types": "^7.20.7",
115
115
  "@bigbinary/babel-preset-neeto": "1.0.14",
116
- "@bigbinary/eslint-plugin-neeto": "1.9.0",
116
+ "@bigbinary/eslint-plugin-neeto": "1.9.1",
117
117
  "@bigbinary/neeto-atoms": "1.0.90",
118
118
  "@bigbinary/neeto-audit-frontend": "2.5.1",
119
119
  "@bigbinary/neeto-cist": "1.0.17",
120
- "@bigbinary/neeto-commons-frontend": "4.13.141",
120
+ "@bigbinary/neeto-commons-frontend": "4.13.144",
121
121
  "@bigbinary/neeto-editor": "1.47.120",
122
122
  "@bigbinary/neeto-hotkeys": "1.0.9",
123
123
  "@bigbinary/neeto-icons": "1.20.89",
@@ -130,6 +130,7 @@
130
130
  "@faker-js/faker": "8.2.0",
131
131
  "@honeybadger-io/js": "6.10.1",
132
132
  "@honeybadger-io/react": "6.1.25",
133
+ "@jridgewell/remapping": "^2.3.5",
133
134
  "@modyfi/vite-plugin-yaml": "^1.1.0",
134
135
  "@rails/actioncable": "8.1.200",
135
136
  "@rollup/plugin-alias": "5.0.1",
@@ -250,7 +251,7 @@
250
251
  "@bigbinary/eslint-plugin-neeto": "1.8.0",
251
252
  "@bigbinary/neeto-atoms": "1.0.90",
252
253
  "@bigbinary/neeto-cist": "1.0.17",
253
- "@bigbinary/neeto-commons-frontend": "4.13.141",
254
+ "@bigbinary/neeto-commons-frontend": "4.13.144",
254
255
  "@bigbinary/neeto-editor": "1.47.120",
255
256
  "@bigbinary/neeto-hotkeys": "1.0.9",
256
257
  "@bigbinary/neeto-icons": "1.20.89",