-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix repl @builder.io/qwik/build types (#633)
- Loading branch information
1 parent
f287fe3
commit 389cb6a
Showing
3 changed files
with
35 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export const QWIK_PKG_NAME = '@builder.io/qwik'; | ||
export const ROLLUP_VERSION = '2.75.4'; | ||
export const PRETTIER_VERSION = '2.6.2'; | ||
export const TERSER_VERSION = '5.14.0'; | ||
export const ROLLUP_VERSION = '2.75.6'; | ||
export const PRETTIER_VERSION = '2.7.1'; | ||
export const TERSER_VERSION = '5.14.1'; | ||
|
||
export const QWIK_REPL_DEPS_CACHE = 'QwikReplDeps'; | ||
export const QWIK_REPL_RESULT_CACHE = 'QwikReplResults'; |
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