Skip to content

Commit 30dcc08

Browse files
committed
chore(deps): update dependency @rollup/plugin-replace to v5
1 parent b2e380d commit 30dcc08

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@rollup/plugin-alias": "^5.1.0",
3838
"@rollup/plugin-commonjs": "^25.0.7",
3939
"@rollup/plugin-node-resolve": "^15.0.1",
40-
"@rollup/plugin-replace": "^4.0.0",
40+
"@rollup/plugin-replace": "^5.0.5",
4141
"@size-limit/preset-small-lib": "^6.0.4",
4242
"@sucrase/jest-plugin": "^2.2.1",
4343
"@types/jest": "^26.0.24",

yarn.lock

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -609,22 +609,13 @@
609609
is-module "^1.0.0"
610610
resolve "^1.22.1"
611611

612-
"@rollup/plugin-replace@^4.0.0":
613-
version "4.0.0"
614-
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz#e34c457d6a285f0213359740b43f39d969b38a67"
615-
integrity sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==
616-
dependencies:
617-
"@rollup/pluginutils" "^3.1.0"
618-
magic-string "^0.25.7"
619-
620-
"@rollup/pluginutils@^3.1.0":
621-
version "3.1.0"
622-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
623-
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
612+
"@rollup/plugin-replace@^5.0.5":
613+
version "5.0.5"
614+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz#33d5653dce6d03cb24ef98bef7f6d25b57faefdf"
615+
integrity sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==
624616
dependencies:
625-
"@types/estree" "0.0.39"
626-
estree-walker "^1.0.1"
627-
picomatch "^2.2.2"
617+
"@rollup/pluginutils" "^5.0.1"
618+
magic-string "^0.30.3"
628619

629620
"@rollup/pluginutils@^4.1.2":
630621
version "4.1.2"
@@ -934,11 +925,6 @@
934925
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
935926
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
936927

937-
"@types/estree@0.0.39":
938-
version "0.0.39"
939-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
940-
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
941-
942928
"@types/estree@^1.0.0":
943929
version "1.0.0"
944930
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
@@ -2658,11 +2644,6 @@ estraverse@^5.2.0:
26582644
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
26592645
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
26602646

2661-
estree-walker@^1.0.1:
2662-
version "1.0.1"
2663-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
2664-
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
2665-
26662647
estree-walker@^2.0.1, estree-walker@^2.0.2:
26672648
version "2.0.2"
26682649
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"

0 commit comments

Comments
 (0)