Skip to content

Commit

Permalink
chore: Post release repo updates (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Jun 26, 2024
1 parent 72d1e78 commit 9bb69da
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Fri Jun 21 2024 09:58:59 GMT-0500 (Central Daylight Time)",
"lastUpdated": "Wed Jun 26 2024 01:38:29 GMT+0000 (Coordinated Universal Time)",
"projectName": "New Relic Browser Agent",
"projectUrl": "https://github.com/newrelic/newrelic-browser-agent",
"includeOptDeps": true,
Expand Down
2 changes: 1 addition & 1 deletion tools/browsers-lists/lt-desktop-latest-vers.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chrome": 125,
"edge": 125,
"edge": 126,
"firefox": 126,
"safari": 17
}
6 changes: 3 additions & 3 deletions tools/browsers-lists/lt-mobile-supported.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"platformName": "ios"
},
{
"device_name": "iPhone 14 Pro Max",
"device_name": "iPhone SE (3rd generation)",
"version": "16.0",
"platformName": "ios"
}
],
"android": [
{
"device_name": "Pixel 4",
"device_name": "ASUS ZenFone 8",
"version": "14",
"platformName": "android"
},
{
"device_name": "Oppo A9",
"device_name": "Galaxy S10",
"version": "9",
"platformName": "android"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/test-builds/browser-agent-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.260.1.tgz"
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.261.0.tgz"
}
}
2 changes: 1 addition & 1 deletion tools/test-builds/library-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.8.8",
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.260.1.tgz",
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.261.0.tgz",
"graphql": "^16.8.1"
}
}
2 changes: 1 addition & 1 deletion tools/test-builds/raw-src-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.260.1.tgz"
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.261.0.tgz"
}
}
2 changes: 1 addition & 1 deletion tools/test-builds/vite-react-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.260.1.tgz",
"@newrelic/browser-agent": "file:../../../temp/newrelic-browser-agent-1.261.0.tgz",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down

0 comments on commit 9bb69da

Please sign in to comment.