Skip to content

Commit

Permalink
Merge pull request #136 from oddbird/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
jamesnw authored Oct 23, 2023
2 parents 6ed4044 + 90848e4 commit f92ec4a
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 286 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.25.2",
"@sveltejs/kit": "^1.26.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/svelte": "^4.0.4",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "*",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-v8": "^0.34.6",
"chokidar-cli": "^3.0.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.34.0",
"jsdom": "^22.1.0",
Expand All @@ -67,17 +67,17 @@
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.69.3",
"sass": "^1.69.4",
"sass-true": "^7.0.0",
"sassdoc": "^2.7.4",
"sassdoc-theme-herman": "^5.0.1",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.0.0",
"svelte": "^4.2.1",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"resolutions": {
Expand Down
Loading

0 comments on commit f92ec4a

Please sign in to comment.