-
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] Table Cell width & Header i18n of Month Calendar
[optimize] update Upstream packages
- Loading branch information
Showing
3 changed files
with
838 additions
and
757 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "idea-react", | ||
"version": "1.0.0-rc.21", | ||
"version": "1.0.0-rc.23", | ||
"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.", | ||
|
@@ -21,52 +21,52 @@ | |
"source": "source/index.ts", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"dependencies": { | ||
"@editorjs/editorjs": "^2.28.0", | ||
"@editorjs/paragraph": "^2.10.0", | ||
"@react-editor-js/core": "^2.1.0", | ||
"@swc/helpers": "^0.5.1", | ||
"@swc/helpers": "^0.5.2", | ||
"classnames": "^2.3.2", | ||
"editorjs-html": "^3.4.3", | ||
"iterable-observer": "^1.0.0", | ||
"lodash": "^4.17.21", | ||
"mobx": ">=4", | ||
"mobx-react": ">=6", | ||
"mobx-react-helper": "^0.2.7", | ||
"prismjs": "^1.29.0", | ||
"react-bootstrap": "^2.8.0", | ||
"react-editor-js": "^2.1.0", | ||
"react-element-to-jsx-string": "^15.0.0", | ||
"web-utility": "^4.1.0" | ||
"web-utility": "^4.1.3" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16", | ||
"react-dom": ">=16" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-decorators": "^7.22.10", | ||
"@microsoft/api-extractor": "^7.36.4", | ||
"@babel/plugin-proposal-decorators": "^7.22.15", | ||
"@microsoft/api-extractor": "^7.37.0", | ||
"@parcel/packager-ts": "~2.9.3", | ||
"@parcel/transformer-typescript-types": "~2.9.3", | ||
"@storybook/addon-console": "^2.0.0", | ||
"@storybook/addon-essentials": "^7.3.2", | ||
"@storybook/addon-interactions": "^7.3.2", | ||
"@storybook/addon-links": "^7.3.2", | ||
"@storybook/addon-storysource": "^7.3.2", | ||
"@storybook/blocks": "^7.3.2", | ||
"@storybook/react": "^7.3.2", | ||
"@storybook/react-vite": "^7.3.2", | ||
"@storybook/testing-library": "0.2.0", | ||
"@types/lodash": "^4.14.197", | ||
"@types/node": "^18.17.12", | ||
"@storybook/addon-essentials": "^7.4.4", | ||
"@storybook/addon-interactions": "^7.4.4", | ||
"@storybook/addon-links": "^7.4.4", | ||
"@storybook/addon-storysource": "^7.4.4", | ||
"@storybook/blocks": "^7.4.4", | ||
"@storybook/react": "^7.4.4", | ||
"@storybook/react-vite": "^7.4.4", | ||
"@storybook/testing-library": "^0.2.1", | ||
"@types/lodash": "^4.14.198", | ||
"@types/node": "^18.17.18", | ||
"@types/prismjs": "^1.26.0", | ||
"@types/react": "^18.2.21", | ||
"@types/react": "^18.2.22", | ||
"@types/react-dom": "^18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.2", | ||
"@typescript-eslint/parser": "^6.7.2", | ||
"@vitejs/plugin-react": "^4.0.4", | ||
"eslint": "^8.48.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
|
@@ -75,16 +75,16 @@ | |
"less": "^4.2.0", | ||
"lint-staged": "^14.0.1", | ||
"parcel": "~2.9.3", | ||
"postcss-preset-env": "^9.1.2", | ||
"prettier": "^3.0.2", | ||
"postcss-preset-env": "^9.1.4", | ||
"prettier": "^3.0.3", | ||
"process": "^0.11.10", | ||
"prop-types": "15.8.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^5.0.1", | ||
"storybook": "^7.3.2", | ||
"storybook": "^7.4.4", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.25.0", | ||
"typedoc": "^0.25.1", | ||
"typedoc-plugin-mdn-links": "^3.1.0", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.4.9" | ||
|
Oops, something went wrong.
aba915c
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-hsskfu1xu-stevending1st.vercel.app
Built with commit aba915c.
This pull request is being automatically deployed with vercel-action