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 Feb 22, 2023
1 parent fb62cbf commit 2338bd5
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.8.1"
"react-tooltip": "5.8.2"
},
"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.8.1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.8.1.tgz#2b1ea9f5cb24578964a5c0a7ce9b183f5cb7dfd9"
integrity sha512-q30ARh/WwtcwNiZpzfYWFUmgZl6acRas/n7uhK6pXDiIWG6Xcklic0WFzHQLlvIGNeYbCY//h/RFdyBemfhZyQ==
react-tooltip@5.8.2:
version "5.8.2"
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.8.2.tgz#4e4ecf3c5720e71ae0d5e01d0b7536db038ef6d3"
integrity sha512-aeFLkdm2jxOmewJHnMWu6VxBFac+wbqBIQW6iEu1wMZiCv7SXnY/0vs3gnG09+XrxTnEg5b6pBMjRjlbWWevoQ==
dependencies:
"@floating-ui/dom" "1.1.1"
classnames "^2.3.2"
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.8.1",
"version": "5.8.2",
"description": "react tooltip component",
"scripts": {
"dev": "node ./cli.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 2338bd5

Please sign in to comment.