From 13a2668930f01501c7ce110aa33b6cc8533467e9 Mon Sep 17 00:00:00 2001 From: tokerson Date: Mon, 6 May 2024 18:19:05 +0200 Subject: [PATCH] chore: remove unneeded full-icu package --- .changeset/mighty-pets-thank.md | 5 ++++ package-lock.json | 44 --------------------------------- package.json | 1 - 3 files changed, 5 insertions(+), 45 deletions(-) create mode 100644 .changeset/mighty-pets-thank.md diff --git a/.changeset/mighty-pets-thank.md b/.changeset/mighty-pets-thank.md new file mode 100644 index 00000000..78060491 --- /dev/null +++ b/.changeset/mighty-pets-thank.md @@ -0,0 +1,5 @@ +--- +"react-starter-boilerplate": patch +--- + +Remove full-icu package since it is a default since Node 13 diff --git a/package-lock.json b/package-lock.json index 8bde2ff0..0f846c93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,6 @@ "eslint-plugin-testing-library": "6.2.1", "eslint-plugin-ui-testing": "2.0.1", "eslint-plugin-vitest": "0.5.1", - "full-icu": "1.5.0", "husky": "9.0.11", "inquirer-directory": "2.2.0", "jsdom": "24.0.0", @@ -5269,14 +5268,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/buffer-crc32": { - "version": "0.2.13", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" - } - }, "node_modules/buffer-equal-constant-time": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", @@ -7644,14 +7635,6 @@ "reusify": "^1.0.4" } }, - "node_modules/fd-slicer": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "pend": "~1.2.0" - } - }, "node_modules/figures": { "version": "3.2.0", "dev": true, @@ -7885,19 +7868,6 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/full-icu": { - "version": "1.5.0", - "dev": true, - "hasInstallScript": true, - "license": "Unicode-DFS-2016", - "dependencies": { - "yauzl": "^2.10.0" - }, - "bin": { - "full-icu": "node-full-icu.js", - "node-full-icu-path": "node-icu-data.js" - } - }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", @@ -12061,11 +12031,6 @@ "node": "*" } }, - "node_modules/pend": { - "version": "1.2.0", - "dev": true, - "license": "MIT" - }, "node_modules/picocolors": { "version": "1.0.0", "dev": true, @@ -15349,15 +15314,6 @@ "node": ">=12" } }, - "node_modules/yauzl": { - "version": "2.10.0", - "dev": true, - "license": "MIT", - "dependencies": { - "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "dev": true, diff --git a/package.json b/package.json index 73fc0c8f..25d56d37 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,6 @@ "eslint-plugin-testing-library": "6.2.1", "eslint-plugin-ui-testing": "2.0.1", "eslint-plugin-vitest": "0.5.1", - "full-icu": "1.5.0", "husky": "9.0.11", "inquirer-directory": "2.2.0", "jsdom": "24.0.0",