Skip to content

Commit

Permalink
[optimize] MobX 6 compatibility
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Aug 20, 2023
1 parent dd9a06e commit 52a33c9
Show file tree
Hide file tree
Showing 9 changed files with 223 additions and 271 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idea-react",
"version": "1.0.0-rc.15",
"version": "1.0.0-rc.16",
"license": "LGPL-3.0-or-later",
"author": "shiy2008@gmail.com",
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
Expand Down Expand Up @@ -34,8 +34,8 @@
"koajax": "^0.8.6",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"mobx": ">=4",
"mobx-react": ">=6",
"prismjs": "^1.29.0",
"react-bootstrap": "^2.8.0",
"react-editor-js": "^2.1.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@storybook/react-vite": "^7.3.2",
"@storybook/testing-library": "0.2.0",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.5",
"@types/node": "^18.17.6",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.64",
"@types/react-dom": "^17.0.20",
Expand All @@ -73,7 +73,7 @@
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"less": "^4.2.0",
Expand All @@ -87,7 +87,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^5.0.1",
"storybook": "^7.3.1",
"storybook": "^7.3.2",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
Expand Down
Loading

1 comment on commit 52a33c9

@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 idea-react ready!

✅ Preview
https://idea-react-5e58fpp62-stevending1st.vercel.app

Built with commit 52a33c9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.