Skip to content

Commit

Permalink
Updated all extensions to v2.0.0 (2.1.0 for VLV), updating all their …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
David de Regt committed Nov 30, 2019
1 parent 38cc594 commit 1486850
Show file tree
Hide file tree
Showing 18 changed files with 9,608 additions and 4,503 deletions.
10 changes: 5 additions & 5 deletions extensions/imagesvg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp-imagesvg",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "Plugin for ReactXP that provides support for SVG (scalable vector graphics) for all platforms",
"author": "ReactXP Team <reactxp@microsoft.com>",
"license": "MIT",
Expand All @@ -13,15 +13,15 @@
},
"peerDependencies": {
"react": "^16.3",
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"react-dom": "^16.3",
"react-native": ">=0.57",
"react-native-windows": "^0.57.1"
},
"devDependencies": {
"@types/react-native": "^0.60.22",
"@types/node": "^12.12.7",
"reactxp": "^2.0.0-rc.2",
"@types/react-native": "^0.60.23",
"@types/node": "^12.12.14",
"reactxp": "^2.0.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions extensions/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp-navigation",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "Plugin for ReactXP that provides a navigation framework",
"scripts": {
"build": "npm run tslint && tsc",
Expand All @@ -22,16 +22,16 @@
},
"peerDependencies": {
"react": "^16.3",
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"react-dom": "^16.3",
"react-native": ">=0.57",
"react-native-windows": "^0.57.1"
},
"devDependencies": {
"@types/lodash": "^4.14.147",
"@types/node": "^12.12.7",
"@types/react-native": "^0.60.22",
"reactxp": "^2.0.0-rc.2",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.14",
"@types/react-native": "^0.60.23",
"reactxp": "^2.0.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions extensions/netinfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp-netinfo",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "Plugin for ReactXP that provides information about network connectivity",
"author": "ReactXP Team <reactxp@microsoft.com>",
"license": "MIT",
Expand All @@ -9,16 +9,16 @@
"tslint": "tslint -p tsconfig.json -r tslint.json -r ./node_modules/tslint-microsoft-contrib --fix || true"
},
"dependencies": {
"@react-native-community/netinfo": "^4.6.0"
"@react-native-community/netinfo": "^4.6.1"
},
"peerDependencies": {
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"react-dom": "^16.3",
"react-native": ">=0.57",
"react-native-windows": "^0.57.1"
},
"devDependencies": {
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"typescript": "3.7.2",
"tslint": "5.20.1",
"tslint-microsoft-contrib": "6.2.0"
Expand Down
10 changes: 5 additions & 5 deletions extensions/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp-video",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "Plugin for ReactXP that provides a video player component for all platforms",
"author": "ReactXP Team <reactxp@microsoft.com>",
"license": "MIT",
Expand All @@ -14,15 +14,15 @@
},
"peerDependencies": {
"react": "^16.3",
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"react-dom": "^16.3",
"react-native": ">=0.57",
"react-native-windows": "^0.57.1"
},
"devDependencies": {
"@types/lodash": "^4.14.147",
"@types/react-native": "^0.60.22",
"reactxp": "^2.0.0-rc.2",
"@types/lodash": "^4.14.149",
"@types/react-native": "^0.60.23",
"reactxp": "^2.0.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions extensions/virtuallistview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp-virtuallistview",
"version": "2.1.0-rc.1",
"version": "2.1.0",
"description": "General-purpose virtualized list view built on the cross-platform ReactXP library",
"author": "ReactXP Team <reactxp@microsoft.com>",
"license": "MIT",
Expand All @@ -13,14 +13,14 @@
},
"peerDependencies": {
"react": "^16.3",
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"react-dom": "^16.3",
"react-native": ">=0.57",
"react-native-windows": "^0.57.1"
},
"devDependencies": {
"@types/lodash": "^4.14.147",
"reactxp": "^2.0.0-rc.2",
"@types/lodash": "^4.14.149",
"reactxp": "^2.0.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions extensions/webview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactxp-webview",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "Plugin for ReactXP that provides a control that allows the display of an independent web page",
"author": "ReactXP Team <reactxp@microsoft.com>",
"license": "MIT",
Expand All @@ -9,17 +9,17 @@
"tslint": "tslint -p tsconfig.json -r tslint.json --fix || true"
},
"dependencies": {
"react-native-webview": "^7.5.1"
"react-native-webview": "^7.5.2"
},
"peerDependencies": {
"react": "^16.3",
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"react-dom": "^16.3",
"react-native": ">=0.57",
"react-native-windows": "^0.57.1"
},
"devDependencies": {
"reactxp": "^2.0.0-rc.2",
"reactxp": "^2.0.0",
"typescript": "3.7.2",
"tslint": "5.20.1",
"tslint-microsoft-contrib": "6.2.0"
Expand Down

0 comments on commit 1486850

Please sign in to comment.