forked from fullcalendar/fullcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
45 lines (38 loc) · 1.39 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
39
40
41
42
43
44
45
yarnPath: .yarn/releases/yarn-2.4.2.cjs
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
packageExtensions:
# 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
# https://github.com/vuejs/vue-test-utils-next/issues/245
"@vue/test-utils@2.*":
dependencies:
"@vue/compiler-dom": "*"
# TODO: file an issue for this
"@nuxt/components@2.*":
dependencies:
"consola": "*"
# lazy libs that don't define jquery as a dependency
"components-jqueryui@*":
dependencies:
"jquery": "*"
"jquery-simulate@*":
dependencies:
"jquery": "*"
"jasmine-jquery@*":
dependencies:
"jquery": "*"
# # for verdaccio testing
# # first, run `yarn npm login` with made-up credentials
# npmRegistryServer: http://localhost:4873/
# unsafeHttpWhitelist:
# - localhost