Skip to content

Commit

Permalink
[fix] HTTP request package
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Oct 29, 2024
1 parent 354d63c commit 5990e09
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 153 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mobx-github": "^0.3.4",
"mobx-i18n": "^0.6.0",
"mobx-react": "^9.1.1",
"mobx-restful": "^1.0.1",
"mobx-restful": "^2.0.0",
"preact": "~10.23.2",
"query-string": "^9.1.1",
"web-utility": "^4.4.1"
Expand All @@ -60,7 +60,7 @@
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@eslint/compat": "^1.2.1",
"@eslint/compat": "^1.2.2",
"@octokit/openapi-types": "^22.2.0",
"@prefresh/babel-plugin": "^0.5.1",
"@prefresh/core": "^1.5.2",
Expand All @@ -85,11 +85,11 @@
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.12.1",
"webpack": "~5.95.0"
},
"resolutions": {
"native-file-system-adapter": "npm:@tech_query/native-file-system-adapter@^3.0.3"
"mobx-restful": "$mobx-restful"
},
"prettier": {
"trailingComma": "none",
Expand Down
Loading

1 comment on commit 5990e09

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for taro-vant-mobx-ts ready!

✅ Preview
https://taro-vant-mobx-oxbisjliu-techquerys-projects.vercel.app

Built with commit 5990e09.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.