Updated Dart server

This commit is contained in:
Lucien Cartier-Tilet 2020-04-16 11:37:30 +02:00
parent 4d2d644b48
commit 67fd348a53
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM google/dart:2.6
FROM google/dart:2.7
WORKDIR /app

View File

@ -1,6 +1,6 @@
name: languephundrakcom
description: A bare-bone server for my linguistics website.
version: 0.1.0
version: 1.0.0
homepage: https://langue.phundrak.com
author: Lucien Cartier-Tilet <lucien@phundrak.com>
@ -8,9 +8,9 @@ environment:
sdk: '>=2.5.0 <3.0.0'
dependencies:
js: ^0.6.1+1
js: '^0.6.1+1'
dev_dependencies:
build_runner: ^1.6.0
build_web_compilers: ^2.3.0
pedantic: ^1.8.0
build_runner: ^1.8.0
build_web_compilers: ^2.9.0
pedantic: ^1.9.0