Skip to content

Commit

Permalink
[fix] Scrolling failed of Page Nav component
Browse files Browse the repository at this point in the history
[fix] Dependency Badge based on Libraries.io
[optimize] upgrade Parcel & other Upstream packages
  • Loading branch information
TechQuery committed Aug 18, 2023
1 parent b16830d commit 09ec0d4
Show file tree
Hide file tree
Showing 4 changed files with 2,610 additions and 2,184 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A **[React][1] advanced components library** based on [TypeScript][2] & [Bootstrap][3], built by **[idea2app][4] remote developers team**.

[![NPM Dependency](https://david-dm.org/idea2app/Idea-React.svg)][5]
[![NPM Dependency](https://img.shields.io/librariesio/github/idea2app/Idea-React.svg)][5]
[![CI & CD](https://github.com/idea2app/Idea-React/actions/workflows/main.yml/badge.svg)][6]

[![NPM](https://nodei.co/npm/idea-react.png?downloads=true&downloadRank=true&stars=true)][7]
Expand Down Expand Up @@ -204,7 +204,7 @@ git push origin master --tags # push all branches and tags on master
[2]: https://www.typescriptlang.org/
[3]: https://getbootstrap.com/
[4]: https://idea2app.github.io/
[5]: https://david-dm.org/idea2app/Idea-React
[5]: https://libraries.io/npm/idea-react
[6]: https://github.com/idea2app/Idea-React/actions/workflows/main.yml
[7]: https://nodei.co/npm/idea-react/
[8]: https://idea2app.github.io/React-MobX-Bootstrap-ts/
Expand Down
63 changes: 32 additions & 31 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.8",
"version": "1.0.0-rc.12",
"license": "LGPL-2.1",
"author": "shiy2008@gmail.com",
"description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
Expand All @@ -24,13 +24,13 @@
"module": "dist/index.esm.js",
"dependencies": {
"@editorjs/editorjs": "^2.27.2",
"@editorjs/paragraph": "^2.9.0",
"@swc/helpers": "^0.4.14",
"@editorjs/paragraph": "^2.10.0",
"@swc/helpers": "^0.5.1",
"@types/leaflet": "^1.9.3",
"classnames": "^2.3.2",
"editorjs-html": "^3.4.3",
"iterable-observer": "^1.0.0",
"koajax": "^0.8.4",
"koajax": "^0.8.6",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mobx": "^5.15.7",
Expand All @@ -40,57 +40,58 @@
"react-editor-js": "^2.1.0",
"react-element-to-jsx-string": "^15.0.0",
"react-leaflet": "^3.2.5",
"web-utility": "^4.0.1"
"regenerator-runtime": "^0.14.0",
"web-utility": "^4.1.0"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@microsoft/api-extractor": "^7.36.3",
"@parcel/packager-ts": "~2.8.3",
"@parcel/transformer-typescript-types": "~2.8.3",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@microsoft/api-extractor": "^7.36.4",
"@parcel/packager-ts": "~2.9.3",
"@parcel/transformer-typescript-types": "~2.9.3",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/addon-storysource": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/react-vite": "^7.1.1",
"@storybook/addon-essentials": "^7.3.1",
"@storybook/addon-interactions": "^7.3.1",
"@storybook/addon-links": "^7.3.1",
"@storybook/addon-storysource": "^7.3.1",
"@storybook/blocks": "^7.3.1",
"@storybook/react": "^7.3.1",
"@storybook/react-vite": "^7.3.1",
"@storybook/testing-library": "0.2.0",
"@types/lodash": "^4.14.196",
"@types/node": "^18.17.1",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.5",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.62",
"@types/react": "^17.0.64",
"@types/react-dom": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.2.3",
"less": "^4.2.0",
"lint-staged": "^14.0.0",
"open-cli": "^7.2.0",
"parcel": "~2.8.3",
"postcss-preset-env": "^9.1.0",
"prettier": "^3.0.0",
"parcel": "~2.9.3",
"postcss-preset-env": "^9.1.1",
"prettier": "^3.0.2",
"process": "^0.11.10",
"prop-types": "15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^5.0.1",
"storybook": "^7.1.1",
"storybook": "^7.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "~5.1.6",
"vite": "^4.4.7"
"vite": "^4.4.9"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

1 comment on commit 09ec0d4

@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-dn317khyx-stevending1st.vercel.app

Built with commit 09ec0d4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.