@twilio-paste/types
Advanced tools
Comparing version 3.1.2 to 3.1.3
# Change Log | ||
## 3.1.3 | ||
### Patch Changes | ||
- [`b7675915`](https://github.com/twilio-labs/paste/commit/b76759157a8c554863b6e37ddb6ea081c1c53258) [#1985](https://github.com/twilio-labs/paste/pull/1985) Thanks [@TheSisb](https://github.com/TheSisb)! - For debugging purposes we now ship a `filename.debug.js` unminified version of each component or library in Paste. | ||
* [`ed5c0a49c`](https://github.com/twilio-labs/paste/commit/ed5c0a49ced5c524607cac7166d3aa4c389f2e7f) [#1965](https://github.com/twilio-labs/paste/pull/1965) Thanks [@shleewhite](https://github.com/shleewhite)! - Upgrade Paste to use React 17 by default, but maintain React 16 support for consumers. | ||
## 3.1.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@twilio-paste/types", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Shared typescript typings for Paste", | ||
@@ -30,11 +30,11 @@ "author": "Twilio Inc.", | ||
"@types/lodash.iselement": "^4.1.6", | ||
"@types/react": "^16.9.53", | ||
"@types/react-dom": "^16.8.4" | ||
"@types/react": "^17.0.31", | ||
"@types/react-dom": "^17.0.10" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6" | ||
"react": "^16.8.6 || ^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"react": "^16.8.6" | ||
"react": "^17.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
349599
14
+ Added@types/react@17.0.83(transitive)
+ Added@types/react-dom@17.0.25(transitive)
+ Addedreact@17.0.2(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/react-dom@16.9.24(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
Updated@types/react@^17.0.31
Updated@types/react-dom@^17.0.10