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 #20 from e5mode/release/1.0.5
Browse files Browse the repository at this point in the history
Release/1.0.5
  • Loading branch information
CodeDead committed Jun 3, 2021
2 parents deb05a3 + 2ca9e87 commit d4bf319
Show file tree
Hide file tree
Showing 5 changed files with 749 additions and 465 deletions.
10 changes: 5 additions & 5 deletions .yarn/releases/yarn-2.4.1.cjs → .yarn/releases/yarn-2.4.2.cjs

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.1.cjs
yarnPath: .yarn/releases/yarn-2.4.2.cjs
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub package.json version](https://img.shields.io/github/package-json/v/e5mode/yarn-up-all)
![GitHub](https://img.shields.io/github/license/e5mode/yarn-up-all)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.4/total)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.5/total)

## Description

Expand All @@ -25,7 +25,7 @@ yarn set version berry
In order to install the plugin, you can run the following command in your terminal:

```Bash
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.4/index.js
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.5/index.js
```

### Usage
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-up-all",
"version": "1.0.4",
"version": "1.0.5",
"description": "Yarn 2 plugin that will upgrade all dependencies to their latest version with one simple command",
"main": "src/index.js",
"repository": "https://github.com/e5mode/yarn-up-all.git",
Expand All @@ -11,16 +11,16 @@
"build": "minify src -d build"
},
"dependencies": {
"@yarnpkg/cli": "^2.4.1",
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/plugin-essentials": "^2.4.0"
"@yarnpkg/cli": "^3.0.0-rc.3",
"@yarnpkg/core": "^3.0.0-rc.3",
"@yarnpkg/plugin-essentials": "^3.0.0-rc.3"
},
"devDependencies": {
"babel-minify": "^0.5.1",
"clipanion": "^3.0.0-rc.10",
"eslint": "^7.21.0",
"clipanion": "^3.0.0-rc.12",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.23.4",
"yup": "^0.32.9"
}
}
Loading

0 comments on commit d4bf319

Please sign in to comment.