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 #13 from e5mode/release/1.0.3
Browse files Browse the repository at this point in the history
Release/1.0.3
  • Loading branch information
CodeDead committed Dec 3, 2020
2 parents 7ebd13c + 4dd136b commit b11ba8e
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 692 deletions.
86 changes: 0 additions & 86 deletions .yarn/releases/yarn-2.1.1.cjs

This file was deleted.

55 changes: 55 additions & 0 deletions .yarn/releases/yarn-2.4.0.cjs

Large diffs are not rendered by default.

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

plugins:
- ./src/index.js
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-2.4.0.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.2/total)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.3/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.2/index.js
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.3/index.js
```

### Usage
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-up-all",
"version": "1.0.2",
"version": "1.0.3",
"description": "Yarn2 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.1.1",
"@yarnpkg/core": "^2.1.1",
"@yarnpkg/plugin-essentials": "^2.1.0"
"@yarnpkg/cli": "^2.4.0",
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/plugin-essentials": "^2.4.0"
},
"devDependencies": {
"babel-minify": "^0.5.1",
"clipanion": "^2.4.4",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"yup": "^0.29.3"
"clipanion": "^2.6.2",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"yup": "^0.31.1"
}
}
Loading

0 comments on commit b11ba8e

Please sign in to comment.