Skip to content

Commit 24e91e2

Browse files
authored
chore: update demo deps (#39)
* chore: update demo deps * chore: update deps * feat: move back to mime-types * chore: changelog * fix: module * fix: run tests over lolin_s3_mini
1 parent cbbe0f8 commit 24e91e2

File tree

11 files changed

+424
-403
lines changed

11 files changed

+424
-403
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.7
44

5+
### 1.7.1
6+
7+
- Due to ESM problems, we revert to using the **mime-types** npm module.
8+
59
### 1.7.0
610

711
- 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.

demo/esp32/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[env]
22
platform = espressif32
3-
board = wemos_d1_mini32
4-
#board = lolin_s3_mini
3+
board = lolin_s3_mini
54
framework = arduino
5+
board_build.partitions = min_spiffs.csv
66

77

88

demo/svelte/dist/assets/index-BC9dsMQQ.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

demo/svelte/dist/assets/index-DSjEOBdh.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/svelte/dist/favicon.png.gz

0 Bytes
Binary file not shown.

demo/svelte/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Svelte to ESP32 demo application</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<meta name="theme-color" content="#f3f4f6" />
9-
<script type="module" crossorigin src="./assets/index-BC9dsMQQ.js"></script>
9+
<script type="module" crossorigin src="./assets/index-DSjEOBdh.js"></script>
1010
<link rel="stylesheet" crossorigin href="./assets/index-CMpKda2x.css">
1111
</head>
1212

demo/svelte/package-lock.json

Lines changed: 265 additions & 264 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/svelte/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
"@rollup/plugin-swc": "^0.4.0",
2525
"@sveltejs/vite-plugin-svelte": "^5.0.3",
2626
"@tsconfig/svelte": "^5.0.4",
27-
"@typescript-eslint/eslint-plugin": "^8.19.1",
28-
"@typescript-eslint/parser": "^8.19.1",
27+
"@typescript-eslint/eslint-plugin": "^8.21.0",
28+
"@typescript-eslint/parser": "^8.21.0",
2929
"autoprefixer": "^10.4.20",
30-
"eslint": "^9.17.0",
31-
"eslint-config-prettier": "^9.1.0",
30+
"eslint": "^9.19.0",
31+
"eslint-config-prettier": "^10.0.1",
3232
"eslint-plugin-simple-import-sort": "^12.1.1",
3333
"eslint-plugin-svelte": "^2.46.1",
34-
"eslint-plugin-tailwindcss": "^3.17.5",
34+
"eslint-plugin-tailwindcss": "^3.18.0",
3535
"eslint-plugin-unicorn": "^56.0.1",
3636
"flowbite": "^2.5.2",
3737
"flowbite-svelte": "^0.47.4",
3838
"flowbite-svelte-icons": "^2.0.2",
39-
"postcss": "^8.4.49",
39+
"postcss": "^8.5.1",
4040
"postcss-load-config": "^6.0.1",
4141
"prettier": "^3.4.2",
42-
"prettier-plugin-svelte": "^3.3.2",
43-
"svelte": "^5.16.2",
44-
"svelte-check": "^4.1.1",
42+
"prettier-plugin-svelte": "^3.3.3",
43+
"svelte": "^5.19.3",
44+
"svelte-check": "^4.1.4",
4545
"svelte-preprocess": "^6.0.3",
4646
"tailwindcss": "^3.4.17",
4747
"tslib": "^2.8.1",
48-
"typescript": "^5.7.2",
49-
"vite": "^6.0.7",
48+
"typescript": "^5.7.3",
49+
"vite": "^6.0.11",
5050
"vite-plugin-tailwind-purgecss": "^0.3.5"
5151
}
5252
}

0 commit comments

Comments
 (0)