Skip to content

Commit a32bbc4

Browse files
committed
⬆️ Update dependencies
1 parent 5cb1648 commit a32bbc4

File tree

5 files changed

+553
-447
lines changed

5 files changed

+553
-447
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Webcore components use Sass for styling. To use the component library, you must
5858
Depending on your project setup, you'll also need the following packages:
5959

6060
- **For Astro projects**
61-
- [Astro](https://www.npmjs.com/package/astro) - `v4.15` and above
61+
- [Astro](https://www.npmjs.com/package/astro) - `v4.16` and above
6262
- **For Svelte projects**
6363
- [Svelte](https://www.npmjs.com/package/svelte) - `v4.2` and above
6464
- **For React projects**

eslint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,11 @@ export default [
213213
rules: {
214214
'@typescript-eslint/no-explicit-any': 'off'
215215
}
216+
},
217+
{
218+
files: ['src/env.d.ts'],
219+
rules: {
220+
'@typescript-eslint/triple-slash-reference': 'off'
221+
}
216222
}
217223
]

0 commit comments

Comments
 (0)