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 Apr 10, 2023
1 parent 0b56cbd commit a5f8f4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.10.5"
"react-tooltip": "5.10.6"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6125,10 +6125,10 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.3.0"
use-latest "^1.2.1"

react-tooltip@5.10.5:
version "5.10.5"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.10.5.tgz#cf74faf0c586943380a8083f9e51293eb6699c15"
integrity sha512-3bi4UtoPSdaQh0R17B3vMPhNFiATpAbXIV8AqlHqrrIdqo33OJyxuPHtgborw3KXVQ5a6iyyAmCY8ztjUB4CrA==
react-tooltip@5.10.6:
version "5.10.6"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.10.6.tgz#b9e6bc91b002b52b52d3ec8cd3375dceb1186104"
integrity sha512-eYxJsP4H/u0eD6key23rZB80mT2xPy8ehu9CgrXuqZT6+ol7HY1Zx7G31xS6nDzwlQs4vFLd6v1muZ1luPie+w==
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.10.5",
"version": "5.10.6",
"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 a5f8f4b

Please sign in to comment.