Skip to content

Commit

Permalink
🚀 RELEASE: v4.5.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
warengonzaga committed Apr 17, 2022
1 parent fd34307 commit cc1b892
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 7 deletions.
363 changes: 363 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
yarnPath: .yarn/releases/yarn-3.1.1.cjs
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^1.4.0"
"gulp-rename": "^2.0.0"
},
"packageManager": "yarn@3.1.1"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1385,10 +1385,10 @@ __metadata:
languageName: node
linkType: hard

"gulp-rename@npm:^1.4.0":
version: 1.4.0
resolution: "gulp-rename@npm:1.4.0"
checksum: d0c965d07df9a4f7e856e514357451f4863dcad2cea8d59a5c109e911bfb9807edfa8d35415be174dd9bab12b4b6306bb1e2550e44b9231276549fe084b69ab6
"gulp-rename@npm:^2.0.0":
version: 2.0.0
resolution: "gulp-rename@npm:2.0.0"
checksum: b9add0d130487dee6067206eebfc3867e4e254117edef154e8c270e3111b112335439ac1cac1519d6a32541343e04bd299484253a333b4e34c7d430039953e99
languageName: node
linkType: hard

Expand Down Expand Up @@ -3644,7 +3644,7 @@ __metadata:
gulp: ^4.0.2
gulp-clean: ^0.4.0
gulp-header: ^2.0.9
gulp-rename: ^1.4.0
gulp-rename: ^2.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit cc1b892

Please sign in to comment.