Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 23, 2019
1 parent 917640e commit e995d3d
Show file tree
Hide file tree
Showing 6 changed files with 709 additions and 867 deletions.
2 changes: 1 addition & 1 deletion examples/with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "5.2.11",
"@angular/router": "5.2.11",
"@angular/upgrade": "5.2.11",
"core-js": "2.6.5",
"core-js": "2.6.9",
"reflect-metadata": "0.1.13",
"rxjs": "5.5.12",
"systemjs": "0.21.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-angular1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "with-angular1",
"version": "3.0.0",
"dependencies": {
"@types/angular": "1.6.54",
"@types/angular": "1.6.55",
"@uirouter/angularjs": "1.0.22",
"angular": "1.7.8",
"userdive": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "with-react",
"version": "3.0.0",
"dependencies": {
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.5",
"@types/react-router": "4.4.5",
"@types/react-router-dom": "4.3.3",
"@types/react-router-dom": "4.3.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-router-dom": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"userdive": "^3.0.0",
"vue": "2.6.10",
"vue-router": "3.0.6"
"vue-router": "3.0.7"
},
"private": true
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "userdive-developers",
"version": "3.0.0",
"dependencies": {
"docusaurus": "1.9.0"
"docusaurus": "1.12.0"
},
"devDependencies": {
"@uncovertruth/eslint-config": "4.5.0",
Expand Down
Loading

0 comments on commit e995d3d

Please sign in to comment.