-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[optimize] update Upstream packages & Storybook ReadMe
- Loading branch information
Showing
7 changed files
with
619 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "idea-react", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"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.", | ||
|
@@ -28,6 +28,7 @@ | |
"@swc/helpers": "^0.5.3", | ||
"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", | ||
|
@@ -52,18 +53,18 @@ | |
"@parcel/transformer-typescript-tsc": "~2.11.0", | ||
"@parcel/transformer-typescript-types": "~2.11.0", | ||
"@storybook/addon-console": "^3.0.0", | ||
"@storybook/addon-essentials": "^7.6.10", | ||
"@storybook/addon-interactions": "^7.6.10", | ||
"@storybook/addon-links": "^7.6.10", | ||
"@storybook/addon-storysource": "^7.6.10", | ||
"@storybook/blocks": "^7.6.10", | ||
"@storybook/react": "^7.6.10", | ||
"@storybook/react-vite": "^7.6.10", | ||
"@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.10", | ||
"@types/node": "^18.19.14", | ||
"@types/prismjs": "^1.26.3", | ||
"@types/react": "^18.2.48", | ||
"@types/react": "^18.2.52", | ||
"@types/react-dom": "^18.2.18", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
|
@@ -72,10 +73,10 @@ | |
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"husky": "^9.0.7", | ||
"husky": "^9.0.10", | ||
"koapache": "^2.2.2", | ||
"less": "^4.2.0", | ||
"lint-staged": "^15.2.0", | ||
"lint-staged": "^15.2.1", | ||
"parcel": "~2.11.0", | ||
"postcss-preset-env": "^9.3.0", | ||
"prettier": "^3.2.4", | ||
|
@@ -84,7 +85,7 @@ | |
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^5.0.5", | ||
"storybook": "^7.6.10", | ||
"storybook": "^7.6.12", | ||
"typedoc": "^0.25.7", | ||
"typedoc-plugin-mdn-links": "^3.1.14", | ||
"typescript": "~5.3.3", | ||
|
Oops, something went wrong.
dc4e9ba
There was a problem hiding this comment.
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-6q5dobtfn-stevending1st.vercel.app
Built with commit dc4e9ba.
This pull request is being automatically deployed with vercel-action