Skip to content

Commit fe6d1fc

Browse files
authored
[full] Switch package manager from mpm to yarn; Bump docusaurus version to 2.4.1 (#108)
* remove `package-lock.json` * remove repository root `package-lock.json` * gitignore * CI cache yarn * build SeaORM docs with yarn * build SeaQuery docs with yarn * build SeaStreamer docs with yarn * build Seaography docs with yarn * build StarfishQL docs with yarn * `npx -y update-browserslist-db@latest` * update build scripts * [full] bump docusaurus version to 2.4.1 * [full] fix broken links
1 parent a334a43 commit fe6d1fc

28 files changed

+56846
-174290
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
key: ${{ github.repository }}-${{ github.ref_name }}
2828
path: |
29-
~/.npm
29+
~/.yarn
3030
SeaORM/node_modules
3131
SeaORM/.docusaurus
3232
SeaORM/build

.github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
key: ${{ github.repository }}-${{ github.ref_name }}
2424
path: |
25-
~/.npm
25+
~/.yarn
2626
SeaORM/node_modules
2727
SeaORM/.docusaurus
2828
SeaORM/build

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vscode
22
.yarn
3-
.yarnrc.yml
3+
.yarnrc.yml
4+
.pnp.*

Blog/blog/2023-08-12-announcing-seaorm-0.12.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: [news]
1212

1313
🎉 We are pleased to announce SeaORM [`0.12`](https://github.com/SeaQL/sea-orm/releases/tag/0.12.1) today!
1414

15-
We still remember the time when we first [introduced SeaORM](/blog/2021-09-20-introducing-sea-orm/) to the Rust community two years ago. We set out a goal to enable developers to build asynchronous database-driven applications in Rust.
15+
We still remember the time when we first [introduced SeaORM](https://www.sea-ql.org/blog/2021-09-20-introducing-sea-orm/) to the Rust community two years ago. We set out a goal to enable developers to build asynchronous database-driven applications in Rust.
1616

1717
Today, many open-source projects, [a handful of startups](https://www.sea-ql.org/SeaORM/index.html#our-users) and many more closed-source projects are using SeaORM. Thank you all who participated and contributed in the making!
1818

Blog/package-lock.json

-23,183
This file was deleted.

Blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "^2.3.1",
18-
"@docusaurus/preset-classic": "^2.3.1",
17+
"@docusaurus/core": "^2.4.1",
18+
"@docusaurus/preset-classic": "^2.4.1",
1919
"@emotion/react": "^11.9.3",
2020
"@emotion/styled": "^11.9.3",
2121
"@mdx-js/react": "^1.6.21",

0 commit comments

Comments
 (0)