FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternfly-java/showcase/pnpm-workspace.yaml at main · patternfly-java/patternfly-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
patternfly-java
/
patternfly-java
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
34
Code
Issues
39
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
patternfly-java
/
showcase
/
pnpm-workspace.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (92 loc) · 2.88 KB
Breadcrumbs
patternfly-java
/
showcase
/
pnpm-workspace.yaml
Copy path
File metadata and controls
97 lines (92 loc) · 2.88 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#
#
Copyright 2023 Red Hat
#
#
Licensed under the Apache License, Version 2.0 (the "License");
#
you may not use this file except in compliance with the License.
#
You may obtain a copy of the License at
#
#
https://www.apache.org/licenses/LICENSE-2.0
#
#
Unless required by applicable law or agreed to in writing, software
#
distributed under the License is distributed on an "AS IS" BASIS,
#
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
See the License for the specific language governing permissions and
#
limitations under the License.
#
allowBuilds
:
esbuild
:
true
puppeteer
:
false
sharp
:
true
ignoredBuiltDependencies
:
-
puppeteer
#
All audit vulnerabilities come from transitive dependencies of @patternfly/documentation-framework
#
(handlebars, axios, ssri, ip, trim, cross-spawn, dompurify, etc.).
#
We only import CSS files from this package — none of its JS code paths (template compilation,
#
codesandbox integration, HTTP clients) are executed at build time or runtime.
#
These are safe to ignore until the upstream package updates its dependencies.
auditConfig
:
ignoreGhsas
:
-
GHSA-2p57-rm9w-gvfp
-
GHSA-2qvq-rjwj-gvw9
-
GHSA-2w6w-674q-4c4q
-
GHSA-325j-24f4-qv5x
-
GHSA-3mfm-83xf-c92r
-
GHSA-3p68-rc4w-qgx5
-
GHSA-3xgq-45jj-v275
-
GHSA-43fc-jf86-j433
-
GHSA-442j-39wm-28r2
-
GHSA-4w2v-q235-vp99
-
GHSA-52f5-9888-hmc6
-
GHSA-5c9x-8gcm-mpgx
-
GHSA-62hf-57xw-28j9
-
GHSA-6chq-wfr3-2hj9
-
GHSA-7q8q-rj6j-mhjq
-
GHSA-7rx3-28cr-v5wh
-
GHSA-898c-q2cr-xwhg
-
GHSA-8g77-54rh-46hx
-
GHSA-9cx6-37pm-9jff
-
GHSA-cph5-m8f7-6c5x
-
GHSA-f88m-g3jw-g9cj
-
GHSA-fvcv-3m26-pcqx
-
GHSA-hfxv-24rg-xrqf
-
GHSA-j5f8-grm9-p9fc
-
GHSA-jr5f-v2jv-69x6
-
GHSA-m7pr-hjqh-92cm
-
GHSA-mmx7-hfxf-jppx
-
GHSA-p92q-9vqr-4j8v
-
GHSA-pf86-5x62-jrwf
-
GHSA-pfrx-2q88-qq97
-
GHSA-ph9p-34f9-6g65
-
GHSA-pjwm-pj3p-43mv
-
GHSA-pmwg-cvhr-8vh7
-
GHSA-q8mj-m7cp-5q26
-
GHSA-rc47-6667-2j5j
-
GHSA-vf2m-468p-8v99
-
GHSA-vx3p-948g-6vhq
-
GHSA-w5hq-g745-h8pq
-
GHSA-w5p7-h5w8-2hfq
-
GHSA-w9j2-pvgh-6h63
-
GHSA-wf5p-g6vw-rhxx
-
GHSA-xhjh-pmcv-23jw
-
GHSA-xhpv-hc6g-r9c6
-
GHSA-xjpj-3mr7-gcpf
-
GHSA-xx6v-rp6x-q39c
-
GHSA-2v37-7h3g-55p8
-
GHSA-55q2-fjhq-7xh7
-
GHSA-5p2g-fcmc-qvqq
-
GHSA-jmr9-qjv8-65gv
-
GHSA-w3rx-r6r6-pgpr
#
@patternfly/documentation-framework declares peer dependencies on React packages
#
that we don't use — we only import CSS files from it.
peerDependencyRules
:
allowAny
:
-
'
@patternfly/react-code-editor
'
-
'
@patternfly/react-core
'
-
'
@patternfly/react-icons
'
-
'
@patternfly/react-table
'
overrides
:
'
@babel/core@<=7.29.0
'
:
'
>=7.29.1
'
dompurify@<3.4.11
:
'
>=3.4.11
'
follow-redirects@<=1.15.11
:
'
>=1.16.0
'
js-yaml@<=4.1.1
:
'
>=4.1.2
'
webpack-dev-server@<5.2.5
:
'
>=5.2.5
'
Back
|
FazBrowse Home
|
New Git URL