Skip to content

Commit 717d292

Browse files
committed
chore: upgrade deps
1 parent 97f78c7 commit 717d292

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lint-staged": "^9.4.1",
6060
"mkdirp": "^0.5.1",
6161
"prettier": "^1.18.2",
62-
"rollup": "^1.23.0",
62+
"rollup": "^1.23.1",
6363
"rollup-plugin-commonjs": "^10.1.0",
6464
"rollup-plugin-node-resolve": "^5.2.0",
6565
"rollup-plugin-replace": "^2.2.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,11 +1530,6 @@
15301530
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
15311531
integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w==
15321532

1533-
"@types/node@^12.7.10":
1534-
version "12.7.11"
1535-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
1536-
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
1537-
15381533
"@types/normalize-package-data@^2.4.0":
15391534
version "2.4.0"
15401535
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -9530,13 +9525,13 @@ [email protected], rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
95309525
dependencies:
95319526
estree-walker "^0.6.1"
95329527

9533-
rollup@^1.23.0:
9534-
version "1.23.0"
9535-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.23.0.tgz#e2b2686fc77dfc7891f5adb95c8d865e0f1eb5f4"
9536-
integrity sha512-/p72Z3NbHWV+Vi1p2X+BmPA3WqlZxpUqCy6E8U4crMohZnI+j9Ob8ZAfFyNfddT0LxgnJM0olO4mg+noH4SFbg==
9528+
rollup@^1.23.1:
9529+
version "1.23.1"
9530+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e"
9531+
integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA==
95379532
dependencies:
95389533
"@types/estree" "*"
9539-
"@types/node" "^12.7.10"
9534+
"@types/node" "*"
95409535
acorn "^7.1.0"
95419536

95429537
rsvp@^4.8.4:

0 commit comments

Comments
 (0)