-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update to nx 19.3 * fix: pnpm lock * chore: migrate to pnpm 9 * fix: migration to pnpm 9
- Loading branch information
1 parent
d968112
commit b541f38
Showing
9 changed files
with
11,430 additions
and
9,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ testem.log | |
Thumbs.db | ||
|
||
.nx/cache | ||
.nx/workspace-data | ||
|
||
# Next.js | ||
.next | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ pnpm-lock.yaml | |
/.nx/cache | ||
|
||
.angular | ||
|
||
/.nx/workspace-data |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
export const nxCloudflareVersion = require('../../package.json').version; | ||
|
||
export const wranglerVersion = '^3.57.0'; | ||
export const wranglerVersion = '^3.62.0'; | ||
export const cloudflareWorkersTypeVersions = '^4.20240512.0'; | ||
export const honoVersion = '^4.3.7'; | ||
export const honoVersion = '^4.4.9'; |
Oops, something went wrong.