Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 917640e commit 93b38d9
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 179 deletions.
24 changes: 12 additions & 12 deletions examples/with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "with-angular",
"version": "3.0.0",
"dependencies": {
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@angular/router": "5.2.11",
"@angular/upgrade": "5.2.11",
"core-js": "2.6.5",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/forms": "19.0.0",
"@angular/http": "7.2.16",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/router": "19.0.0",
"@angular/upgrade": "19.0.0",
"core-js": "3.39.0",
"reflect-metadata": "0.1.13",
"rxjs": "5.5.12",
"systemjs": "0.21.6",
"rxjs": "7.8.1",
"systemjs": "6.15.1",
"userdive": "^3.0.0",
"zone.js": "0.9.1"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "with-react",
"version": "3.0.0",
"dependencies": {
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"@types/react-router": "4.4.5",
"@types/react-router-dom": "4.3.3",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-router-dom": "4.3.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "7.0.0",
"userdive": "^3.0.0"
},
"private": true
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": "3.5.13",
"vue-router": "4.4.5"
},
"private": true
}
4 changes: 2 additions & 2 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"auto-cookie": "^2.0.0",
"js-cookie": "^2.2.0",
"js-cookie": "^3.0.0",
"object-assign": "^4.1.1",
"raven-js": "^3.23.1",
"ui-event-observer": "^2.0.0",
"userdive": "^3.0.0",
"uuid": "^3.2.1"
"uuid": "^11.0.0"
},
"devDependencies": {
"@types/js-cookie": "2.2.2",
Expand Down
Loading

0 comments on commit 93b38d9

Please sign in to comment.