Skip to content

Commit

Permalink
Merge pull request #8 from Dcard/bump-deps
Browse files Browse the repository at this point in the history
Bump to yarn 2.4.0
  • Loading branch information
Fonger committed Mar 5, 2021
2 parents c782dc6 + a89b82e commit 9dc33e0
Show file tree
Hide file tree
Showing 9 changed files with 2,671 additions and 1,844 deletions.
3,232 changes: 1,984 additions & 1,248 deletions .pnp.js

Large diffs are not rendered by default.

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
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-2.2.2.cjs
yarnPath: .yarn/releases/yarn-2.4.0.cjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/Dcard/yarn-plugins.git"
},
"dependencies": {
"@yarnpkg/pnpify": "^2.2.1"
"@yarnpkg/pnpify": "^2.4.0"
},
"devDependencies": {
"@types/eslint": "7.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/changed/package.json
Expand Up @@ -9,12 +9,12 @@
"clipanion": "^2.4.4"
},
"devDependencies": {
"@yarnpkg/builder": "^2.1.1",
"@yarnpkg/cli": "^2.2.2",
"@yarnpkg/core": "^2.2.2",
"@yarnpkg/fslib": "^2.2.1",
"@yarnpkg/plugin-essentials": "^2.2.0",
"@yarnpkg/shell": "^2.2.0",
"@yarnpkg/builder": "^2.1.3",
"@yarnpkg/cli": "^2.4.1",
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/fslib": "^2.4.0",
"@yarnpkg/plugin-essentials": "^2.4.0",
"@yarnpkg/shell": "^2.4.1",
"typescript": "^4.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/docker-build/package.json
Expand Up @@ -9,12 +9,12 @@
"clipanion": "^2.4.4"
},
"devDependencies": {
"@yarnpkg/builder": "^2.1.1",
"@yarnpkg/cli": "^2.2.2",
"@yarnpkg/core": "^2.2.2",
"@yarnpkg/fslib": "^2.2.1",
"@yarnpkg/plugin-pack": "^2.2.0",
"@yarnpkg/plugin-patch": "^2.1.1",
"@yarnpkg/builder": "^2.1.3",
"@yarnpkg/cli": "^2.4.1",
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/fslib": "^2.4.0",
"@yarnpkg/plugin-pack": "^2.2.3",
"@yarnpkg/plugin-patch": "^2.1.2",
"typescript": "^4.0.2"
}
}
10 changes: 5 additions & 5 deletions packages/tsconfig-references/package.json
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"@types/detect-indent": "6.0.0",
"@yarnpkg/builder": "^2.1.1",
"@yarnpkg/cli": "^2.2.2",
"@yarnpkg/core": "^2.2.2",
"@yarnpkg/fslib": "^2.2.1",
"@yarnpkg/plugin-essentials": "^2.2.0",
"@yarnpkg/builder": "^2.1.3",
"@yarnpkg/cli": "^2.4.1",
"@yarnpkg/core": "^2.4.0",
"@yarnpkg/fslib": "^2.4.0",
"@yarnpkg/plugin-essentials": "^2.4.0",
"typescript": "^4.0.2"
}
}

0 comments on commit 9dc33e0

Please sign in to comment.