Skip to content

Commit d971750

Browse files
committed
now
1 parent d7d51dd commit d971750

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

.changeset/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
"commit": false,
88
"access": "public",
99
"baseBranch": "main",
10-
"updateInternalDependencies": "patch",
1110
"ignore": ["@examples/pagesdir", "@examples/appdir"]
1211
}

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ jobs:
1919

2020
- run: pnpm install
2121
- run: pnpm turbo build lint
22-
- run: pnpm manypkg check

examples/appdir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "8.39.0",
1616
"eslint-config-next": "13.4.0",
1717
"next": "13.4.0",
18-
"next-typesafe-url": "^1.3.7",
18+
"next-typesafe-url": "workspace:*",
1919
"postcss": "8.4.23",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",

examples/pagesdir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eslint": "8.39.0",
1515
"eslint-config-next": "13.4.0",
1616
"next": "13.4.0",
17-
"next-typesafe-url": "^1.3.7",
17+
"next-typesafe-url": "workspace:*",
1818
"postcss": "8.4.23",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)