From 67fd348a53e95a0ded9a86eef12eb900abd11f24 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 16 Apr 2020 11:37:30 +0200 Subject: [PATCH] Updated Dart server --- Dockerfile | 2 +- pubspec.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 51cfa4c..c8fcc3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM google/dart:2.6 +FROM google/dart:2.7 WORKDIR /app diff --git a/pubspec.yaml b/pubspec.yaml index 278c7ee..0dd65d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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