Skip to content

Commit 40c789a

Browse files
authored
[optimize] update Jumbotron, Carousel, Offcanvas, Cover, Pricing & Product example pages (#7)
1 parent cb46d88 commit 40c789a

35 files changed

+7164
-6160
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: pnpm/action-setup@v2
1313
with:
14-
version: 8
14+
version: 9
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 18

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: pnpm/action-setup@v2
1717
with:
18-
version: 8
18+
version: 9
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 18

ReadMe.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# BootCell document
2-
3-
Re-implemented Official **Document site** of [BootStrap][1] & [FontAwesome][2]
4-
based on [WebCell][3], [BootCell][4] & [MDX][5]
5-
6-
[![CI & CD](https://github.com/EasyWebApp/WebCell/actions/workflows/main.yml/badge.svg)][6]
7-
8-
[1]: https://getbootstrap.com/
9-
[2]: https://fontawesome.com/
10-
[3]: https://web-cell.dev/
11-
[4]: https://web-cell.dev/BootCell/
12-
[5]: https://mdxjs.com/
13-
[6]: https://github.com/EasyWebApp/BootCell-document/actions/workflows/main.yml
1+
# BootCell document
2+
3+
Re-implemented Official **Document site** of [Bootstrap][1] & [FontAwesome][2]
4+
based on [WebCell][3], [BootCell][4] & [MDX][5]
5+
6+
[![CI & CD](https://github.com/EasyWebApp/WebCell/actions/workflows/main.yml/badge.svg)][6]
7+
8+
[1]: https://getbootstrap.com/
9+
[2]: https://fontawesome.com/
10+
[3]: https://web-cell.dev/
11+
[4]: https://web-cell.dev/BootCell/
12+
[5]: https://mdxjs.com/
13+
[6]: https://github.com/EasyWebApp/BootCell-document/actions/workflows/main.yml

package.json

Lines changed: 26 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,39 @@
11
{
22
"name": "bootcell-document",
33
"version": "1.0.0",
4-
"description": "Re-implemented Official Document site of BootStrap & FontAwesome based on WebCell, BootCell & MarkCell",
4+
"description": "Re-implemented Official Document site of Bootstrap & FontAwesome based on WebCell, BootCell & MarkCell",
55
"dependencies": {
6-
"@nuintun/qrcode": "^3.4.0",
7-
"boot-cell": "^2.0.0-beta.18",
8-
"cell-router": "^3.0.0-rc.5",
6+
"boot-cell": "^2.0.0-beta.26",
7+
"cell-router": "^3.0.0-rc.7",
98
"classnames": "^2.5.1",
10-
"dom-renderer": "^2.1.1",
11-
"github-web-widget": "^4.0.0-rc.1",
9+
"dom-renderer": "^2.1.7",
10+
"github-web-widget": "^4.0.0-rc.2",
1211
"iterable-observer": "^1.0.1",
13-
"koajax": "^0.9.6",
14-
"lodash.groupby": "^4.6.0",
15-
"markdown-ime": "^1.0.3",
16-
"marked": "^12.0.0",
17-
"mobx": "^6.12.0",
18-
"quill": "^1.3.7",
19-
"quill-image-uploader": "^1.3.0",
20-
"turndown": "^7.1.2",
21-
"turndown-plugin-gfm": "^1.0.2",
22-
"web-cell": "^3.0.0-rc.14",
23-
"web-utility": "^4.1.3"
12+
"mobx": "^6.12.4",
13+
"mobx-github": "^0.3.2",
14+
"web-cell": "^3.0.0-rc.16",
15+
"web-utility": "^4.4.0"
2416
},
2517
"devDependencies": {
26-
"@octokit/openapi-types": "^19.1.0",
27-
"@parcel/config-default": "~2.11.0",
28-
"@parcel/packager-raw-url": "~2.11.0",
29-
"@parcel/transformer-less": "~2.11.0",
30-
"@parcel/transformer-typescript-tsc": "~2.11.0",
31-
"@parcel/transformer-webmanifest": "~2.11.0",
32-
"@types/lodash.groupby": "^4.6.9",
33-
"@types/mdx": "^2.0.11",
34-
"@types/node": "^18.19.14",
18+
"@parcel/config-default": "~2.12.0",
19+
"@parcel/packager-raw-url": "~2.12.0",
20+
"@parcel/transformer-less": "~2.12.0",
21+
"@parcel/transformer-typescript-tsc": "~2.12.0",
22+
"@parcel/transformer-webmanifest": "~2.12.0",
23+
"@types/mdx": "^2.0.13",
24+
"@types/node": "^18.19.34",
3525
"fs-match": "^1.7.1",
36-
"husky": "^9.0.10",
37-
"lint-staged": "^15.2.2",
38-
"parcel": "~2.11.0",
39-
"parcel-transformer-mdx": "^0.3.1",
40-
"postcss": "^8.4.35",
26+
"husky": "^9.0.11",
27+
"lint-staged": "^15.2.7",
28+
"parcel": "~2.12.0",
29+
"parcel-transformer-mdx": "^0.3.2",
30+
"postcss": "^8.4.38",
4131
"postcss-modules": "^4.3.1",
42-
"prettier": "^3.2.5",
43-
"tsx": "^4.7.0",
44-
"typescript": "~5.3.3",
45-
"workbox-cli": "^7.0.0",
46-
"yaml": "^2.3.4"
32+
"prettier": "^3.3.2",
33+
"tsx": "^4.15.5",
34+
"typescript": "~5.4.5",
35+
"workbox-cli": "^7.1.0",
36+
"yaml": "^2.4.5"
4737
},
4838
"prettier": {
4939
"singleQuote": true,

0 commit comments

Comments
 (0)