Skip to content

Commit 8c859e1

Browse files
committed
Relax integration test app dependency bounds
Fix the bounds to point to `@appsignal/nodejs` version 3, and relax the bounds on other dependencies.
1 parent 32c499f commit 8c859e1

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

test/express-apollo/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"apollo-server-express": "^2.24.0",
1717
"express": "^4.17.2",
1818
"tslib": "^2.4.0"

test/express-knex/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"express": "^4.17.2",
1717
"knex": "^2.4.0",
1818
"pg": "^8.8.0",

test/express-mongoose/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"license": "ISC",
1313
"dependencies": {
14-
"@appsignal/nodejs": "^2.4.2",
14+
"@appsignal/nodejs": "^3.0.26",
1515
"express": "^4.17.2",
16-
"mongoose": "6.12.0",
16+
"mongoose": "^6.12.0",
1717
"tslib": "^2.4.0"
1818
},
1919
"devDependencies": {

test/express-postgres/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"express": "^4.17.2",
1717
"pg": "^8.7.3",
1818
"tslib": "^2.4.0"

test/express-prisma-mongo/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"@prisma/client": "^4.4.0",
17-
"@appsignal/nodejs": "^2.4.2",
17+
"@appsignal/nodejs": "^3.0.26",
1818
"express": "^4.17.2",
1919
"tslib": "^2.4.0"
2020
},

test/express-prisma-postgres/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "ISC",
1515
"dependencies": {
16-
"@appsignal/nodejs": "^2.4.2",
16+
"@appsignal/nodejs": "^3.0.26",
1717
"@prisma/client": "^4.3.1",
1818
"express": "^4.17.2",
1919
"prisma": "^4.3.1",

test/express-redis/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"cookie-parser": "^1.4.6",
1717
"express": "^4.17.2",
1818
"ioredis": "^4.28.5",

test/express-yoga/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"graphql-yoga": "^4.0.0",
1717
"express": "^4.17.2",
1818
"tslib": "^2.4.0"

test/fastify/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"fastify": "^4.23.2",
1717
"tslib": "^2.4.0"
1818
},

test/koa-mongo/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"seed": "node dist/seed.js"
1010
},
1111
"dependencies": {
12-
"@appsignal/nodejs": "^2.4.2",
13-
"@koa/router": "10.1.1",
12+
"@appsignal/nodejs": "^3.0.26",
13+
"@koa/router": "^10.1.1",
1414
"koa": "^2.13.4",
1515
"mongodb": "^4.17.0",
1616
"tslib": "^2.4.0"

test/koa-mysql/app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"server": "node --require ./dist/appsignal.js dist/app.js"
1010
},
1111
"dependencies": {
12-
"@appsignal/nodejs": "^2.4.2",
13-
"@koa/router": "10.1.1",
12+
"@appsignal/nodejs": "^3.0.26",
13+
"@koa/router": "^10.1.1",
1414
"koa": "^2.13.4",
15-
"koa-bodyparser": "4.3.0",
15+
"koa-bodyparser": "^4.3.0",
1616
"mysql": "^2.18.1",
1717
"mysql2": "^2.3.3",
1818
"tslib": "^2.4.0"

test/nestjs/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start:prod": "node --require ./dist/appsignal.js dist/main"
1616
},
1717
"dependencies": {
18-
"@appsignal/nodejs": "^2.4.2",
18+
"@appsignal/nodejs": "^3.0.26",
1919
"@nestjs/common": "^9.0.0",
2020
"@nestjs/core": "^9.0.0",
2121
"@nestjs/platform-express": "^9.0.0",

test/nextjs/app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"start": "node --require ./appsignal.js ./server.js"
99
},
1010
"dependencies": {
11-
"@appsignal/nodejs": "^2.4.2",
12-
"next": "13.5.4",
13-
"react": "18.2.0",
14-
"react-dom": "18.2.0"
11+
"@appsignal/nodejs": "^3.0.26",
12+
"next": "^13.5.4",
13+
"react": "^18.2.0",
14+
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
1717
"@types/node": "18.8.3",

test/restify/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"@appsignal/nodejs": "^2.4.2",
15+
"@appsignal/nodejs": "^3.0.26",
1616
"restify": "^11.1",
1717
"tslib": "^2.4.0"
1818
},

0 commit comments

Comments
 (0)