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

Release/1.0.5 #20

Merged
merged 4 commits into from
Jun 3, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.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