Skip to content

Commit c81bde2

Browse files
authored
Update Jaspr for latest fixes and CLI improvements (#13285)
1 parent bf659d3 commit c81bde2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

site/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ environment:
77
sdk: ^3.11.0
88

99
dependencies:
10-
build: ^4.0.4
10+
build: ^4.0.5
1111
collection: ^1.19.1
1212
crypto: ^3.0.7
1313
html: ^0.15.6
1414
http: ^1.6.0
15-
jaspr: ^0.22.3
16-
jaspr_content: ^0.5.0
15+
jaspr: ^0.23.0
16+
jaspr_content: ^0.5.2
1717
# Used as our template engine.
1818
liquify: 1.3.1
1919
markdown: ^7.3.0
@@ -30,9 +30,9 @@ dependencies:
3030
dev_dependencies:
3131
analysis_defaults:
3232
path: ../packages/analysis_defaults
33-
build_runner: ^2.11.0
34-
build_web_compilers: ^4.4.9
35-
jaspr_builder: ^0.22.3
33+
build_runner: ^2.13.1
34+
build_web_compilers: ^4.4.17
35+
jaspr_builder: ^0.23.0
3636
sass: ^1.97.3
3737
sass_builder: ^2.4.0
3838

tool/dash_site/lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int installJasprCliIfNecessary() {
3333
'global',
3434
'activate',
3535
'jaspr_cli',
36-
'^0.22.3',
36+
'^0.23.0',
3737
]);
3838

3939
if (activateOutput.exitCode != 0) {

0 commit comments

Comments
 (0)