-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from oddbird/svelte-5
Svelte 5
- Loading branch information
Showing
33 changed files
with
918 additions
and
838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"prettier": "prettier --write .", | ||
"prettier:ci": "prettier --check .", | ||
"lint:sass": "yarn lint:sass:ci --fix", | ||
"lint:ci": "run-p prettier:ci sync check lint:js:ci lint:sass:ci tsc tsc:tests", | ||
"lint:ci": "run-s prettier:ci sync check lint:js:ci lint:sass:ci tsc tsc:tests", | ||
"lint:sass:ci": "stylelint '**/*.scss'", | ||
"docs:json": "sass -p node src/sass/json.scss static/built/json.css", | ||
"docs:sass": "sass -p node src/sass/app.scss static/built/app.css", | ||
|
@@ -38,23 +38,23 @@ | |
"colorjs.io": "^0.5.2" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.13.0", | ||
"@sveltejs/adapter-auto": "^3.2.5", | ||
"@sveltejs/kit": "^2.7.2", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.2", | ||
"@testing-library/jest-dom": "^6.6.2", | ||
"@eslint/js": "^9.14.0", | ||
"@sveltejs/adapter-auto": "^3.3.1", | ||
"@sveltejs/kit": "^2.8.0", | ||
"@sveltejs/vite-plugin-svelte": "^4.0.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/svelte": "^5.2.4", | ||
"@types/eslint-config-prettier": "^6.11.3", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/lodash": "^4.17.12", | ||
"@types/lodash": "^4.17.13", | ||
"@types/node": "^20", | ||
"@typescript-eslint/eslint-plugin": "^8.10.0", | ||
"@typescript-eslint/parser": "^8.10.0", | ||
"@typescript-eslint/utils": "^8.10.0", | ||
"@vitest/coverage-v8": "^2.1.3", | ||
"@typescript-eslint/eslint-plugin": "^8.13.0", | ||
"@typescript-eslint/parser": "^8.13.0", | ||
"@typescript-eslint/utils": "^8.13.0", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"@vitest/eslint-plugin": "^1.1.7", | ||
"chokidar-cli": "^3.0.0", | ||
"eslint": "^9.13.0", | ||
"eslint": "^9.14.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import": "^2.31.0", | ||
|
@@ -67,18 +67,18 @@ | |
"postcss": "^8.4.47", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-svelte": "^3.2.7", | ||
"sass-embedded": "^1.80.3", | ||
"sass-embedded": "^1.80.6", | ||
"sassdoc": "^2.7.4", | ||
"sassdoc-theme-herman": "^6.0.1", | ||
"stylelint": "^16.10.0", | ||
"stylelint-config-standard-scss": "^13.1.0", | ||
"svelte": "^4.2.19", | ||
"svelte": "^5.1.12", | ||
"svelte-check": "^4.0.5", | ||
"svelte-eslint-parser": "^0.43.0", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.10.0", | ||
"vite": "^5.4.9", | ||
"vitest": "^2.1.3" | ||
"typescript-eslint": "^8.13.0", | ||
"vite": "^5.4.10", | ||
"vitest": "^2.1.4" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.