Skip to content

Commit

Permalink
[optimize] Table Cell width & Header i18n of Month Calendar
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Sep 22, 2023
1 parent d453074 commit e1f7455
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 757 deletions.
48 changes: 24 additions & 24 deletions package.json
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.",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
Loading

0 comments on commit e1f7455

Please sign in to comment.