Skip to content

Commit 9a86c12

Browse files
committed
correctly name nextjs 13 app
1 parent 0937393 commit 9a86c12

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

apps/nextjs-14_2_1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "next-14_2_1-test-application",
2+
"name": "nextjs-14_2_1-test-application",
33
"version": "0.1.0",
44
"private": true,
55
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"start:app:connect": "APP_NAME=connect yarn workspace connect-test-application run start",
2222
"start:app:nestjs": "yarn workspace nestjs-test-application run start",
2323
"start:app:koa": "yarn workspace koa-test-application run start",
24-
"start:app:nextjs-14_2_1": "yarn workspace nextjs-14_2_1-test-application run dev",
2524
"start:app:nextjs-13_2_0": "yarn workspace nextjs-13_2_0-test-application run dev",
25+
"start:app:nextjs-14_2_1": "yarn workspace nextjs-14_2_1-test-application run dev",
2626
"start:express": "run-p start:proxy-server:express start:app:express",
2727
"start:fastify": "run-p start:proxy-server:fastify start:app:fastify",
2828
"start:connect": "run-p start:proxy-server:connect start:app:connect",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5046,21 +5046,6 @@ __metadata:
50465046
languageName: unknown
50475047
linkType: soft
50485048

5049-
"next-14_2_1-test-application@workspace:apps/nextjs-14_2_1":
5050-
version: 0.0.0-use.local
5051-
resolution: "next-14_2_1-test-application@workspace:apps/nextjs-14_2_1"
5052-
dependencies:
5053-
"@sentry/nextjs": "npm:7.110.1"
5054-
"@types/node": "npm:^20"
5055-
"@types/react": "npm:^18"
5056-
"@types/react-dom": "npm:^18"
5057-
next: "npm:14.2.1"
5058-
react: "npm:^18"
5059-
react-dom: "npm:^18"
5060-
typescript: "npm:^5"
5061-
languageName: unknown
5062-
linkType: soft
5063-
50645049
"next@npm:13.2.0":
50655050
version: 13.2.0
50665051
resolution: "next@npm:13.2.0"
@@ -5205,6 +5190,21 @@ __metadata:
52055190
languageName: unknown
52065191
linkType: soft
52075192

5193+
"nextjs-14_2_1-test-application@workspace:apps/nextjs-14_2_1":
5194+
version: 0.0.0-use.local
5195+
resolution: "nextjs-14_2_1-test-application@workspace:apps/nextjs-14_2_1"
5196+
dependencies:
5197+
"@sentry/nextjs": "npm:7.110.1"
5198+
"@types/node": "npm:^20"
5199+
"@types/react": "npm:^18"
5200+
"@types/react-dom": "npm:^18"
5201+
next: "npm:14.2.1"
5202+
react: "npm:^18"
5203+
react-dom: "npm:^18"
5204+
typescript: "npm:^5"
5205+
languageName: unknown
5206+
linkType: soft
5207+
52085208
"nice-try@npm:^1.0.4":
52095209
version: 1.0.5
52105210
resolution: "nice-try@npm:1.0.5"

0 commit comments

Comments
 (0)