Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent 917640e commit d19507d
Show file tree
Hide file tree
Showing 6 changed files with 3,346 additions and 1,462 deletions.
6 changes: 3 additions & 3 deletions examples/with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@angular/platform-browser-dynamic": "5.2.11",
"@angular/router": "5.2.11",
"@angular/upgrade": "5.2.11",
"core-js": "2.6.5",
"reflect-metadata": "0.1.13",
"core-js": "2.6.12",
"reflect-metadata": "0.2.2",
"rxjs": "5.5.12",
"systemjs": "0.21.6",
"userdive": "^3.0.0",
"zone.js": "0.9.1"
"zone.js": "0.14.7"
},
"private": true
}
6 changes: 3 additions & 3 deletions examples/with-angular1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "with-angular1",
"version": "3.0.0",
"dependencies": {
"@types/angular": "1.6.54",
"@uirouter/angularjs": "1.0.22",
"angular": "1.7.8",
"@types/angular": "1.8.9",
"@uirouter/angularjs": "1.1.1",
"angular": "1.8.3",
"userdive": "^3.0.0"
},
"private": true
Expand Down
10 changes: 5 additions & 5 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "with-react",
"version": "3.0.0",
"dependencies": {
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"@types/react": "16.14.60",
"@types/react-dom": "16.9.24",
"@types/react-router": "4.4.5",
"@types/react-router-dom": "4.3.3",
"react": "16.8.6",
"react-dom": "16.8.6",
"@types/react-router-dom": "4.3.5",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router-dom": "4.3.1",
"userdive": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "3.0.0",
"dependencies": {
"userdive": "^3.0.0",
"vue": "2.6.10",
"vue-router": "3.0.6"
"vue": "2.7.16",
"vue-router": "3.6.5"
},
"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.14.7"
},
"devDependencies": {
"@uncovertruth/eslint-config": "4.5.0",
Expand Down
Loading

0 comments on commit d19507d

Please sign in to comment.