Skip to content

Commit 8dc076f

Browse files
committed
update test
1 parent d5c7390 commit 8dc076f

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@size-limit/preset-small-lib": "^11.1.6",
5959
"ajv": "^8.17.1",
60-
"eslint-plugin-prettier": "^5.2.1",
60+
"eslint-plugin-prettier": "^4.2.1",
6161
"husky": "^9.1.7",
6262
"np": "^10.0.7",
6363
"size-limit": "^11.1.6",

yarn.lock

+5-19
Original file line numberDiff line numberDiff line change
@@ -1331,11 +1331,6 @@
13311331
"@nodelib/fs.scandir" "2.1.5"
13321332
fastq "^1.6.0"
13331333

1334-
"@pkgr/core@^0.1.0":
1335-
version "0.1.1"
1336-
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1337-
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1338-
13391334
"@pnpm/config.env-replace@^1.1.0":
13401335
version "1.1.0"
13411336
resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c"
@@ -3080,13 +3075,12 @@ eslint-plugin-prettier@^3.1.0:
30803075
dependencies:
30813076
prettier-linter-helpers "^1.0.0"
30823077

3083-
eslint-plugin-prettier@^5.2.1:
3084-
version "5.2.1"
3085-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz#d1c8f972d8f60e414c25465c163d16f209411f95"
3086-
integrity sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==
3078+
eslint-plugin-prettier@^4.2.1:
3079+
version "4.2.1"
3080+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
3081+
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
30873082
dependencies:
30883083
prettier-linter-helpers "^1.0.0"
3089-
synckit "^0.9.1"
30903084

30913085
eslint-plugin-react-hooks@^2.2.0:
30923086
version "2.5.1"
@@ -7220,14 +7214,6 @@ symbol-tree@^3.2.2:
72207214
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
72217215
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
72227216

7223-
synckit@^0.9.1:
7224-
version "0.9.2"
7225-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
7226-
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
7227-
dependencies:
7228-
"@pkgr/core" "^0.1.0"
7229-
tslib "^2.6.2"
7230-
72317217
table@^5.2.3:
72327218
version "5.4.6"
72337219
resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
@@ -7479,7 +7465,7 @@ tslib@^2.0.3:
74797465
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
74807466
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
74817467

7482-
tslib@^2.1.0, tslib@^2.6.2, tslib@^2.8.1:
7468+
tslib@^2.1.0, tslib@^2.8.1:
74837469
version "2.8.1"
74847470
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
74857471
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==

0 commit comments

Comments
 (0)