-
-
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 branch 'color-issues' into space-warning
* color-issues: sveltekit does not support vite v5 yet pin back stylelint for now Automated dependency upgrades Automated dependency upgrades Bump @adobe/css-tools from 4.3.1 to 4.3.2
- Loading branch information
Showing
3 changed files
with
193 additions
and
190 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
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 |
---|---|---|
|
@@ -42,50 +42,53 @@ | |
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "^2.1.1", | ||
"@sveltejs/kit": "^1.27.6", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@sveltejs/kit": "^1.28.0", | ||
"@testing-library/jest-dom": "^6.1.5", | ||
"@testing-library/svelte": "^4.0.5", | ||
"@types/jest": "^29.5.10", | ||
"@types/jest": "^29.5.11", | ||
"@types/lodash": "^4.14.202", | ||
"@types/node": "*", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"chokidar-cli": "^3.0.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-svelte": "^2.35.1", | ||
"jsdom": "^23.0.0", | ||
"jsdom": "^23.0.1", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.2.0", | ||
"mockdate": "^3.0.5", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.31", | ||
"prettier": "^3.1.0", | ||
"postcss": "^8.4.32", | ||
"prettier": "^3.1.1", | ||
"prettier-plugin-svelte": "^3.1.2", | ||
"sass": "^1.69.5", | ||
"sass-true": "^7.0.0", | ||
"sassdoc": "^2.7.4", | ||
"sassdoc-theme-herman": "^5.0.1", | ||
"stylelint": "^15.11.0", | ||
"stylelint-config-standard-scss": "^11.1.0", | ||
"svelte": "^4.2.7", | ||
"svelte": "^4.2.8", | ||
"svelte-check": "^3.6.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.3.2", | ||
"vite": "^5.0.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^4.5.1", | ||
"vitest": "^0.34.6" | ||
}, | ||
"resolutions": { | ||
"vite": "<5" | ||
}, | ||
"yarn-upgrade-all": { | ||
"ignore": [ | ||
"@types/node" | ||
"@types/node", | ||
"@vitest/coverage-v8", | ||
"vite", | ||
"vitest" | ||
] | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.