Skip to content

Commit 88a62d6

Browse files
Update dependency @rollup/plugin-node-resolve to v15.3.0
1 parent ec8cf72 commit 88a62d6

File tree

12 files changed

+21
-60
lines changed

12 files changed

+21
-60
lines changed

1.4/components/Miscellaneous/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "7.18.9",
2727
"@rollup/plugin-babel": "5.3.1",
2828
"@rollup/plugin-commonjs": "22.0.1",
29-
"@rollup/plugin-node-resolve": "13.3.0",
29+
"@rollup/plugin-node-resolve": "15.3.0",
3030
"eslint": "8.19.0",
3131
"eslint-plugin-json": "3.1.0",
3232
"prettier": "2.7.1",

1.4/components/Typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "7.18.9",
2727
"@rollup/plugin-babel": "5.3.1",
2828
"@rollup/plugin-commonjs": "22.0.1",
29-
"@rollup/plugin-node-resolve": "13.3.0",
29+
"@rollup/plugin-node-resolve": "15.3.0",
3030
"eslint": "8.19.0",
3131
"eslint-plugin-json": "3.1.0",
3232
"jest": "28.1.3",

1.4/components/innerComponents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "7.18.9",
2727
"@rollup/plugin-babel": "5.3.1",
2828
"@rollup/plugin-commonjs": "22.0.1",
29-
"@rollup/plugin-node-resolve": "13.3.0",
29+
"@rollup/plugin-node-resolve": "15.3.0",
3030
"eslint": "8.19.0",
3131
"eslint-plugin-json": "3.1.0",
3232
"prettier": "2.7.1",

1.4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "7.18.9",
2727
"@rollup/plugin-babel": "5.3.1",
2828
"@rollup/plugin-commonjs": "22.0.1",
29-
"@rollup/plugin-node-resolve": "13.3.0",
29+
"@rollup/plugin-node-resolve": "15.3.0",
3030
"babel-eslint": "10.1.0",
3131
"babel-preset-react-app": "10.0.1",
3232
"eslint": "8.19.0",

WORK/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/preset-env": "7.19.4",
2626
"@rollup/plugin-babel": "6.0.3",
2727
"@rollup/plugin-commonjs": "22.0.2",
28-
"@rollup/plugin-node-resolve": "15.0.1",
28+
"@rollup/plugin-node-resolve": "15.3.0",
2929
"babel-eslint": "10.1.0",
3030
"babel-preset-react-app": "10.0.1",
3131
"eslint": "8.26.0",

_old/callbacks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@babel/preset-env": "7.19.4",
2525
"@rollup/plugin-babel": "6.0.3",
2626
"@rollup/plugin-commonjs": "22.0.2",
27-
"@rollup/plugin-node-resolve": "15.0.1",
27+
"@rollup/plugin-node-resolve": "15.3.0",
2828
"babel-eslint": "10.1.0",
2929
"eslint": "8.26.0",
3030
"eslint-plugin-json": "3.1.0",

components/Miscellaneous/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "7.19.4",
2727
"@rollup/plugin-babel": "6.0.3",
2828
"@rollup/plugin-commonjs": "22.0.2",
29-
"@rollup/plugin-node-resolve": "15.0.1",
29+
"@rollup/plugin-node-resolve": "15.3.0",
3030
"eslint": "8.26.0",
3131
"eslint-plugin-json": "3.1.0",
3232
"prettier": "2.7.1",

components/Miscellaneous/yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,15 +1055,14 @@
10551055
magic-string "^0.25.7"
10561056
resolve "^1.17.0"
10571057

1058-
"@rollup/plugin-node-resolve@15.0.1":
1059-
version "15.0.1"
1060-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.1.tgz#72be449b8e06f6367168d5b3cd5e2802e0248971"
1061-
integrity sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==
1058+
"@rollup/plugin-node-resolve@15.3.0":
1059+
version "15.3.0"
1060+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz#efbb35515c9672e541c08d59caba2eff492a55d5"
1061+
integrity sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==
10621062
dependencies:
10631063
"@rollup/pluginutils" "^5.0.1"
10641064
"@types/resolve" "1.20.2"
10651065
deepmerge "^4.2.2"
1066-
is-builtin-module "^3.2.0"
10671066
is-module "^1.0.0"
10681067
resolve "^1.22.1"
10691068

@@ -1345,11 +1344,6 @@ buffer-xor@^1.0.3:
13451344
resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
13461345
integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
13471346

1348-
builtin-modules@^3.3.0:
1349-
version "3.3.0"
1350-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1351-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1352-
13531347
call-bind@^1.0.0:
13541348
version "1.0.2"
13551349
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
@@ -2040,13 +2034,6 @@ is-binary-path@~2.1.0:
20402034
dependencies:
20412035
binary-extensions "^2.0.0"
20422036

2043-
is-builtin-module@^3.2.0:
2044-
version "3.2.0"
2045-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
2046-
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==
2047-
dependencies:
2048-
builtin-modules "^3.3.0"
2049-
20502037
is-core-module@^2.9.0:
20512038
version "2.9.0"
20522039
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz"

components/Typography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "7.19.4",
2727
"@rollup/plugin-babel": "6.0.3",
2828
"@rollup/plugin-commonjs": "22.0.2",
29-
"@rollup/plugin-node-resolve": "15.0.1",
29+
"@rollup/plugin-node-resolve": "15.3.0",
3030
"eslint": "8.26.0",
3131
"eslint-plugin-json": "3.1.0",
3232
"jest": "29.2.2",

components/Typography/yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,15 +1296,14 @@
12961296
magic-string "^0.25.7"
12971297
resolve "^1.17.0"
12981298

1299-
"@rollup/plugin-node-resolve@15.0.1":
1300-
version "15.0.1"
1301-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.1.tgz#72be449b8e06f6367168d5b3cd5e2802e0248971"
1302-
integrity sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==
1299+
"@rollup/plugin-node-resolve@15.3.0":
1300+
version "15.3.0"
1301+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz#efbb35515c9672e541c08d59caba2eff492a55d5"
1302+
integrity sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==
13031303
dependencies:
13041304
"@rollup/pluginutils" "^5.0.1"
13051305
"@types/resolve" "1.20.2"
13061306
deepmerge "^4.2.2"
1307-
is-builtin-module "^3.2.0"
13081307
is-module "^1.0.0"
13091308
resolve "^1.22.1"
13101309

@@ -1772,11 +1771,6 @@ buffer-xor@^1.0.3:
17721771
resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
17731772
integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
17741773

1775-
builtin-modules@^3.3.0:
1776-
version "3.3.0"
1777-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1778-
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1779-
17801774
call-bind@^1.0.0:
17811775
version "1.0.2"
17821776
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
@@ -2642,13 +2636,6 @@ is-binary-path@~2.1.0:
26422636
dependencies:
26432637
binary-extensions "^2.0.0"
26442638

2645-
is-builtin-module@^3.2.0:
2646-
version "3.2.0"
2647-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0"
2648-
integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==
2649-
dependencies:
2650-
builtin-modules "^3.3.0"
2651-
26522639
is-core-module@^2.8.1:
26532640
version "2.9.0"
26542641
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz"

0 commit comments

Comments
 (0)