forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
38 lines (34 loc) · 1.42 KB
/
.yarnrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
yarnPath: .yarn/releases/yarn-2.4.2.cjs
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
# yarn wouldn't fetch correct version that was compatible with 2.x :(
spec: "https://raw.githubusercontent.com/yarnpkg/berry/%40yarnpkg/plugin-workspace-tools/2.2.0/packages/plugin-workspace-tools/bin/%40yarnpkg/plugin-workspace-tools.js"
packageExtensions:
"@nuxt/components@2.*":
dependencies:
consola: "*"
"@vue/test-utils@2.*":
dependencies:
"@vue/compiler-dom": "*"
# lazy libs that don't define jquery as a dependency
components-jqueryui@*:
dependencies:
jquery: "*"
jasmine-jquery@*:
dependencies:
jquery: "*"
jquery-simulate@*:
dependencies:
jquery: "*"
# problem (https://github.com/webpack/webpack-dev-server/issues/2807):
# [email protected] is not compatible with webpack 5
# but [email protected] (already officially released) IS compatible.
# when [email protected] is out of beta and supports [email protected],
# update the example-projects/(react|vue)* packages (and others?)
# when [email protected] is out of beta and @angular-devkit/build-angula supports it,
# update packages-contrib/angular and example-projects/angular
webpack-dev-server@~3.11.0:
dependencies:
webpack-dev-middleware: ^4.0.0