Skip to content

Commit 731b6e1

Browse files
committed
Bundled Themes: Update NPM dependencies for default themes.
This updates all NPM dependencies for all default themes with a `package.json` file (Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One) to their latest versions following the defined version constraints. `npm audit fix` has also been run for each theme. These updates only resulted in minor changes within built files for Twenty Twenty-One. See #54727. git-svn-id: https://develop.svn.wordpress.org/trunk@53295 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 37f91b7 commit 731b6e1

8 files changed

Lines changed: 2903 additions & 3126 deletions

File tree

src/wp-content/themes/twentynineteen/package-lock.json

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wp-content/themes/twentynineteen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"homepage": "https://wordpress.org/themes/twentynineteen/",
99
"devDependencies": {
10-
"@wordpress/browserslist-config": "^4.0.1",
10+
"@wordpress/browserslist-config": "^4.1.2",
1111
"autoprefixer": "^9.8.8",
1212
"chokidar-cli": "^3.0.0",
1313
"node-sass": "^6.0.1",

src/wp-content/themes/twentytwenty/package-lock.json

Lines changed: 2187 additions & 2455 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wp-content/themes/twentytwenty/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"url": "https://core.trac.wordpress.org/"
1515
},
1616
"devDependencies": {
17-
"@wordpress/browserslist-config": "^4.0.1",
18-
"@wordpress/scripts": "^16.1.2",
19-
"autoprefixer": "^10.4.0",
20-
"concurrently": "^6.3.0",
21-
"postcss-cli": "^9.0.2",
22-
"postcss": "^8.3.11",
17+
"@wordpress/browserslist-config": "^4.1.2",
18+
"@wordpress/scripts": "^16.1.5",
19+
"autoprefixer": "^10.4.5",
20+
"concurrently": "^6.5.1",
21+
"postcss": "^8.4.12",
22+
"postcss-cli": "^9.1.0",
2323
"rtlcss": "^3.5.0",
2424
"stylelint-a11y": "^1.2.3"
2525
},

src/wp-content/themes/twentytwentyone/assets/css/ie.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -898,21 +898,21 @@ template {
898898
.entry-content > .alignleft {
899899

900900
/*rtl:ignore*/
901-
margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
901+
margin-left: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
902902

903903
/*rtl:ignore*/
904904
margin-right: 25px;
905905
}
906906
@media only screen and (min-width: 482px) {
907907

908908
.entry-content > .alignleft {
909-
margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
909+
margin-left: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
910910
}
911911
}
912912
@media only screen and (min-width: 822px) {
913913

914914
.entry-content > .alignleft {
915-
margin-left: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
915+
margin-left: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
916916
}
917917
}
918918
}
@@ -924,18 +924,18 @@ template {
924924
margin-left: 25px;
925925

926926
/*rtl:ignore*/
927-
margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
927+
margin-right: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
928928
}
929929
@media only screen and (min-width: 482px) {
930930

931931
.entry-content > .alignright {
932-
margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
932+
margin-right: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
933933
}
934934
}
935935
@media only screen and (min-width: 822px) {
936936

937937
.entry-content > .alignright {
938-
margin-right: calc(50vw - min(calc(100vw - 4 * 25px), 610px) *1);
938+
margin-right: calc((100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
939939
}
940940
}
941941
}
@@ -4774,20 +4774,20 @@ table.wp-calendar-table caption {
47744774
}
47754775

47764776
.entry-content > .alignleft {
4777-
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
4777+
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
47784778
}
47794779

47804780
@media only screen and (min-width: 482px) {
47814781

47824782
.entry-content > .alignleft {
4783-
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
4783+
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
47844784
}
47854785
}
47864786

47874787
@media only screen and (min-width: 822px) {
47884788

47894789
.entry-content > .alignleft {
4790-
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
4790+
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
47914791
}
47924792
}
47934793
}
@@ -4842,20 +4842,20 @@ table.wp-calendar-table caption {
48424842
}
48434843

48444844
.entry-content > .alignright {
4845-
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
4845+
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
48464846
}
48474847

48484848
@media only screen and (min-width: 482px) {
48494849

48504850
.entry-content > .alignright {
4851-
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
4851+
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
48524852
}
48534853
}
48544854

48554855
@media only screen and (min-width: 822px) {
48564856

48574857
.entry-content > .alignright {
4858-
max-width: calc(50% - 50vw + min(calc(100vw - 4 * 25px), 610px) *1);
4858+
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
48594859
}
48604860
}
48614861
}

src/wp-content/themes/twentytwentyone/assets/css/ie.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)