[Release][React] Increase React Plugin to version 3.1.3 (#1576)
[Release][React-Native] Increase React Native Plugin to version 2.3.3
This commit is contained in:
Родитель
a356fc090c
Коммит
bd0cbc9b55
11
RELEASES.md
11
RELEASES.md
|
@ -15,6 +15,17 @@
|
|||
- #1568 Add VSCode specific exclusions
|
||||
- #1572 Task 9901543: Remediate security vulnerabilities
|
||||
|
||||
### Update React plugin to v3.1.3
|
||||
|
||||
- Update Core dependency to ^2.6.3 Core changes
|
||||
- Update DynamicProto version 1.1.4 (Removes unnecessary dependencies)
|
||||
|
||||
### Update React Native plugin to v2.3.3
|
||||
|
||||
- Update to React-Native 0.64.2
|
||||
- Update Core dependency to ^2.6.3 Core changes
|
||||
- Update DynamicProto version 1.1.4 (Removes unnecessary dependencies)
|
||||
|
||||
## 2.6.2 (April 22nd, 2021)
|
||||
|
||||
### Changelog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-js",
|
||||
"version": "3.1.2",
|
||||
"version": "3.1.3",
|
||||
"description": "Microsoft Application Insights React plugin",
|
||||
"main": "dist/applicationinsights-react-js.js",
|
||||
"module": "dist-esm/applicationinsights-react-js.js",
|
||||
|
@ -54,8 +54,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "^2.0.0",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.2",
|
||||
"@microsoft/applicationinsights-common": "^2.6.2",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.3",
|
||||
"@microsoft/applicationinsights-common": "^2.6.3",
|
||||
"@microsoft/dynamicproto-js": "^1.1.4",
|
||||
"history": "^4.10.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.3",
|
||||
"description": "Microsoft Application Insights React Native Plugin",
|
||||
"main": "dist-esm/index.js",
|
||||
"types": "dist-esm/index.d.ts",
|
||||
|
@ -45,8 +45,8 @@
|
|||
"uglify-js": "^3.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "^2.6.2",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.2",
|
||||
"@microsoft/applicationinsights-common": "^2.6.3",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.3",
|
||||
"@microsoft/applicationinsights-shims": "^2.0.0",
|
||||
"@microsoft/dynamicproto-js": "^1.1.4"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче