flycomponents
Advanced tools
Comparing version 5.2.7 to 5.2.8
{ | ||
"name": "flycomponents", | ||
"version": "5.2.7", | ||
"version": "5.2.8", | ||
"description": "Flywire React components", | ||
@@ -33,3 +33,3 @@ "main": "./dist/flycomponents.js", | ||
"accounting": "^0.4.1", | ||
"classnames": "^2.2.6", | ||
"classnames": "^2.3.1", | ||
"dom-scroll-into-view": "^1.2.1", | ||
@@ -40,3 +40,3 @@ "flystyles": "^2.21.0", | ||
"moment": "^2.22.2", | ||
"prop-types": "^15.7.2", | ||
"prop-types": "^15.8.1", | ||
"react-focus-lock": "^2.2.1" | ||
@@ -55,8 +55,10 @@ }, | ||
"@flywire/prettier-config": "^1.1.0", | ||
"@testing-library/jest-dom": "^5.16.1", | ||
"@testing-library/react": "^12.1.2", | ||
"@testing-library/dom": "^8.12.0", | ||
"@testing-library/jest-dom": "^5.16.3", | ||
"@testing-library/react": "^12.1.4", | ||
"@testing-library/user-event": "^14.0.0", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-eslint": "^8.2.3", | ||
"babel-jest": "^25.1.0", | ||
"babel-jest": "^27.5.1", | ||
"babel-loader": "^8.1.0", | ||
@@ -80,5 +82,5 @@ "core-js": "^3.6.4", | ||
"github-markdown-css": "^2.10.0", | ||
"jest": "^25.1.0", | ||
"jest": "^27.5.1", | ||
"jest-react-hooks-shallow": "^1.5.1", | ||
"jest-watch-typeahead": "^0.6.4", | ||
"jest-watch-typeahead": "^1.0.0", | ||
"marked": "^0.4.0", | ||
@@ -85,0 +87,0 @@ "prettier": "^1.19.1", |
Sorry, the diff of this file is too big to display
172451
50
Updatedclassnames@^2.3.1
Updatedprop-types@^15.8.1