Skip to content

upgrade examples to 0.19.1 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions examples/DragAndDrop.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module DragAndDrop exposing (..)

import Browser
import File exposing (File)
import File.Select as Select
2 changes: 2 additions & 0 deletions examples/DragAndDropWithImagePreview.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module DragAndDropWithImagePreview exposing (..)

import Browser
import File exposing (File)
import File.Select as Select
2 changes: 2 additions & 0 deletions examples/SelectFiles.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module SelectFiles exposing (..)

import Browser
import File exposing (File)
import Html exposing (..)
2 changes: 2 additions & 0 deletions examples/SelectFilesWithProgress.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module SelectFilesWithProgress exposing (..)

import Browser
import File exposing (File)
import Html exposing (..)
2 changes: 2 additions & 0 deletions examples/SelectFilesWithProgressAndCancellation.elm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module SelectFilesWithProgressAndCancellation exposing (..)

import Browser
import File exposing (File)
import Html exposing (..)
2 changes: 1 addition & 1 deletion examples/elm.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"source-directories": [
"."
],
"elm-version": "0.19.0",
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.1",