Skip to content

Commit

Permalink
[optimize] Props interface of Dialog & other components
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Oct 19, 2024
1 parent f212b60 commit 90e2258
Show file tree
Hide file tree
Showing 12 changed files with 205 additions and 186 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": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"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 Down Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@microsoft/api-extractor": "^7.47.11",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-ts": "~2.12.0",
Expand All @@ -65,13 +65,13 @@
"@storybook/react": "^7.6.20",
"@storybook/react-vite": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@types/lodash": "^4.17.10",
"@types/node": "^20.16.12",
"@types/lodash": "^4.17.12",
"@types/node": "^20.16.13",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down
Loading

1 comment on commit 90e2258

@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-e0vysywji-stevending1sts-projects.vercel.app

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

Please sign in to comment.