Skip to content

Commit

Permalink
chore: bump project version and docs package
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Jul 3, 2023
1 parent 4fd60bc commit 2860c5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^5.17.0"
"react-tooltip": "5.18.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1",
Expand Down
14 changes: 7 additions & 7 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2775,9 +2775,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
version "1.0.30001434"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz#ec1ec1cfb0a93a34a0600d37903853030520a4e5"
integrity sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA==
version "1.0.30001511"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001511.tgz"
integrity sha512-NaWPJawcoedlghN4P7bDNeADD7K+rZaY6V8ZcME7PkEZo/nfOg+lnrUgRWiKbNxcQ4/toFKSxnS4WdbyPZnKkw==

ccount@^1.0.0:
version "1.1.0"
Expand Down Expand Up @@ -6126,10 +6126,10 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.3.0"
use-latest "^1.2.1"

react-tooltip@^5.17.0:
version "5.17.0"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.17.0.tgz#6a96b6bbbaa9398f2ec04552ea2e52639508db10"
integrity sha512-8XvQzUkxUiA14+tfqaZl71iz1oGFMhpcrZMVaVaTzKSAm79pf0lvonzVrTY39f8ECikzlnaRYnOXfjYEwFkxnw==
react-tooltip@5.18.0:
version "5.18.0"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.18.0.tgz#33e5880ef13e473def47714b17c21b3d77bf258a"
integrity sha512-qjDK/skUJJ27sc9lTWeNxp2rLzmenBTskSsRiDOCPnupGSz2GhL5IZxDizK/sOsk0hn5iSCywt+3jKxUJ3Y4Sw==
dependencies:
"@floating-ui/dom" "^1.0.0"
classnames "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tooltip",
"version": "5.17.0",
"version": "5.18.0",
"description": "react tooltip component",
"scripts": {
"dev-rollup": "node ./prebuild.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",
Expand Down

0 comments on commit 2860c5e

Please sign in to comment.