From 33a48adbd6cf4b0c2ab00927ab5883970707e3c1 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Tue, 12 Mar 2024 18:38:02 -0500 Subject: [PATCH] Update elm package dependency in NPM package --- docs/elm.json | 2 +- examples/01-hello-world/elm.json | 2 +- examples/02-pages/elm.json | 2 +- examples/03-local-storage/elm.json | 2 +- examples/04-authentication/elm.json | 2 +- examples/05-vite/elm.json | 2 +- examples/06-testing/elm.json | 2 +- examples/07-elm-ui/elm.json | 2 +- src/cli/README.md | 2 +- src/cli/package-lock.json | 6 +++--- src/cli/package.json | 2 +- src/cli/src/new/elm.json | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/elm.json b/docs/elm.json index b19990d..c270d22 100644 --- a/docs/elm.json +++ b/docs/elm.json @@ -15,7 +15,7 @@ "elm/http": "2.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/bytes": "1.0.8", diff --git a/examples/01-hello-world/elm.json b/examples/01-hello-world/elm.json index 2074596..2edf09c 100644 --- a/examples/01-hello-world/elm.json +++ b/examples/01-hello-world/elm.json @@ -13,7 +13,7 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0", diff --git a/examples/02-pages/elm.json b/examples/02-pages/elm.json index 956aeb5..ed75f53 100644 --- a/examples/02-pages/elm.json +++ b/examples/02-pages/elm.json @@ -14,7 +14,7 @@ "elm/http": "2.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/bytes": "1.0.8", diff --git a/examples/03-local-storage/elm.json b/examples/03-local-storage/elm.json index 2074596..2edf09c 100644 --- a/examples/03-local-storage/elm.json +++ b/examples/03-local-storage/elm.json @@ -13,7 +13,7 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0", diff --git a/examples/04-authentication/elm.json b/examples/04-authentication/elm.json index 2074596..2edf09c 100644 --- a/examples/04-authentication/elm.json +++ b/examples/04-authentication/elm.json @@ -13,7 +13,7 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0", diff --git a/examples/05-vite/elm.json b/examples/05-vite/elm.json index 2074596..2edf09c 100644 --- a/examples/05-vite/elm.json +++ b/examples/05-vite/elm.json @@ -13,7 +13,7 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0", diff --git a/examples/06-testing/elm.json b/examples/06-testing/elm.json index 4fce415..01ddee1 100644 --- a/examples/06-testing/elm.json +++ b/examples/06-testing/elm.json @@ -13,7 +13,7 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0", diff --git a/examples/07-elm-ui/elm.json b/examples/07-elm-ui/elm.json index bb2b1e3..140b1ff 100644 --- a/examples/07-elm-ui/elm.json +++ b/examples/07-elm-ui/elm.json @@ -14,7 +14,7 @@ "elm/json": "1.1.3", "elm/url": "1.0.0", "mdgriffith/elm-ui": "1.1.8", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0", diff --git a/src/cli/README.md b/src/cli/README.md index 3db4069..45c5beb 100644 --- a/src/cli/README.md +++ b/src/cli/README.md @@ -13,7 +13,7 @@ npm install -g elm-spa@latest $ elm-spa help ``` ``` -elm-spa – version 6.0.4 +elm-spa – version 6.0.6 Commands: elm-spa new . . . . . . . . . create a new project diff --git a/src/cli/package-lock.json b/src/cli/package-lock.json index c2ed068..894f221 100644 --- a/src/cli/package-lock.json +++ b/src/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "elm-spa", - "version": "6.0.4", + "version": "6.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elm-spa", - "version": "6.0.4", + "version": "6.0.6", "license": "BSD-3-Clause", "dependencies": { "chokidar": "3.4.2", @@ -13610,4 +13610,4 @@ } } } -} +} \ No newline at end of file diff --git a/src/cli/package.json b/src/cli/package.json index 5f583b8..1c83600 100644 --- a/src/cli/package.json +++ b/src/cli/package.json @@ -1,6 +1,6 @@ { "name": "elm-spa", - "version": "6.0.4", + "version": "6.0.6", "description": "single page apps made easy", "bin": "dist/src/index.js", "scripts": { diff --git a/src/cli/src/new/elm.json b/src/cli/src/new/elm.json index 2074596..2edf09c 100644 --- a/src/cli/src/new/elm.json +++ b/src/cli/src/new/elm.json @@ -13,7 +13,7 @@ "elm/html": "1.0.0", "elm/json": "1.1.3", "elm/url": "1.0.0", - "ryan-haskell/elm-spa": "6.0.0" + "ryan-haskell/elm-spa": "1.0.0" }, "indirect": { "elm/time": "1.0.0",