-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rollback Nodejs Dependancy Closes #3908 Signed-off-by: Randall T. Vasquez <[email protected]> * Create ninety-apes-talk.md
- Loading branch information
Showing
15 changed files
with
28 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"@astrojs/prism": minor | ||
"astro": patch | ||
"create-astro": minor | ||
"@astrojs/mdx": minor | ||
"@astrojs/preact": minor | ||
"@astrojs/react": minor | ||
"@astrojs/solid-js": minor | ||
"@astrojs/svelte": minor | ||
"@astrojs/vue": minor | ||
"@astrojs/telemetry": minor | ||
--- | ||
|
||
Rollback supported `node@16` version. Minimum versions are now `[email protected]` or `[email protected]`. |
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"packages/astro/test/fixtures/static build/pkg" | ||
], | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0", | ||
"node": "^14.20.0 || >=16.14.0", | ||
"pnpm": ">=7.5.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
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 |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
"prismjs": "^1.28.0" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -50,6 +50,6 @@ | |
"uvu": "^0.5.3" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -43,6 +43,6 @@ | |
"linkedom": "^0.14.12" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -44,6 +44,6 @@ | |
"preact": "^10.6.5" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -43,6 +43,6 @@ | |
"solid-js": "^1.4.3" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -48,6 +48,6 @@ | |
"svelte": "^3.46.4" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -45,6 +45,6 @@ | |
"vue": "^3.2.30" | ||
}, | ||
"engines": { | ||
"node": "^14.20.0 || >=16.16.0" | ||
"node": "^14.20.0 || >=16.14.0" | ||
} | ||
} |
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