Skip to content

Commit

Permalink
Merge release/1.25.0 into develop branch (#495)
Browse files Browse the repository at this point in the history
* allows Tooltip to open on hover (#487)

* Prepare hotfix 1.24.1 (#492)

* Prepare release 1.25.0

Co-authored-by: Jason Basuil <basuilj@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jasonbasuil authored Dec 10, 2021
1 parent 7bec351 commit f7c8559
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@user-interviews/ui-design-system",
"version": "1.24.1",
"version": "1.25.0",
"dependencies": {
"react-bootstrap": "^2.0.2",
"react-router-dom": "^5.2.0",
Expand Down Expand Up @@ -65,13 +65,9 @@
"@fortawesome/pro-regular-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.9",
"node-sass": "^4.14.1",
"@percy/cli": "^1.0.0-beta.69",
"@percy/cypress": "^3.1.1",
"@popperjs/core": "^2.5.3",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@storybook/addon-a11y": "^6.2.1",
"@storybook/addon-actions": "^6.2.1",
"@storybook/addon-docs": "^6.2.1",
Expand All @@ -83,7 +79,10 @@
"@storybook/addons": "^6.2.1",
"@storybook/react": "^6.2.1",
"@storybook/storybook-deployer": "^2.8.7",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^13.5.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^4.0.0",
Expand All @@ -105,6 +104,7 @@
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-utils": "^1.4.3",
"jest": "^26.6.3",
"node-sass": "^4.14.1",
"nodemon": "^2.0.15",
"prop-types": "^15.6.1",
"react": "16.14.0",
Expand Down

0 comments on commit f7c8559

Please sign in to comment.