Skip to content

Commit

Permalink
chore: update demo deps (#39)
Browse files Browse the repository at this point in the history
* chore: update demo deps

* chore: update deps

* feat: move back to mime-types

* chore: changelog

* fix: module

* fix: run tests over lolin_s3_mini
  • Loading branch information
BCsabaEngine authored Jan 26, 2025
1 parent cbbe0f8 commit 24e91e2
Show file tree
Hide file tree
Showing 11 changed files with 424 additions and 403 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.7

### 1.7.1

- Due to ESM problems, we revert to using the **mime-types** npm module.

### 1.7.0

- Using the cachetime command line option, you can set whether the browser can cache pages. Together with the ETag switch, you can replace the default no-cache response with a max-age=xy response.
Expand Down
4 changes: 2 additions & 2 deletions demo/esp32/platformio.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[env]
platform = espressif32
board = wemos_d1_mini32
#board = lolin_s3_mini
board = lolin_s3_mini
framework = arduino
board_build.partitions = min_spiffs.csv



Expand Down
1 change: 0 additions & 1 deletion demo/svelte/dist/assets/index-BC9dsMQQ.js

This file was deleted.

1 change: 1 addition & 0 deletions demo/svelte/dist/assets/index-DSjEOBdh.js

Large diffs are not rendered by default.

Binary file modified demo/svelte/dist/favicon.png.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/svelte/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Svelte to ESP32 demo application</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#f3f4f6" />
<script type="module" crossorigin src="./assets/index-BC9dsMQQ.js"></script>
<script type="module" crossorigin src="./assets/index-DSjEOBdh.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CMpKda2x.css">
</head>

Expand Down
529 changes: 265 additions & 264 deletions demo/svelte/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions demo/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"@rollup/plugin-swc": "^0.4.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unicorn": "^56.0.1",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-icons": "^2.0.2",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.16.2",
"svelte-check": "^4.1.1",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.19.3",
"svelte-check": "^4.1.4",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-tailwind-purgecss": "^0.3.5"
}
}
Loading

0 comments on commit 24e91e2

Please sign in to comment.