Skip to content

Commit

Permalink
[fix] MobX 6 compatibility bug (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored Aug 27, 2023
1 parent 382646e commit e94ce2d
Show file tree
Hide file tree
Showing 9 changed files with 1,099 additions and 1,081 deletions.
23 changes: 12 additions & 11 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.16",
"version": "1.0.0-rc.18",
"license": "LGPL-3.0-or-later",
"author": "[email protected]",
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
Expand All @@ -23,7 +23,7 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"dependencies": {
"@editorjs/editorjs": "^2.27.2",
"@editorjs/editorjs": "^2.28.0",
"@editorjs/paragraph": "^2.10.0",
"@react-editor-js/core": "^2.1.0",
"@swc/helpers": "^0.5.1",
Expand All @@ -36,6 +36,7 @@
"lodash": "^4.17.21",
"mobx": ">=4",
"mobx-react": ">=6",
"mobx-react-helper": "^0.2.0",
"prismjs": "^1.29.0",
"react-bootstrap": "^2.8.0",
"react-editor-js": "^2.1.0",
Expand Down Expand Up @@ -64,20 +65,20 @@
"@storybook/react-vite": "^7.3.2",
"@storybook/testing-library": "0.2.0",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.6",
"@types/node": "^18.17.11",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.64",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"open-cli": "^7.2.0",
"parcel": "~2.9.3",
"postcss-preset-env": "^9.1.1",
Expand All @@ -89,9 +90,9 @@
"rimraf": "^5.0.1",
"storybook": "^7.3.2",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.1.6",
"typedoc": "^0.25.0",
"typedoc-plugin-mdn-links": "^3.1.0",
"typescript": "~5.2.2",
"vite": "^4.4.9"
},
"prettier": {
Expand Down
Loading

1 comment on commit e94ce2d

@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-l2rmzsxq5-stevending1st.vercel.app

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

Please sign in to comment.