Skip to content

Commit 58f005d

Browse files
fix(deps): update dependency @prefresh/next to v1.2.0 (#264)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0193df5 commit 58f005d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@fiahfy/ico-convert": "0.0.7",
46-
"@prefresh/next": "1.1.0",
46+
"@prefresh/next": "1.2.0",
4747
"adm-zip": "0.4.16",
4848
"classnames": "2.2.6",
4949
"multer": "1.4.2",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -2730,16 +2730,22 @@
27302730
dependencies:
27312731
"@types/node" ">= 8"
27322732

2733+
"@prefresh/babel-plugin@0.1.0":
2734+
version "0.1.0"
2735+
resolved "https://registry.yarnpkg.com/@prefresh/babel-plugin/-/babel-plugin-0.1.0.tgz#9b51e6d87cb1fa45be6b49f9a354e64827a8094c"
2736+
integrity sha512-YHQO8UTntichl4hbfm029EmZbzk7XaG6Qu3MUXORloCCOHzISey5ovJRn9YhhxGDS9fG0iYqVjQIldDmCC9E8A==
2737+
27332738
"@prefresh/core@^0.8.1":
27342739
version "0.8.1"
27352740
resolved "https://registry.yarnpkg.com/@prefresh/core/-/core-0.8.1.tgz#d4f15d9e3ee9c16bf420405e2b422774e807a594"
27362741
integrity sha512-woho+Ja8w3pxnZwq68MnWzH9ffdidrpJsV6PDTNIsJOpsLYmfCNxqxGsxIqYw40d1yjg4h6HFGbb6Y9lhyTPNA==
27372742

2738-
"@prefresh/next@1.1.0":
2739-
version "1.1.0"
2740-
resolved "https://registry.yarnpkg.com/@prefresh/next/-/next-1.1.0.tgz#b5d0cd5d62d157409e260c4f9f865e4645c90346"
2741-
integrity sha512-oCFckMeYK36tU7bwkcaIj8L5mnh9pIcCideBGgQk6dksO8nTsvsOT9ElpG85JKEVyGT7AMJhNOomPvfYeJRPwQ==
2743+
"@prefresh/next@1.2.0":
2744+
version "1.2.0"
2745+
resolved "https://registry.yarnpkg.com/@prefresh/next/-/next-1.2.0.tgz#47e0e43ac0fea99fdac84b9cc19bb6b632f8f8e8"
2746+
integrity sha512-gsVu8SPqaWVGbglI1cQ1kuUEu63Jx0UelPaDdiGBJec0VyuZLf+tPmCVnZeL1K9WZ4/X7Gs6LcfkTNEVxslgQQ==
27422747
dependencies:
2748+
"@prefresh/babel-plugin" "0.1.0"
27432749
"@prefresh/core" "^0.8.1"
27442750
"@prefresh/utils" "^0.3.1"
27452751

0 commit comments

Comments
 (0)