Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions site/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ environment:
sdk: ^3.11.0

dependencies:
build: ^4.0.4
build: ^4.0.5
collection: ^1.19.1
crypto: ^3.0.7
html: ^0.15.6
http: ^1.6.0
jaspr: ^0.22.3
jaspr_content: ^0.5.0
jaspr: ^0.23.0
jaspr_content: ^0.5.2
# Used as our template engine.
liquify: 1.3.1
markdown: ^7.3.0
Expand All @@ -30,9 +30,9 @@ dependencies:
dev_dependencies:
analysis_defaults:
path: ../packages/analysis_defaults
build_runner: ^2.11.0
build_web_compilers: ^4.4.9
jaspr_builder: ^0.22.3
build_runner: ^2.13.1
build_web_compilers: ^4.4.17
jaspr_builder: ^0.23.0
sass: ^1.97.3
sass_builder: ^2.4.0

Expand Down
2 changes: 1 addition & 1 deletion tool/dash_site/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int installJasprCliIfNecessary() {
'global',
'activate',
'jaspr_cli',
'^0.22.3',
'^0.23.0',
Comment thread
parlough marked this conversation as resolved.
]);

if (activateOutput.exitCode != 0) {
Expand Down
Loading