Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DP-35734: Layout paragraphs new css file #1940

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
19,635 changes: 11,343 additions & 8,292 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

268 changes: 268 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"dependencies": {
"@octokit/rest": "^18.12.0",
"js-yaml": "^3.13.1",
"postcss-remove-root": "0.0.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postcss-remove-root 0.0.2 / package.json

Total vulnerabilities: 2

Critical: 0 High: 1 Medium: 1 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2021-23382 HIGH HIGH 7.5 - Open
CVE-2023-44270 MEDIUM MEDIUM 5.3 - Open

"postcss-selector-prepend": "^0.5.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postcss-selector-prepend 0.5.0 / package.json

Total vulnerabilities: 2

Critical: 0 High: 1 Medium: 1 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2021-23382 HIGH HIGH 7.5 - Open
CVE-2023-44270 MEDIUM MEDIUM 5.3 - Open

"semver": "^6.3.0",
"shelljs": "^0.8.3",
"simple-git": "^1.126.0"
},
"volta": {
"node": "14.17.3"
},
"devDependencies": {
"pre-push": "^0.1.4"
}
}
Loading