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

Commit

Permalink
* Yarn upgrade
Browse files Browse the repository at this point in the history
* Dependency upgrades
  • Loading branch information
CodeDead committed Sep 8, 2020
1 parent 7ebd13c commit 9ed13ca
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 597 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.2.2.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.2.2.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"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.2.2",
"@yarnpkg/core": "^2.2.2",
"@yarnpkg/plugin-essentials": "^2.2.0"
},
"devDependencies": {
"babel-minify": "^0.5.1",
"clipanion": "^2.4.4",
"eslint": "^7.7.0",
"clipanion": "^2.5.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"yup": "^0.29.3"
Expand Down
Loading

0 comments on commit 9ed13ca

Please sign in to comment.