Skip to content

Commit

Permalink
test: Added targets for compatibility reporting (newrelic#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Apr 16, 2024
1 parent d761e5b commit 095d04f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion merged/nextjs/tests/versioned/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "nextjs-tests",
"targets": ["next"],
"version": "0.0.0",
"private": true,
"tests": [
Expand All @@ -8,7 +9,7 @@
"node": ">=16"
},
"dependencies": {
"next": ">=13.0.0 <14",
"next": ">=13.0.0 <14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down

0 comments on commit 095d04f

Please sign in to comment.