Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from CodeDead/feature/upgrades
Browse files Browse the repository at this point in the history
feature/upgrades
  • Loading branch information
CodeDead committed Mar 9, 2021
2 parents f7cedfb + 2ec615e commit 29af452
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ nodeLinker: node-modules
plugins:
- ./src/index.js

yarnPath: .yarn/releases/yarn-2.4.0.cjs
yarnPath: .yarn/releases/yarn-2.4.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "minify src -d build"
},
"dependencies": {
"@yarnpkg/cli": "^2.4.0",
"@yarnpkg/cli": "^2.4.1",
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/plugin-essentials": "^2.4.0"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,15 +403,15 @@ __metadata:
languageName: node
linkType: hard

"@yarnpkg/cli@npm:^2.4.0":
version: 2.4.0
resolution: "@yarnpkg/cli@npm:2.4.0"
"@yarnpkg/cli@npm:^2.4.1":
version: 2.4.1
resolution: "@yarnpkg/cli@npm:2.4.1"
dependencies:
"@yarnpkg/core": ^2.4.0
"@yarnpkg/fslib": ^2.4.0
"@yarnpkg/libzip": ^2.2.1
"@yarnpkg/parsers": ^2.3.0
"@yarnpkg/plugin-compat": ^2.2.0
"@yarnpkg/plugin-compat": ^2.2.1
"@yarnpkg/plugin-dlx": ^2.1.4
"@yarnpkg/plugin-essentials": ^2.4.0
"@yarnpkg/plugin-file": ^2.2.0
Expand All @@ -436,7 +436,7 @@ __metadata:
yup: ^0.27.0
peerDependencies:
"@yarnpkg/core": ^2.4.0
checksum: 7a0e0573d74c2d77eedc4ee5e019df5c96125fb82c12e2944b4e2d1802841c6686563ae7b0991a0eb8a8055da4763397f4189513a09723637cccde5836c91464
checksum: 1b50c39a2037a67116027d97188406496889cd60880c55df697cbf3daa9fc0e0701cb69cc0ac35c1fd74b078f578711add0c7ee72a81ccb831a4b16e8d9195ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -559,13 +559,13 @@ __metadata:
languageName: node
linkType: hard

"@yarnpkg/plugin-compat@npm:^2.2.0":
version: 2.2.0
resolution: "@yarnpkg/plugin-compat@npm:2.2.0"
"@yarnpkg/plugin-compat@npm:^2.2.1":
version: 2.2.1
resolution: "@yarnpkg/plugin-compat@npm:2.2.1"
peerDependencies:
"@yarnpkg/core": ^2.4.0
"@yarnpkg/plugin-patch": ^2.1.2
checksum: 661f83450518a267a67db0dc0728b34f92bc4e5c656478d69df244b9eaaab6b4da0d70a6ba5348769467cedc1248fcb23161b1263690c4c34d80dc016e1c19c7
checksum: 04aaee547e517629758cfdca78d475c9f390996cc3e423ae6f0887d17fff6dba2b34a6dab09336b617a81a46de4da66f1ebf089945bdb1b9a42e2d09a57d4b35
languageName: node
linkType: hard

Expand Down Expand Up @@ -3669,7 +3669,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "yarn-up-all@workspace:."
dependencies:
"@yarnpkg/cli": ^2.4.0
"@yarnpkg/cli": ^2.4.1
"@yarnpkg/core": ^2.4.0
"@yarnpkg/plugin-essentials": ^2.4.0
babel-minify: ^0.5.1
Expand Down

0 comments on commit 29af452

Please sign in to comment.