-
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.
[fix] some Preview detail bugs
- Loading branch information
Showing
12 changed files
with
1,683 additions
and
1,502 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.7", | ||
"version": "2.0.0-rc.8", | ||
"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.", | ||
|
@@ -45,8 +45,8 @@ | |
"react-dom": ">=16" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-decorators": "^7.25.7", | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@babel/plugin-proposal-decorators": "^7.25.9", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@eslint/compat": "^1.2.1", | ||
"@eslint/js": "^9.13.0", | ||
"@microsoft/api-extractor": "^7.47.11", | ||
|
@@ -66,22 +66,22 @@ | |
"@storybook/react-vite": "^7.6.20", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@types/lodash": "^4.17.12", | ||
"@types/node": "^20.16.13", | ||
"@types/prismjs": "^1.26.4", | ||
"@types/react": "^18.3.11", | ||
"@types/node": "^20.17.1", | ||
"@types/prismjs": "^1.26.5", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@vitejs/plugin-react": "^4.3.2", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
"eslint": "^9.13.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-react": "^7.37.1", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"globals": "^15.11.0", | ||
"husky": "^9.1.6", | ||
"koapache": "^2.2.2", | ||
"less": "^4.2.0", | ||
"lint-staged": "^15.2.10", | ||
"parcel": "~2.12.0", | ||
"postcss-preset-env": "^10.0.7", | ||
"postcss-preset-env": "^10.0.8", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-css-order": "^2.1.2", | ||
"process": "^0.11.10", | ||
|
@@ -91,10 +91,10 @@ | |
"rimraf": "^6.0.1", | ||
"storybook": "^7.6.20", | ||
"typedoc": "^0.26.10", | ||
"typedoc-plugin-mdn-links": "^3.3.3", | ||
"typedoc-plugin-mdn-links": "^3.3.4", | ||
"typescript": "~5.6.3", | ||
"typescript-eslint": "^8.10.0", | ||
"vite": "^5.4.9" | ||
"typescript-eslint": "^8.11.0", | ||
"vite": "^5.4.10" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
|
Oops, something went wrong.
446deca
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-mlohimgji-stevending1sts-projects.vercel.app
Built with commit 446deca.
This pull request is being automatically deployed with vercel-action