File tree Expand file tree Collapse file tree 9 files changed +149
-148
lines changed
Expand file tree Collapse file tree 9 files changed +149
-148
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ const githubUrl = "https://github.com/mlaursen/react-md";
1818let baseUrl = packageJson . homepage ;
1919if ( / ( s u p p o r t \/ v \d ) | n e x t / . test ( branchName ) ) {
2020 baseUrl = `https://${ branchName } .react-md.dev` ;
21- } else if ( vercelUrl && branchName !== "main" ) {
22- baseUrl = `https://${ vercelUrl } ` ;
21+ } else if ( vercelUrl ) {
22+ if ( branchName !== "main" ) {
23+ baseUrl = `https://${ vercelUrl } ` ;
24+ }
2325} else if ( process . env . NODE_ENV !== "production" ) {
2426 baseUrl = `http://localhost:${ process . env . PORT ?? 3000 } ` ;
2527}
Original file line number Diff line number Diff line change 5959 "@jest/globals" : " ^29.7.0" ,
6060 "@jest/types" : " ^29.6.3" ,
6161 "@mlaursen/eslint-config" : " ^8.0.0" ,
62- "@swc/cli" : " ^0.6.0 " ,
63- "@swc/core" : " ^1.11.22 " ,
62+ "@swc/cli" : " ^0.7.7 " ,
63+ "@swc/core" : " ^1.11.24 " ,
6464 "@swc/jest" : " ^0.2.38" ,
6565 "@testing-library/dom" : " ^10.4.0" ,
6666 "@testing-library/jest-dom" : " ^6.6.3" ,
Original file line number Diff line number Diff line change 5858 "@jest/globals" : " ^29.7.0" ,
5959 "@jest/types" : " ^29.6.3" ,
6060 "@mlaursen/eslint-config" : " ^8.0.0" ,
61- "@swc/cli" : " ^0.6.0 " ,
62- "@swc/core" : " ^1.11.22 " ,
61+ "@swc/cli" : " ^0.7.7 " ,
62+ "@swc/core" : " ^1.11.24 " ,
6363 "@swc/jest" : " ^0.2.38" ,
6464 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
6565 "@types/glob" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 104104 "@jest/types" : " ^29.6.3" ,
105105 "@microsoft/api-extractor" : " ^7.52.8" ,
106106 "@mlaursen/eslint-config" : " ^8.0.0" ,
107- "@swc/cli" : " ^0.6.0 " ,
108- "@swc/core" : " ^1.11.22 " ,
107+ "@swc/cli" : " ^0.7.7 " ,
108+ "@swc/core" : " ^1.11.24 " ,
109109 "@swc/jest" : " ^0.2.38" ,
110110 "@testing-library/dom" : " ^10.4.0" ,
111111 "@testing-library/jest-dom" : " ^6.6.3" ,
Original file line number Diff line number Diff line change 8383 "@jest/globals" : " ^29.7.0" ,
8484 "@mdx-js/mdx" : " ^3.1.0" ,
8585 "@mlaursen/eslint-config" : " ^8.0.0" ,
86- "@swc/cli" : " ^0.6.0 " ,
87- "@swc/core" : " ^1.11.22 " ,
86+ "@swc/cli" : " ^0.7.7 " ,
87+ "@swc/core" : " ^1.11.24 " ,
8888 "@swc/jest" : " ^0.2.38" ,
8989 "@types/mdast" : " ^4.0.4" ,
9090 "@types/node" : " ^22.15.18" ,
Original file line number Diff line number Diff line change 4141 },
4242 "devDependencies" : {
4343 "@mlaursen/eslint-config" : " ^8.0.0" ,
44- "@swc/core" : " ^1.11.22 " ,
44+ "@swc/core" : " ^1.11.24 " ,
4545 "@types/lodash" : " ^4.17.16" ,
4646 "@types/node" : " ^22.15.18" ,
4747 "@types/react" : " ^18.3.12" ,
Original file line number Diff line number Diff line change 5959 "@react-md/core" : " workspace:*"
6060 },
6161 "devDependencies" : {
62- "@swc/cli" : " ^0.6.0 " ,
63- "@swc/core" : " ^1.11.22 " ,
62+ "@swc/cli" : " ^0.7.7 " ,
63+ "@swc/core" : " ^1.11.24 " ,
6464 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
6565 "@types/node" : " ^22.15.18" ,
6666 "chokidar" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 4343 },
4444 "devDependencies" : {
4545 "@mlaursen/eslint-config" : " ^8.0.0" ,
46- "@swc/cli" : " ^0.6.0 " ,
47- "@swc/core" : " ^1.11.22 " ,
46+ "@swc/cli" : " ^0.7.7 " ,
47+ "@swc/core" : " ^1.11.24 " ,
4848 "@trivago/prettier-plugin-sort-imports" : " ^5.2.2" ,
4949 "@types/node" : " ^22.15.18" ,
5050 "eslint" : " ^9.26.0" ,
You can’t perform that action at this time.
0 commit comments