Updated Dart server
This commit is contained in:
parent
4d2d644b48
commit
67fd348a53
@ -1,4 +1,4 @@
|
|||||||
FROM google/dart:2.6
|
FROM google/dart:2.7
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
10
pubspec.yaml
10
pubspec.yaml
@ -1,6 +1,6 @@
|
|||||||
name: languephundrakcom
|
name: languephundrakcom
|
||||||
description: A bare-bone server for my linguistics website.
|
description: A bare-bone server for my linguistics website.
|
||||||
version: 0.1.0
|
version: 1.0.0
|
||||||
homepage: https://langue.phundrak.com
|
homepage: https://langue.phundrak.com
|
||||||
author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||||
|
|
||||||
@ -8,9 +8,9 @@ environment:
|
|||||||
sdk: '>=2.5.0 <3.0.0'
|
sdk: '>=2.5.0 <3.0.0'
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
js: ^0.6.1+1
|
js: '^0.6.1+1'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^1.6.0
|
build_runner: ^1.8.0
|
||||||
build_web_compilers: ^2.3.0
|
build_web_compilers: ^2.9.0
|
||||||
pedantic: ^1.8.0
|
pedantic: ^1.9.0
|
||||||
|
Reference in New Issue
Block a user