Skip to content

Commit

Permalink
Merge pull request #125 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jgerigmeyer authored Aug 28, 2023
2 parents be78f35 + f371a4e commit dc62d3c
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 229 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.6",
"@testing-library/jest-dom": "^6.0.1",
"@sveltejs/kit": "^1.23.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/svelte": "^4.0.3",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-v8": "^0.34.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitest/coverage-v8": "^0.34.3",
"chokidar-cli": "^3.0.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.32.4",
"eslint-plugin-svelte": "^2.33.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
Expand All @@ -76,9 +76,9 @@
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
"vitest": "0.34.2"
},
"resolutions": {
"tslib": ">=2"
Expand Down
Loading

0 comments on commit dc62d3c

Please sign in to comment.