Skip to content

Commit

Permalink
Remove number-to-locale-string (#42590)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjaglumac committed May 14, 2024
1 parent 0ecb5b0 commit 1d1bcdf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions frontend/src/metabase/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import "regenerator-runtime/runtime";

import "number-to-locale-string";

// This is conditionally aliased in the webpack config.
// If EE isn't enabled, it loads an empty file.
// Should be imported before any other metabase import
Expand Down
1 change: 0 additions & 1 deletion frontend/test/metabase-bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "regenerator-runtime/runtime";
import "number-to-locale-string";
import "metabase/css/vendor.css";
import "metabase/css/index.module.css";

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"moment-timezone": "^0.5.38",
"mustache": "^2.3.2",
"normalizr": "^3.0.2",
"number-to-locale-string": "^1.0.1",
"password-generator": "^2.0.1",
"postcss-discard-comments": "^6.0.1",
"prop-types": "^15.5.7",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17387,11 +17387,6 @@ num2fraction@^1.2.2:
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=

number-to-locale-string@^1.0.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/number-to-locale-string/-/number-to-locale-string-1.2.0.tgz#6c5030fb47e9c9ad14bf59a1ae81b33cc84b4038"
integrity sha512-q2BNrXwz250d/FR/wwHIr26oFx5eQiXfKxniS3V31TsSR1rJnYwKPfi7SaHRZYlMIOQTaXkAynjv9Pr/+vfyFQ==

nwsapi@^2.2.4:
version "2.2.5"
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.5.tgz#a52744c61b3889dd44b0a158687add39b8d935e2"
Expand Down

0 comments on commit 1d1bcdf

Please sign in to comment.