Skip to content

Commit 90e2258

Browse files
committed
[optimize] Props interface of Dialog & other components
[optimize] update Upstream packages
1 parent f212b60 commit 90e2258

File tree

12 files changed

+205
-186
lines changed

12 files changed

+205
-186
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idea-react",
3-
"version": "2.0.0-rc.6",
3+
"version": "2.0.0-rc.7",
44
"license": "LGPL-3.0-or-later",
55
"author": "[email protected]",
66
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
@@ -47,8 +47,8 @@
4747
"devDependencies": {
4848
"@babel/plugin-proposal-decorators": "^7.25.7",
4949
"@babel/preset-typescript": "^7.25.7",
50-
"@eslint/compat": "^1.2.0",
51-
"@eslint/js": "^9.12.0",
50+
"@eslint/compat": "^1.2.1",
51+
"@eslint/js": "^9.13.0",
5252
"@microsoft/api-extractor": "^7.47.11",
5353
"@parcel/config-default": "~2.12.0",
5454
"@parcel/packager-ts": "~2.12.0",
@@ -65,13 +65,13 @@
6565
"@storybook/react": "^7.6.20",
6666
"@storybook/react-vite": "^7.6.20",
6767
"@storybook/testing-library": "^0.2.2",
68-
"@types/lodash": "^4.17.10",
69-
"@types/node": "^20.16.12",
68+
"@types/lodash": "^4.17.12",
69+
"@types/node": "^20.16.13",
7070
"@types/prismjs": "^1.26.4",
7171
"@types/react": "^18.3.11",
7272
"@types/react-dom": "^18.3.1",
7373
"@vitejs/plugin-react": "^4.3.2",
74-
"eslint": "^9.12.0",
74+
"eslint": "^9.13.0",
7575
"eslint-config-prettier": "^9.1.0",
7676
"eslint-plugin-react": "^7.37.1",
7777
"eslint-plugin-simple-import-sort": "^12.1.1",

0 commit comments

Comments
 (0)