mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Upgrade to Svelte 5 to identify and fix dev warnings
This commit is contained in:
parent
3511f09b2e
commit
9f2a106986
2 changed files with 186 additions and 220 deletions
|
@ -30,6 +30,7 @@
|
|||
"css/*.css"
|
||||
],
|
||||
"scripts": {
|
||||
"test:src": "svelte-check --workspace src --no-tsconfig --ignore 'docs,examples'",
|
||||
"test:types": "svelte-check --workspace tests --no-tsconfig --ignore 'docs,examples'",
|
||||
"lint": "prettier --write \"**/*.{svelte,md,js,json,ts}\"",
|
||||
"build:css": "node scripts/build-css",
|
||||
|
@ -58,9 +59,9 @@
|
|||
"sass": "^1.49.11",
|
||||
"standard-version": "^9.5.0",
|
||||
"sveld": "^0.20.2",
|
||||
"svelte": "^4.2.10",
|
||||
"svelte-check": "^3.6.4",
|
||||
"typescript": "^4.7.4"
|
||||
"svelte": "^5.0.3",
|
||||
"svelte-check": "^4.0.5",
|
||||
"typescript": "^5.6.3"
|
||||
},
|
||||
"standard-version": {
|
||||
"skip": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue