mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(typescript)!: support svelte 4 (#1773)
Closes #1753 The minimum Svelte version required for TypeScript users is now 3.55.
This commit is contained in:
parent
778b2c357f
commit
2f026f792a
192 changed files with 941 additions and 712 deletions
|
@ -29,7 +29,7 @@
|
|||
"@tsconfig/svelte": "^4.0.1",
|
||||
"autoprefixer": "^10.4.8",
|
||||
"carbon-components": "10.57.0",
|
||||
"carbon-icons-svelte": "^11.2.0",
|
||||
"carbon-icons-svelte": "^12.1.0",
|
||||
"postcss": "^8.4.16",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-svelte": "^2.7.0",
|
||||
|
@ -39,8 +39,8 @@
|
|||
"sass": "^1.49.11",
|
||||
"standard-version": "^9.5.0",
|
||||
"sveld": "^0.18.1",
|
||||
"svelte": "^3.58.0",
|
||||
"svelte-check": "^3.4.3",
|
||||
"svelte": "^4.1.0",
|
||||
"svelte-check": "^3.4.6",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"standard-version": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue