-
-
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 #195 from oddbird/dependabot/npm_and_yarn/dev-majo…
…r-8930b9be7b Bump the dev-major group across 1 directory with 3 updates
- Loading branch information
Showing
5 changed files
with
493 additions
and
614 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 |
---|---|---|
|
@@ -29,6 +29,7 @@ jobs: | |
with: | ||
name: built | ||
path: .svelte-kit | ||
include-hidden-files: true | ||
|
||
test: | ||
name: Test | ||
|
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 |
---|---|---|
|
@@ -25,8 +25,8 @@ | |
"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:sass:ci": "stylelint '**/*.scss'", | ||
"docs:json": "npx sass -p node src/sass/json.scss static/built/json.css", | ||
"docs:sass": "npx sass -p node src/sass/app.scss static/built/app.css", | ||
"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", | ||
"docs:compile": "sassdoc 'src/sass/**/*.scss'", | ||
"docs": "run-s docs:sass docs:json docs:compile", | ||
"watch:docs": "chokidar \"src/sass/**/*.scss\" \"./.sassdocrc\" \"./README.md\" -c \"yarn docs\"", | ||
|
@@ -41,44 +41,44 @@ | |
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "^3.2.4", | ||
"@sveltejs/kit": "^2.5.22", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.1", | ||
"@testing-library/jest-dom": "^6.4.8", | ||
"@sveltejs/kit": "^2.5.26", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.2", | ||
"@testing-library/jest-dom": "^6.5.0", | ||
"@testing-library/svelte": "^5.2.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/lodash": "^4.17.7", | ||
"@types/node": "*", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@typescript-eslint/eslint-plugin": "^8.4.0", | ||
"@typescript-eslint/parser": "^8.4.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"chokidar-cli": "^3.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^28.8.0", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jest": "^28.8.3", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"eslint-plugin-svelte": "^2.43.0", | ||
"jsdom": "^24.1.1", | ||
"jsdom": "^25.0.0", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.7.3", | ||
"mockdate": "^3.0.5", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.41", | ||
"postcss": "^8.4.45", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-svelte": "^3.2.6", | ||
"sass-embedded": "^1.77.8", | ||
"sass-embedded": "^1.78.0", | ||
"sass-true": "^8.0.0", | ||
"sassdoc": "^2.7.4", | ||
"sassdoc-theme-herman": "^6.0.1", | ||
"stylelint": "^16.8.1", | ||
"stylelint": "^16.9.0", | ||
"stylelint-config-standard-scss": "^13.1.0", | ||
"svelte": "^4.2.19", | ||
"svelte-check": "^3.8.5", | ||
"svelte-check": "^4.0.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.0", | ||
"vite": "^5.4.3", | ||
"vitest": "^2.0.5" | ||
}, | ||
"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
Oops, something went wrong.