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 #12 from CodeDead/feature/upgrades
Browse files Browse the repository at this point in the history
feature/upgrades
  • Loading branch information
CodeDead committed Dec 3, 2020
2 parents bd70a89 + bc5f7a3 commit 50f312f
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 322 deletions.
55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.2.2.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.

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.2.2.cjs
yarnPath: .yarn/releases/yarn-2.4.0.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"build": "minify src -d build"
},
"dependencies": {
"@yarnpkg/cli": "^2.2.2",
"@yarnpkg/core": "^2.2.2",
"@yarnpkg/plugin-essentials": "^2.2.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.6.2",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"yup": "^0.29.3"
"yup": "^0.31.1"
}
}
Loading

0 comments on commit 50f312f

Please sign in to comment.