Skip to content

Commit

Permalink
build(deps): bump ky from 0.33.3 to 1.2.0 (#305)
Browse files Browse the repository at this point in the history
Bumps [ky](https://github.com/sindresorhus/ky) from 0.33.3 to 1.2.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v0.33.3...v1.2.0)

---
updated-dependencies:
- dependency-name: ky
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Feat/env variables (#183)

* Get api settings from config (or environment variables)

* Remove debugger

* format code

---------

Co-authored-by: Vincent Vatelot <[email protected]>

Revert "Feat/env variables" (#307)

* Revert "Feat/env variables (#183)"

This reverts commit 90d9c02.

* chore: revert env variables
  • Loading branch information
dependabot[bot] authored and vvatelot committed Jan 8, 2024
1 parent a69b55d commit 1d9906f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions assets/js/services/ApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import ky from "ky";

class ApiService {
#controller = null;

// TODO import data with build : https://gohugo.io/hugo-pipes/js/#:~:text=params%20%5Bmap%20or,New%20in%20v0.78.0

// TODO set from .env ?
#baseURL = "https://api.ecoindex.fr/v1/";
#browserWidth = 1920;
#browserHeight = 1080;
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"babel-plugin-array-includes": "^2.0.3",
"core-js": "^3.29.1",
"css-vars-ponyfill": "^2.3.2",
"ky": "^0.33.3",
"ky": "^1.2.0",
"postcss": "^8.4.31",
"postcss-calc": "^9.0",
"postcss-cli": "^10.1.0",
Expand Down

0 comments on commit 1d9906f

Please sign in to comment.