Skip to content

Commit

Permalink
[optimize] upgrade to StoryBook 8 & other latest Upstream packages
Browse files Browse the repository at this point in the history
[fix] React base class of MobX components
  • Loading branch information
TechQuery committed Apr 9, 2024
1 parent dc4e9ba commit 213bc3e
Show file tree
Hide file tree
Showing 10 changed files with 2,602 additions and 2,851 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config: StorybookConfig = {
},
},
},
"@storybook/addon-mdx-gfm",
],
framework: {
name: "@storybook/react-vite",
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Open Map component & model, have been migrated to https://github.com/idea2app/Op
```html
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap@5.3.2/dist/css/bootstrap.min.css"
href="https://unpkg.com/bootstrap@5.3.3/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
Expand Down
83 changes: 42 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idea-react",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"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 All @@ -22,74 +22,75 @@
"types": "dist/index.d.ts",
"main": "dist/index.js",
"dependencies": {
"@editorjs/editorjs": "^2.29.0",
"@editorjs/paragraph": "^2.11.3",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/paragraph": "^2.11.4",
"@react-editor-js/core": "^2.1.0",
"@swc/helpers": "^0.5.3",
"@swc/helpers": "^0.5.8",
"classnames": "^2.5.1",
"editorjs-html": "^3.4.3",
"html2canvas": "^1.4.1",
"iterable-observer": "^1.0.1",
"lodash": "^4.17.21",
"mobx": ">=6.12.0",
"mobx-react": ">=9.1.0",
"mobx": ">=6.11",
"mobx-react": ">=9.1",
"mobx-react-helper": "^0.3.1",
"prismjs": "^1.29.0",
"react-bootstrap": "^2.10.0",
"react-bootstrap": "^2.10.2",
"react-editor-js": "^2.1.0",
"react-element-to-jsx-string": "^15.0.0",
"web-utility": "^4.1.3"
"web-utility": "^4.3.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@microsoft/api-extractor": "^7.39.4",
"@parcel/config-default": "~2.11.0",
"@parcel/packager-ts": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-typescript-types": "~2.11.0",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@microsoft/api-extractor": "^7.43.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-ts": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-typescript-types": "~2.12.0",
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-storysource": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/testing-library": "^0.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.14",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-interactions": "^8.0.6",
"@storybook/addon-links": "^8.0.6",
"@storybook/addon-mdx-gfm": "8.0.6",
"@storybook/addon-storysource": "^8.0.6",
"@storybook/blocks": "^8.0.6",
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@types/lodash": "^4.17.0",
"@types/node": "^18.19.31",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^9.0.10",
"eslint-plugin-simple-import-sort": "^12.0.0",
"husky": "^9.0.11",
"koapache": "^2.2.2",
"less": "^4.2.0",
"lint-staged": "^15.2.1",
"parcel": "~2.11.0",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"parcel": "~2.12.0",
"postcss-preset-env": "^9.5.4",
"prettier": "^3.2.5",
"process": "^0.11.10",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"storybook": "^7.6.12",
"typedoc": "^0.25.7",
"typedoc-plugin-mdn-links": "^3.1.14",
"typescript": "~5.3.3",
"vite": "^5.0.12"
"storybook": "^8.0.6",
"typedoc": "^0.25.13",
"typedoc-plugin-mdn-links": "^3.1.19",
"typescript": "~5.4.4",
"vite": "^5.2.8"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 213bc3e

Please sign in to comment.