Skip to content

Commit

Permalink
Merge pull request #127 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Sep 8, 2023
2 parents 370c18c + 43d0b8f commit 97399a6
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 108 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.24.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/svelte": "^4.0.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/coverage-v8": "^0.34.4",
"chokidar-cli": "^3.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
Expand Down Expand Up @@ -78,10 +78,10 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "0.34.2"
"vitest": "^0.34.4"
},
"resolutions": {
"tslib": ">=2"
"vite": "<5"
},
"yarn-upgrade-all": {
"ignore": [
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default defineConfig({
],
all: true,
skipFull: true,
reportOnFailure: true,
},
},
});
Loading

0 comments on commit 97399a6

Please sign in to comment.