Skip to content

Commit 84b73f9

Browse files
authored
[fix] Observable Array compatibility of MobX 4 (#10)
1 parent 74d86f7 commit 84b73f9

9 files changed

Lines changed: 707 additions & 651 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
cache: pnpm
1919
- name: Install Dependencies
2020
run: pnpm i --frozen-lockfile
21+
2122
- name: Build & Publish
2223
run: |
2324
echo GITHUB_PAT=${{ secrets.PAT }} > .env

ReadMe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,9 @@ export default new MultipleRepository();
193193

194194
## Scaffold
195195

196-
1. Progressive Web App (React): https://github.com/idea2app/React-MobX-Bootstrap-ts
197-
2. Cross-end App (React): https://github.com/idea2app/Taro-Vant-MobX-ts
196+
1. Client-side Rendering (React): https://github.com/idea2app/Next-Bootstrap-ts
197+
2. Server-side Rendering (React): https://github.com/idea2app/React-MobX-Bootstrap-ts
198+
3. Cross-end App (React): https://github.com/idea2app/Taro-Vant-MobX-ts
198199

199200
## Limitation
200201

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-restful",
3-
"version": "0.6.0-rc.21",
3+
"version": "0.6.0",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "MobX SDK for RESTful API",
@@ -41,8 +41,8 @@
4141
"@octokit/openapi-types": "^14.0.0",
4242
"@parcel/packager-ts": "~2.6.2",
4343
"@parcel/transformer-typescript-types": "~2.6.2",
44-
"@types/jest": "^29.2.4",
45-
"@types/node": "^16.18.10",
44+
"@types/jest": "^29.2.5",
45+
"@types/node": "^16.18.11",
4646
"dotenv": "^16.0.3",
4747
"husky": "^8.0.2",
4848
"jest": "^29.3.1",
@@ -54,8 +54,8 @@
5454
"prettier": "^2.8.1",
5555
"ts-jest": "^29.0.3",
5656
"typedoc": "^0.23.23",
57-
"typedoc-plugin-mdn-links": "^2.0.1",
58-
"typescript": "~4.7.4"
57+
"typedoc-plugin-mdn-links": "^2.0.2",
58+
"typescript": "~4.9.4"
5959
},
6060
"prettier": {
6161
"singleQuote": true,

0 commit comments

Comments
 (0)