Skip to content

Commit

Permalink
Update dependencies/version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaykwardell committed Apr 27, 2022
1 parent ff75ca7 commit 1730fde
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 25 deletions.
79 changes: 58 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-elm-template",
"author": "Lindsay Wardell",
"description": "A staring template for building Elm apps with Vite",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"postinstall": "elm-tooling install",
Expand All @@ -15,8 +15,8 @@
},
"devDependencies": {
"elm-review": "^2.7.2",
"elm-tooling": "^1.7.0",
"vite": "^2.9.0",
"vite-plugin-elm": "^2.5.2"
"elm-tooling": "^1.8.0",
"vite": "^2.9.6",
"vite-plugin-elm": "^2.6.1"
}
}

0 comments on commit 1730fde

Please sign in to comment.