Skip to content

Commit 1486850

Browse files
author
David de Regt
committed
Updated all extensions to v2.0.0 (2.1.0 for VLV), updating all their dependencies along the way. Then all samples to 2.0.0 to use the new 2.0.0/2.1.0 releases of everything. Fixed TodoList, which appears to have been unable to compile for a little while -- oops.
1 parent 38cc594 commit 1486850

18 files changed

Lines changed: 9608 additions & 4503 deletions

File tree

extensions/imagesvg/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-imagesvg",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0",
44
"description": "Plugin for ReactXP that provides support for SVG (scalable vector graphics) for all platforms",
55
"author": "ReactXP Team <reactxp@microsoft.com>",
66
"license": "MIT",
@@ -13,15 +13,15 @@
1313
},
1414
"peerDependencies": {
1515
"react": "^16.3",
16-
"reactxp": "^2.0.0-rc.2",
16+
"reactxp": "^2.0.0",
1717
"react-dom": "^16.3",
1818
"react-native": ">=0.57",
1919
"react-native-windows": "^0.57.1"
2020
},
2121
"devDependencies": {
22-
"@types/react-native": "^0.60.22",
23-
"@types/node": "^12.12.7",
24-
"reactxp": "^2.0.0-rc.2",
22+
"@types/react-native": "^0.60.23",
23+
"@types/node": "^12.12.14",
24+
"reactxp": "^2.0.0",
2525
"tslint": "^5.20.1",
2626
"tslint-microsoft-contrib": "^6.2.0",
2727
"tslint-react": "^4.1.0",

extensions/navigation/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-navigation",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0",
44
"description": "Plugin for ReactXP that provides a navigation framework",
55
"scripts": {
66
"build": "npm run tslint && tsc",
@@ -22,16 +22,16 @@
2222
},
2323
"peerDependencies": {
2424
"react": "^16.3",
25-
"reactxp": "^2.0.0-rc.2",
25+
"reactxp": "^2.0.0",
2626
"react-dom": "^16.3",
2727
"react-native": ">=0.57",
2828
"react-native-windows": "^0.57.1"
2929
},
3030
"devDependencies": {
31-
"@types/lodash": "^4.14.147",
32-
"@types/node": "^12.12.7",
33-
"@types/react-native": "^0.60.22",
34-
"reactxp": "^2.0.0-rc.2",
31+
"@types/lodash": "^4.14.149",
32+
"@types/node": "^12.12.14",
33+
"@types/react-native": "^0.60.23",
34+
"reactxp": "^2.0.0",
3535
"tslint": "^5.20.1",
3636
"tslint-microsoft-contrib": "^6.2.0",
3737
"tslint-react": "^4.1.0",

extensions/netinfo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-netinfo",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0",
44
"description": "Plugin for ReactXP that provides information about network connectivity",
55
"author": "ReactXP Team <reactxp@microsoft.com>",
66
"license": "MIT",
@@ -9,16 +9,16 @@
99
"tslint": "tslint -p tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true"
1010
},
1111
"dependencies": {
12-
"@react-native-community/netinfo": "^4.6.0"
12+
"@react-native-community/netinfo": "^4.6.1"
1313
},
1414
"peerDependencies": {
15-
"reactxp": "^2.0.0-rc.2",
15+
"reactxp": "^2.0.0",
1616
"react-dom": "^16.3",
1717
"react-native": ">=0.57",
1818
"react-native-windows": "^0.57.1"
1919
},
2020
"devDependencies": {
21-
"reactxp": "^2.0.0-rc.2",
21+
"reactxp": "^2.0.0",
2222
"typescript": "3.7.2",
2323
"tslint": "5.20.1",
2424
"tslint-microsoft-contrib": "6.2.0"

extensions/video/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-video",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "Plugin for ReactXP that provides a video player component for all platforms",
55
"author": "ReactXP Team <reactxp@microsoft.com>",
66
"license": "MIT",
@@ -14,15 +14,15 @@
1414
},
1515
"peerDependencies": {
1616
"react": "^16.3",
17-
"reactxp": "^2.0.0-rc.2",
17+
"reactxp": "^2.0.0",
1818
"react-dom": "^16.3",
1919
"react-native": ">=0.57",
2020
"react-native-windows": "^0.57.1"
2121
},
2222
"devDependencies": {
23-
"@types/lodash": "^4.14.147",
24-
"@types/react-native": "^0.60.22",
25-
"reactxp": "^2.0.0-rc.2",
23+
"@types/lodash": "^4.14.149",
24+
"@types/react-native": "^0.60.23",
25+
"reactxp": "^2.0.0",
2626
"tslint": "^5.20.1",
2727
"tslint-microsoft-contrib": "^6.2.0",
2828
"tslint-react": "^4.1.0",

extensions/virtuallistview/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-virtuallistview",
3-
"version": "2.1.0-rc.1",
3+
"version": "2.1.0",
44
"description": "General-purpose virtualized list view built on the cross-platform ReactXP library",
55
"author": "ReactXP Team <reactxp@microsoft.com>",
66
"license": "MIT",
@@ -13,14 +13,14 @@
1313
},
1414
"peerDependencies": {
1515
"react": "^16.3",
16-
"reactxp": "^2.0.0-rc.2",
16+
"reactxp": "^2.0.0",
1717
"react-dom": "^16.3",
1818
"react-native": ">=0.57",
1919
"react-native-windows": "^0.57.1"
2020
},
2121
"devDependencies": {
22-
"@types/lodash": "^4.14.147",
23-
"reactxp": "^2.0.0-rc.2",
22+
"@types/lodash": "^4.14.149",
23+
"reactxp": "^2.0.0",
2424
"tslint": "^5.20.1",
2525
"tslint-microsoft-contrib": "^6.2.0",
2626
"tslint-react": "^4.1.0",

extensions/webview/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactxp-webview",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "Plugin for ReactXP that provides a control that allows the display of an independent web page",
55
"author": "ReactXP Team <reactxp@microsoft.com>",
66
"license": "MIT",
@@ -9,17 +9,17 @@
99
"tslint": "tslint -p tsconfig.json -r tslint.json --fix || true"
1010
},
1111
"dependencies": {
12-
"react-native-webview": "^7.5.1"
12+
"react-native-webview": "^7.5.2"
1313
},
1414
"peerDependencies": {
1515
"react": "^16.3",
16-
"reactxp": "^2.0.0-rc.2",
16+
"reactxp": "^2.0.0",
1717
"react-dom": "^16.3",
1818
"react-native": ">=0.57",
1919
"react-native-windows": "^0.57.1"
2020
},
2121
"devDependencies": {
22-
"reactxp": "^2.0.0-rc.2",
22+
"reactxp": "^2.0.0",
2323
"typescript": "3.7.2",
2424
"tslint": "5.20.1",
2525
"tslint-microsoft-contrib": "6.2.0"

0 commit comments

Comments
 (0)